summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
-rw-r--r--changelog12
2 files changed, 13 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c23b8ce14460..22e670cb1fe3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ replaces=()
backup=()
options=('!strip')
install=
-changelog=
+changelog=changelog
source=("https://github.com/erebe/greenclip/releases/download/1.2/greenclip")
noextract=()
sha256sums=("1212a32a875ffcb7c7d7396f1faa52c7d210c1baa10fddb55773cf528fd02554")
diff --git a/changelog b/changelog
new file mode 100644
index 000000000000..cc791d5608d3
--- /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