[easytag] Update NEWS for 2.3.3 release



commit e4c4e1a17c0a6c006f2e7e9669e68703bcad1367
Author: David King <amigadave amigadave com>
Date:   Wed Dec 31 19:21:12 2014 +0000

    Update NEWS for 2.3.3 release

 NEWS         |   30 ++++++++++++++++++++++++++++++
 SOURCES      |    3 ++-
 configure.ac |    2 +-
 3 files changed, 33 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1c16ab8..35ae841 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+2.3.3 - 2014-12-31 :
+====================
+
+    * Add album artist support for WavPack and APE tags
+    * Add channel mask reading support for WavPack tags
+    * Reduce memory usage when copying cover art, such as when modifying tags
+      which contain images
+    * Use GIO when reading and writing FLAC, ID3v2.4 and WavPack tags
+    * Use GIO for reading and writing list store files
+    * Fix an error check when saving WavPack tags
+    * Clear empty fields when saving WavPack tags
+    * Allow the search dialog tree view to expand to fill the dialog
+    * Fix the disc number preferences controls
+    * Fix a crash when migrating configuration directories
+    * Fix a double unref when renaming files
+    * Fix memory leaks in the CDDB dialog, Ogg tagging code, Speex tagging
+      code, FLAC tagging code, images tree view and the WavPack tagging code
+    * Fix stripping of disc number fields in ID3v2.4 tags
+    * Fix Ctrl-clicking to modify the file list selection
+    * Add an automated test for file type detection
+    * Refactoring of internal file list code
+    * Refactoring of FLAC and WavPack tagging code
+    * Relicense all code (excluding the Nautilus extension) under the GNU GPL
+      version 2 or later
+    * Мирослав Николић’s Serbian translation update
+    * Rafael Ferrera’s Brazilian Portuguese translation update
+    * Balázs Úr’s Hungarian translation update
+    * Marek Černocký’s Czech translation updates
+    * Muhammet Kara’s Turkish translation update
+
 2.3.2 - 2014-11-30 :
 ====================
 
diff --git a/SOURCES b/SOURCES
index 1f1100b..5d68dc1 100644
--- a/SOURCES
+++ b/SOURCES
@@ -1,4 +1,4 @@
-Source: https://git.gnome.org/browse/easytag/tag/?id=easytag-2.3.2
+Source: https://git.gnome.org/browse/easytag/tag/?id=easytag-2.3.3
 
 This binary was generated with GCC/MinGW on Fedora Rawhide.
 
@@ -18,6 +18,7 @@ DLLs and binaries from the following Fedora binary packages are included:
 * mingw32-libid3tag
 * mingw32-libogg
 * mingw32-libpng
+* mingw32-libvorbis
 * mingw32-opus
 * mingw32-opusfile
 * mingw32-pango
diff --git a/configure.ac b/configure.ac
index 0c7d1bf..394b034 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.3.2], [https://bugzilla.gnome.org/enter_bug.cgi?product=easytag], [easytag], 
[https://wiki.gnome.org/Apps/EasyTAG])
+AC_INIT([EasyTAG], [2.3.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])


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