summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS25
-rw-r--r--configure.in2
3 files changed, 32 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a12cc2..e052e46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-16 Ross Burton <ross@burtonini.com>
+
+ * configure.in:
+ * NEWS:
+ Version 2.13.2.
+
2006-01-15 Ross Burton <ross@burtonini.com>
* src/sj-extracting.c:
diff --git a/NEWS b/NEWS
index 1280138..5691daa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Sound Juicer "If Not Now" 2.13.2
+================================
+
+* Fix handling of multiple albums (David Mandelberg)
+* Handle G_FILENAME_ENCODING (Colin Leroy)
+* Add Generic Name to the desktop file (Matthias Clasen)
+* Correct multiple-artist data imported from FreeDB (Bastien Nocera)
+* Remove leading periods when generating filenames
+* Add a Submit menu item to open the MusicBrainz web page (James Hensbridge)
+* Set the MusicBrainz proxy from gnome-vfs
+* Cache MusicBrainz metadata
+* Add support for the MusicBrainz "sortable name" attribute (Peter Oliver)
+* Make the Preferences dialog non-resizable, and fix layout
+* Save the main window size (using the rocking libgconf-bridge)
+* Change keybinding for Next/Previous, to avoid stomping Paste
+* Remove CDIO version check
+* Set default window icon
+* Protect against NULL drives (Marco Barisione)
+* Fix warnings with new libglade (BN)
+
+Translators:
+
+Adam Weinberger (en_CA), Ankit Patel (gu), Christophe Merlet (RedFox) (fr), Clytie Siddall (vi), Elian Myftiu (sq), Evandro Fernandes Giovanini (pt_BR), Funda Wang (zh_CN), Ignacio Casal Quinteiro (gl), Ilkka Tuohela (fi), Kjartan Maraas (nb, no), Michiel Sikkes (nl), Miloslav Trmac (cs), Priit Laes (et), Rostislav Raykov (bg), Takeshi AIHANA (ja), Theppitak Karoonboonyanan (th), Woodman Tuen (zh_HK, zh_TW), Žygimantas Beručka (lt).
+
+
Sound Juicer "Sweet As" 2.13.1
==============================
diff --git a/configure.in b/configure.in
index 430e160..973e074 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
# Initial blurb
-AC_INIT(sound-juicer, 2.13.1, http://www.burtonini.com/)
+AC_INIT(sound-juicer, 2.13.2, http://www.burtonini.com/)
AC_PREREQ(2.52)
AM_INIT_AUTOMAKE([check-news 1.6])
AC_CONFIG_MACRO_DIR([m4])