From 412abbbe7bacf7dfc11633a9680d268c06e56e30 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 30 Jun 2019 15:25:44 +0200 Subject: release 1.23.1 --- NEWS | 23 +++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) 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 --------------------------------------------------------------------------- -- cgit v1.2.1