summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 73740bb..7057873 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+### caja-dropbox 1.22.0
+
+ * fix distcheck about caja_extension_dir
+ * Initialize Travis CI support
+ * Fix distcheck fail
+ * use only Python 3 during the build to complete the migration
+ * migrate from python2 to python3 of rst2man.py
+ * remove more -u modifier for dropbox-cli
+
### caja-dropbox 1.21.0
* Python 3 update for dropbox-cli
diff --git a/configure.ac b/configure.ac
index 2a4b411..bf52831 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Initialization
-AC_INIT([caja-dropbox], [1.21.0], [http://www.mate-desktop.org/])
+AC_INIT([caja-dropbox], [1.22.0], [http://www.mate-desktop.org/])
AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz foreign no-dist-gzip])