summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-06-30 15:25:44 +0200
committerraveit65 <[email protected]>2019-06-30 15:25:44 +0200
commit412abbbe7bacf7dfc11633a9680d268c06e56e30 (patch)
treefa7153f9cea66021f4398a8ae35948a56a5ffc81
parentce6e7ecce28903902530f94a5aea4ce2736d2727 (diff)
downloadcaja-412abbbe7bacf7dfc11633a9680d268c06e56e30.tar.bz2
caja-412abbbe7bacf7dfc11633a9680d268c06e56e30.tar.xz
release 1.23.1v1.23.1
-rw-r--r--NEWS23
-rw-r--r--configure.ac2
2 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 429afa65..35cef17b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+### caja 1.23.1
+
+ * desktop: Force no borders on desktop items by default
+ * desktop: Always draw the items label frame
+ * [ci] debian build: show all the warnings of deprecated functions
+ * suppress GtkAction deprecations warnings
+ * update translations
+ * Remove trailing whitespaces
+ * src: reduce the scope of some variables
+ * caja-open-with-dialog: cppcheck: Redundant condition
+ * eel-canvas: cppcheck: Local variable 'allocation' shadows outer variable
+ * Change URL prefixes from http to https
+ * Change url projet's website
+ * caja-progress-info: add tooltips to file transfer dialog
+ * Add accessible names for buttons in file transfer operations dialog
+ * libegg: reduce the scope of some variables
+ * [ci] Add cppcheck html report
+ * libcaja-private: reduce the scope of some variables
+ * eel: remove date & time functions
+ * caja-spatial-window: Unused variable i
+ * eel: reduce the scope of some variables
+ * caja-location-dialog: Fix 'cppcheck' and 'clang' warnings
+
### caja 1.23.0
* update translations
diff --git a/configure.ac b/configure.ac
index ed67db05..b93cf5cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ dnl Interface break is not allowed.
m4_define(caja_extension_current, 5)
m4_define(caja_extension_revision, 0)
-AC_INIT([caja], [1.23.0], [https://mate-desktop.org])
+AC_INIT([caja], [1.23.1], [https://mate-desktop.org])
dnl ---------------------------------------------------------------------------