diff options
author | raveit65 <[email protected]> | 2017-06-13 06:43:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-06-13 06:43:55 +0200 |
commit | c428b0281883ec6d9a76bca8bf3813b9648de04c (patch) | |
tree | b7c657d1d1da1b751afd700ba2d18c3f8c44fd5b | |
parent | d04e3d5e67fbc52c1bb4964c04517250f401bbd6 (diff) | |
download | pluma-c428b0281883ec6d9a76bca8bf3813b9648de04c.tar.bz2 pluma-c428b0281883ec6d9a76bca8bf3813b9648de04c.tar.xz |
release 1.19.1v1.19.1
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 23 insertions, 1 deletions
@@ -1,3 +1,25 @@ +### pluma 1.19.1 + + print-preferences UI: fix some basic deprecations + encoding-dialog UI: fix some basic deprecations + preferences-dialog UI: fix some basic deprecations + pluma-panel: remove deprecated GtkImage types + plumal-panel: remove some GtkStock deprecations + search-dialogs: fix a -Wpointer-compare warning + tag-list-plugin: avoid deprecated GtkStock + file-browser-widget: fix one stock deprecation + configure: drop GLIB_VERSION_MAX_ALLOWED + File browser: don't use GIOScheduler (deprecated) + file-browser-view: silent some build warnings + pluma-view: avoid GtkStock deprecations + pluma-tab: replace some GtkStock icons + pluma-notebook: don't use deprecated gdk_cursor_new + progress-message-area: fix one GtkStock deprecation + io-error-message-dialog: fix some GtkStock deprecation warnings + Restore Polish translation credits from GNOME + Fix: pluma closes tabs unexpectedly with middle click + pluma-notebook.c: fix a build warning + ### pluma 1.19.0 * sync with transifex diff --git a/configure.ac b/configure.ac index 6ffeb5ff..1a4d02e3 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.63.2) m4_define(pluma_major_version, 1) m4_define(pluma_minor_version, 19) -m4_define(pluma_micro_version, 0) +m4_define(pluma_micro_version, 1) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], |