summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-08-17 21:17:55 +0200
committerraveit65 <[email protected]>2019-08-17 21:17:55 +0200
commit82734ac6b45ceeef7a67ae46f8419a5967fd0507 (patch)
treec4b0dd7ec44d712abcc9c136999647a673c9e0b7
parent3f988336d5dfe3004b461827da2ff97e3ef1dd98 (diff)
downloadpluma-82734ac6b45ceeef7a67ae46f8419a5967fd0507.tar.bz2
pluma-82734ac6b45ceeef7a67ae46f8419a5967fd0507.tar.xz
release 1.23.2v1.23.2
-rw-r--r--NEWS42
-rw-r--r--configure.ac2
2 files changed, 43 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 57cfa9b4..dfdf876e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,45 @@
+### pluma 1.23.2
+
+ * Translations update
+ * tx: update resource for transifex
+ * pluma-view: avoid static gboolean variable
+ * pluma-taglist-plugin-panel: avoid 'g_type_class_add_private'
+ * pluma-taglist-plugin: avoid 'g_type_class_add_private'
+ * pluma-time-plugin: avoid 'g_type_class_add_private'
+ * pluma-spell-plugin: avoid 'g_type_class_add_private'
+ * pluma-trail-save-plugin: avoid 'g_type_class_add_private'
+ * pluma-modeline-plugin: avoid 'g_type_class_add_private'
+ * pluma-file-browser-store: avoid 'g_type_class_add_private'
+ * pluma-sort-plugin: avoid 'g_type_class_add_private'
+ * pluma-file-browser-plugin: avoid 'g_type_class_add_private'
+ * pluma-file-browser-widget: avoid 'g_type_class_add_private'
+ * pluma-smart-charset-converter: avoid 'g_type_class_add_private'
+ * pluma-file-browser-view: avoid 'g_type_class_add_private'
+ * pluma-file-bookmarks-store: avoid 'g_type_class_add_private'
+ * pluma-docinfo-plugin: avoid 'g_type_class_add_private'
+ * pluma-changecase-plugin: avoid 'g_type_class_add_private'
+ * pluma-window: avoid 'g_type_class_add_private'
+ * fix build with GtkSourceView 3.22
+ * pluma-view: avoid 'g_type_class_add_private'
+ * pluma-tab-label: avoid 'g_type_class_add_private'
+ * spell-checker plugin: add missing translation (i18n)
+ * gla11y: use version 0.3 which already defaults to using python3
+ * pluma-tab: avoid 'g_type_class_add_private'
+ * pluma-status-combo-box: avoid 'g_type_class_add_private'
+ * pluma-statusbar: avoid 'g_type_class_add_private'
+ * pluma-progress-message-area: avoid 'g_type_class_add_private'
+ * pluma-print-preview: avoid 'g_type_class_add_private'
+ * pluma-print-job: avoid 'g_type_class_add_private'
+ * pluma-plugins-engine: avoid 'g_type_class_add_private'
+ * pluma-notebook: avoid 'g_type_class_add_private'
+ * pluma-message-bus: avoid 'g_type_class_add_private'
+ * pluma-message: avoid 'g_type_class_add_private'
+ * pluma-panel: avoid 'g_type_class_add_private'
+ * pluma-file-chooser-dialog: avoid 'g_type_class_add_private'
+ * pluma-documents-panel: avoid 'g_type_class_add_private'
+ * pluma-history-entry: avoid 'g_type_class_add_private'
+ * pluma-encodings-combo-box: avoid 'g_type_class_add_private'
+
### pluma 1.23.1
* Translations update
diff --git a/configure.ac b/configure.ac
index ffcaf659..d8fce206 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, 23)
-m4_define(pluma_micro_version, 1)
+m4_define(pluma_micro_version, 2)
m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)
AC_INIT([pluma], [pluma_version],