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



commit e57db9c16130658be12e57f81f41215de4e9d50d
Author: Jim Evins <evins snaught com>
Date:   Sat Apr 23 20:57:19 2016 -0400

    Some final preparation for 3.4.0.

 AUTHORS      |    9 ++++++++-
 NEWS         |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    4 ++--
 configure.ac |   12 ++++++------
 4 files changed, 64 insertions(+), 9 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index b28c2df..c2610e0 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,6 +10,10 @@ Glabels includes contributions from:
 
        Mario Blättermann <mario blaettermann gmail com> -- Documentation &
                                                            i18n maintainer
+        Marek Černocký <marek manet cz>
+       Jim Patterson <sf rs9z ncf ca>
+       Tim Waugh <twaugh redhat com>
+       
        Frederic Ruaudel  <grumz users sf net>
        Emmanuel Pacaud <emmanuel pacaud univ-poitiers fr>
        Wayne Schuller <k_wayne linuxpower org>
@@ -177,5 +181,8 @@ particular products (I apologize if I have missed anybody):
        Bao
        Gernot Hassenpflug
        Malte Skoruppa
-       
+       GHPS
+       Thomas Steinert
+       Windel Bouwman
+
 And many others for their many helpful suggestions and bug reports -- thanks.
diff --git a/NEWS b/NEWS
index efd4944..1c16c43 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,51 @@
+* gLabels 3.4.0 (stable) release.  Release data 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)
+- Fixed sensitivity of first handle of line objects (Marek Černocký)
+- Object dragging enhancements (Marek Černocký)
+- Fixed problem with setting shadow color of line and text objects from key (Marek Černocký)
+- Use current label's path to set default "save as" directory (Marek Černocký)
+- Added properties dialog (Marek Černocký)
+- Fixed potential crash on "Select All" (Marek Černocký)
+- Fixed delayed rotate/flip (Marek Černocký)
+- Fixed clipping issue when drawing beyond label editor's drawing area (me)
+- Removed final windowing system and dbus dependencies from glabels-3-batch (me)
+- Added a GS1 input mode for Datamatrix barcodes using the zint backend (me)
+- Numerous new templates and fixes to the product database
+    (me, Mario Blättermann, GHPS, Marek Černocký, Windel Bouwman, Thomas Steinert, Malte Skoruppa)
+- Updated UI translations:
+    Åke Engelbrektson (sv)
+    Anders Jonsson (sv)
+    Balázs Meskó (hu)
+    Balázs Úr (hu)
+    Daniel Mustieles (es)
+    Daniel Șerbănescu (ro)
+    Dušan Kazik (sk)
+    Enrico Nicoletto (pt_BR)
+    Gabor Kelemen (hu)
+    Gábor Kelemen (hu)
+    Jiri Grönroos (fi)
+    Jordi Mas (ca)
+    Marek Černocký (cs)
+    Mario Blättermann (de)
+    Muhammet Kara (tr)
+    Necdet Yücel (tr)
+    Pedro Albuquerque (pt)
+    Rafael Fontenelle (pt_BR)
+    Samir Ribic (bs)
+    Tom Tryfonidis (el)
+    Walter Cheuk (zh_HK)
+    Walter Cheuk (zh_TW)
+    Мирослав Николић (sr) (sr latin)
+- Updated Doc translations:
+    Alexandre Franke (fr)
+    Daniel Mustieles (es)
+    Dimitris Spingos (el)
+    Marek Černocký (cs)
+    Mario Blättermann (de)
+
+
 * gLabels 3.2.1 (stable) release.  Release date 2014-11-10
 
 - Fixed "new label dialog" crash introduced with Gtk 3.14
diff --git a/README b/README
index 14fb787..53dcb92 100644
--- a/README
+++ b/README
@@ -22,13 +22,13 @@ cards using a laser or ink-jet printer.
 System Requirements
 ===================
 
-GTK+-3.6.x
+GTK+-3.14.x
 LIBXML-2.9.x
 
 
 Optional Merge Backends
 =======================
-Evolution Data Server 2.28.0+
+Evolution Data Server 3.12.0+
 
 
 Optional Barcode Backends
diff --git a/configure.ac b/configure.ac
index 593bedf..2016351 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,15 +116,15 @@ dnl ---------------------------------------------------------------------------
 dnl - Library dependencies
 dnl ---------------------------------------------------------------------------
 dnl Required dependencies
-GLIB_REQUIRED=2.28.2
-GTK_REQUIRED=3.6.0
+GLIB_REQUIRED=2.42.0
+GTK_REQUIRED=3.14.0
 LIBXML_REQUIRED=2.9.0
-LIBRSVG_REQUIRED=2.32.0
-CAIRO_REQUIRED=1.10.0
-PANGO_REQUIRED=1.28.1
+LIBRSVG_REQUIRED=2.39.0
+CAIRO_REQUIRED=1.14.0
+PANGO_REQUIRED=1.36.0
 
 dnl Optional dependencies
-LIBEBOOK_REQUIRED=2.30.3
+LIBEBOOK_REQUIRED=3.12.0
 LIBBARCODE_REQUIRED=0.98
 LIBQRENCODE_REQUIRED=3.1.0
 LIBIEC16022_REQUIRED=0.2.4


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