[easytag/easytag-2-2] Update NEWS for 2.2.1 release



commit 7c9270ab792b87ee4327b3863fa045d345e4e894
Author: David King <amigadave amigadave com>
Date:   Tue Apr 22 21:59:22 2014 +0100

    Update NEWS for 2.2.1 release

 NEWS         |   18 ++++++++++++++++++
 SOURCES      |    2 +-
 configure.ac |    2 +-
 3 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6882b57..aadb682 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+2.2.1 - 2014-04-22 :
+====================
+
+    * Fix image loading with HTTP URLs and empty images
+    * Fix bogus track numbers when automatically numbering files
+    * Add Opus and Speex MIME types to desktop file
+    * Abhinav Jangda’s fix for numeric characters in ID3 TPOS fields
+    * Roman Bogorodskiy’s ID3 wrapper compilation fix
+    * Improvements to MP4 GIO wrapper
+    * Fix a scanner bug when converting "%20" to " "
+    * Fix compilation if TagLib or libogg is unavailable
+    * Depend on TagLib 1.9.1 for MP4 support
+    * Use CXXFLAGS from the environment
+    * Rafael Ferrera’s Brazilian Portuguese translation update
+    * Aurimas Černius’s Lithuanian translation update
+    * Balázs Úr’s Hungarian translation update
+    * Matej Urbančič’s Slovenian translation update
+
 2.2.0 - 2014-04-11 :
 ====================
 
diff --git a/SOURCES b/SOURCES
index 528a8b4..6c59e8b 100644
--- a/SOURCES
+++ b/SOURCES
@@ -1,4 +1,4 @@
-Source: https://git.gnome.org/browse/easytag/tag/?id=easytag-2.2.0
+Source: https://git.gnome.org/browse/easytag/tag/?id=easytag-2.2.1
 
 This binary was generated with GCC/MinGW on Fedora Rawhide.
 
diff --git a/configure.ac b/configure.ac
index b317646..b484d09 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.2.0], [https://bugzilla.gnome.org/enter_bug.cgi?product=easytag], [easytag], 
[https://wiki.gnome.org/Apps/EasyTAG])
+AC_INIT([EasyTAG], [2.2.1], [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]