diff options
| -rw-r--r-- | NEWS | 11 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 2 deletions
@@ -1,8 +1,17 @@ +### pluma 1.28.1 + + * plugins: Fix compatibility with gobject-introspection + * remove undeclared dependency on on 'six' Py2+3 shim + * pluma-app: Register pluma with GtkApplication + * Use GtkApplication and GtkApplicationWindow + * Fix window size saving when maximized + * Do not use the window allocation to save the window size + * Show the default in the filechooser's Character Encoding combo box + ### pluma 1.28.0 * Translations update - ### pluma 1.27.0 * Translations update diff --git a/configure.ac b/configure.ac index ed760538..b35b55e3 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, 28) -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], |
