[easytag] Update NEWS for 2.4.3 release



commit dc314857aa6d6b55f7f64ff1925e2e83523c62fe
Author: David King <amigadave amigadave com>
Date:   Mon Dec 5 19:30:47 2016 +0000

    Update NEWS for 2.4.3 release

 NEWS         |   28 ++++++++++++++++++++++++++++
 SOURCES      |    2 +-
 configure.ac |    2 +-
 src/about.c  |    2 +-
 4 files changed, 31 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 57afc31..88eeb68 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+2.4.3 - 2016-12-05 :
+====================
+
+    * Fix two crashes in the dialog to load filenames from a file
+    * Avoid a crash when adding an image and no files are selected
+    * Avoid a crash when saving ID3v2.4 tags and no audio is present
+    * Fix a crash when applying CDDB results
+    * Fix saving of ID3v1 genres when also using ID3v2.4
+    * Fix Ogg tag writing on Windows
+    * Ensure that a selected path in the browser is shown in the path list
+    * Open the online version of the help if Yelp is not available
+    * Fix handling of MP4 files with empty tag fields
+    * Fix the artist/album toolbar icon
+    * Eckhard M. Jäger’s Adwaita-style artist/album icons
+    * Add support for MP4 files with the .aac file extension
+    * Anders Jonsson’s Swedish translation update
+    * Balázs Úr’s Hungarian translation update
+    * Charles Monzat’s French translation update
+    * Cédric Valmary’s Occitan translation
+    * Walter Cheuk’s Chinese (Taiwan) translation update
+    * Jobava’s Romanian translation update
+    * Jordi Mas’s Catalan translation updates
+    * Piotr Drąg’s Polish translation updates
+    * Rafael Fontanelle’s Brazilian Portuguese translation update
+    * Tiago Santos’ Portuguese translation update
+    * Daniel Mustieles’ and Mónica Canizo’s Spanish translation updates
+    * gogo’s Croation translation
+
 2.4.2 - 2016-02-21 :
 ====================
 
diff --git a/SOURCES b/SOURCES
index efd58c3..04b3400 100644
--- a/SOURCES
+++ b/SOURCES
@@ -1,4 +1,4 @@
-Source: https://git.gnome.org/browse/easytag/tag/?id=easytag-2.4.2
+Source: https://git.gnome.org/browse/easytag/tag/?id=easytag-2.4.3
 
 This binary was generated with GCC/MinGW on Fedora 25.
 
diff --git a/configure.ac b/configure.ac
index a8e1784..f20318d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ([2.64])
 
 dnl To set also in config.h.mingw
 dnl defines ($PACKAGE_NAME, $PACKAGE_VERSION, etc.)
-AC_INIT([EasyTAG], [2.4.2], [https://bugzilla.gnome.org/enter_bug.cgi?product=easytag], [easytag], 
[https://wiki.gnome.org/Apps/EasyTAG])
+AC_INIT([EasyTAG], [2.4.3], [https://bugzilla.gnome.org/enter_bug.cgi?product=easytag], [easytag], 
[https://wiki.gnome.org/Apps/EasyTAG])
 
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
diff --git a/src/about.c b/src/about.c
index 386e12c..0252e31 100644
--- a/src/about.c
+++ b/src/about.c
@@ -78,7 +78,7 @@ et_show_about_dialog (GtkWindow *parent)
         NULL
     };
 
-    static const gchar copyright[] = "Copyright © 2012–2015 David King\n"
+    static const gchar copyright[] = "Copyright © 2012–2016 David King\n"
                                      "Copyright © 2009–2012 Kip Warner\n"
                                      "Copyright © 2000–2008 Jérôme Couderc";
 


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