Skip to content

Commit

Permalink
release 1.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Aug 4, 2016
1 parent f05cf3d commit 3eb928b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions NEWS
@@ -1,3 +1,16 @@
Major changes in 1.15.3 are:

* Translation update
* caja.css: include GTK 3.21 desktop selectors
* GTK3.21:fix desktop redraw (caja-icon-container.c)
* GTK3.21:fix desktop redraw (fm-list-view.c)
* GTK3.21:fix desktop redraw (fm-icon-view.c)
* GTK3.21:fix desktop redraw (fm-directory-view.c)
* GTK3.21:fix desktop redraw (fm-desktop-icon-view.c)
* GTK3.21:fix desktop redraw (caja-desktop-window.c)
* use GtkAbout instead of MateAbout
* GTK 3.21: stop properties window going full height

Major changes in 1.15.2 are:

* GTK+-3 eel: fix color definition pointed out by running distcheck with gtk3
Expand Down Expand Up @@ -45,7 +58,7 @@ Major changes in 1.15.2 are:
Major changes in 1.15.1 are:

* configure: increase mate-desktop min. version
* sync with Transiflex
* Translation update
* eel: make code better readable
* GTK+-3 eel-labeled-image: port to GtkStyleContext
* GTK+-3 eel: rename GdkRGBA functions
Expand All @@ -63,7 +76,7 @@ Major changes in 1.15.1 are:

Major changes in 1.15.0 are:

* sync with Transiflex
* Translation update
* remove old gnome files
* GTK+-3 fm-icon-view: fix a Wincompatible-pointer-types build warning
* GTK+-3 sidebars and caja-places: port style_set to style_updated
Expand All @@ -78,7 +91,7 @@ Major changes in 1.14.1 are:
* prefs dialog: don't crash on toggling "Show hidden and backup files"
* GTK+-3 theming: add a CSS file for caja, and initialize it at startup
* GTK+3: add style class caja-desktop-window at top level
* translation update
* Translation update

Major changes in 1.14.0 are:
* Drop MateConf migration script
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -19,7 +19,7 @@ dnl Interface break is not allowed.
m4_define(caja_extension_current, 5)
m4_define(caja_extension_revision, 0)

AC_INIT([caja], [1.15.2], [http://www.mate-desktop.org])
AC_INIT([caja], [1.15.3], [http://www.mate-desktop.org])

dnl ---------------------------------------------------------------------------
dnl GTK library version
Expand Down

0 comments on commit 3eb928b

Please sign in to comment.