diff options
author | erebe | 2017-04-16 23:06:06 +0200 |
---|---|---|
committer | erebe | 2017-04-16 23:06:06 +0200 |
commit | f60ebf0a232dd4850b21ab3ded35ce3ad611d460 (patch) | |
tree | 27912be005e2bfb369f915a6206c3cfd23cec08d /changelog | |
parent | e25bdaa2ca9e369a92df37b3058ab5f174f3b98b (diff) | |
download | aur-f60ebf0a232dd4850b21ab3ded35ce3ad611d460.tar.gz |
Add changelog
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/changelog b/changelog new file mode 100644 index 00000000000..cc791d5608d --- /dev/null +++ b/changelog @@ -0,0 +1,12 @@ +1.2 + * Avoid that the program hang sometime due to the fact that XnextEvent is uninterruptible + +1.1 + * Better Unicode support + * Add timeout on how long we can wait for selection + * Correctly abort the program when no XDisplay is available + * Avoid re-opening a connection to the X server each time (dirty-fix) + * Avoid hanging issue + +1.0 + * Working version |