summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Burton <rburton@src.gnome.org>2005-07-01 13:07:49 +0000
committerRoss Burton <rburton@src.gnome.org>2005-07-01 13:07:49 +0000
commit66c142d3469047eb02dc8f5d1c3224661ce503a1 (patch)
tree7162e95758fc79f6565f958fbf822ab0cf32babe
parent24d4cba174758e19c451c6cf596d6efeafd909b7 (diff)
Version 2.11.3
-rw-r--r--ChangeLog6
-rw-r--r--NEWS10
-rw-r--r--configure.in2
3 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ebb366e..ba0f1fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-07-01 Ross Burton <ross@burtonini.com>
+ * configure.in:
+ * NEWS:
+ Version 2.11.3.
+
+2005-07-01 Ross Burton <ross@burtonini.com>
+
* src/sj-extractor.c:
Add just_say_yes() so that gnomevfssink will always overwrite
files. At the moment we do this check before starting the
diff --git a/NEWS b/NEWS
index 6a8cd89..3f94422 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Sound Juicer "All Rolled Into One" 2.11.3
+=========================================
+
+This release is also known as Oh My God.
+
+* Can now play CDs (Ronald Bultje)
+* The genre field is now an auto-completing text entry
+* Fix various file writing bugs caused by the move to gnome-vfs
+
+
Sound Juicer "Cosmo Retro Intro Outro" 2.11.2
=============================================
diff --git a/configure.in b/configure.in
index b315842..e790bc0 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
# Initial blurb
-AC_INIT(sound-juicer, 2.11.2, http://www.burtonini.com/)
+AC_INIT(sound-juicer, 2.11.3, http://www.burtonini.com/)
AC_PREREQ(2.52)
AM_INIT_AUTOMAKE([check-news 1.6])
AC_CONFIG_SRCDIR(src/sj-extractor.c)