summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-02-25 13:46:01 +0100
committerraveit65 <[email protected]>2019-02-25 13:46:01 +0100
commit803b0a2701fa6e0aabdae1d6bbfd75e6e85d215a (patch)
treed8d901d6cd124ae8585487dd37de51610e714d4f
parent6d281bce63215b21ebed7542a5cc4a3669f07f1f (diff)
downloadcaja-dropbox-803b0a2701fa6e0aabdae1d6bbfd75e6e85d215a.tar.bz2
caja-dropbox-803b0a2701fa6e0aabdae1d6bbfd75e6e85d215a.tar.xz
release 1.22.0v1.22.0
-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])