diff options
author | raveit65 <[email protected]> | 2019-06-30 15:25:44 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-20 00:15:41 +0200 |
commit | 90ac01d98d622deec25cae25a2b3213880f475e3 (patch) | |
tree | 1a8f285bb28f2777b5ad8bcb7efb92210e40a2d9 | |
parent | 68024749ff3a6caf69b1ac5a25895c8803f29c67 (diff) | |
download | caja-90ac01d98d622deec25cae25a2b3213880f475e3.tar.bz2 caja-90ac01d98d622deec25cae25a2b3213880f475e3.tar.xz |
release 1.23.1
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 24 insertions, 1 deletions
@@ -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 773a1e79..df303a4f 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 --------------------------------------------------------------------------- |