Skip to content

Commit

Permalink
release 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Jun 30, 2019
1 parent ce6e7ec commit 412abbb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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 ---------------------------------------------------------------------------

Expand Down

0 comments on commit 412abbb

Please sign in to comment.