[glabels/glabels-3_4] Some final preparation for 3.4.1.



commit a6ba9388d9d22ca7be68c03a199f89725228a72f
Author: Jim Evins <evins snaught com>
Date:   Fri Apr 27 23:08:50 2018 -0400

    Some final preparation for 3.4.1.

 NEWS         |   34 +++++++++++++++++++++++++++++++++-
 configure.ac |    2 +-
 2 files changed, 34 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1c16c43..321794a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,36 @@
-* gLabels 3.4.0 (stable) release.  Release data 2016-04-24
+* gLabels 3.4.1 (stable) release.  Release date 2018-04-28
+
+- Fixed crash when providing invalid file on command line (Clemens Fries)
+- Fixed crash of glabels-batch due to missing function prototype (me)
+- Added "Language" headers to po files (Piotr Drag)
+- Fixed wrapping issue with text objects when auto_shrink is enabled (me)
+- Fixed out-of-bounds read in text_nodes (Clemens Fries)
+- Fixed crash when searching select product combo boxes (Clemens Fries)
+- Fixed portability issue to signedness of char type (me)
+- New templates
+- Updated UI translations:
+    Mario Blättermann (de)
+    Marek Černocký (cs)
+    Rafael Fontenelle (pt_BR)
+    Jiri Grönroos (fi)
+    Joe Hansen (da)
+    Мирослав Николић (sr) (sr@latin)
+    Anders Jonsson (sv)
+    Dušan Kazik (sk)
+    Rūdolfs Mazurs (lv)
+    Balázs Meskó (hu)
+    Daniel Mustieles (es)
+    Claude Paroz (fr)
+    Tiago Santos (pt)
+    Kristjan SCHMIDT (eo)
+    Andika Triwidada (id)
+    Cédric Valmary (oc)
+- Updated Doc translations
+    Claude Paroz (fr)
+
+
+* gLabels 3.4.0 (stable) release.  Release date 2016-04-24
+
 - Fixed missing contacts when importing from vcard (Tim Waugh)
 - Create vcard composite address entry from components, if missing (Tim Waugh)
 - Auto-detect file encoding of CSV files (Jim Patterson)
diff --git a/configure.ac b/configure.ac
index 2016351..557b8a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ dnl - GLABELS version
 dnl ---------------------------------------------------------------------------
 m4_define([glabels_major_version], [3])
 m4_define([glabels_minor_version], [4])
-m4_define([glabels_micro_version], [0])
+m4_define([glabels_micro_version], [1])
 
 m4_define([glabels_version],
           [glabels_major_version.glabels_minor_version.glabels_micro_version])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]