[goobox] updated for version 2.1.1



commit 9984dfa59ea519801e7af676d777ed19f1aee9d9
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Nov 16 19:32:07 2009 +0100

    updated for version 2.1.1

 NEWS            |   10 ++++++++++
 configure.ac    |    2 +-
 src/Makefile.am |    3 +--
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8484e8c..098e06c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+version 2.1.1
+-------------
+
+	New features and user visible changes
+
+	* Ported to modern libraries, removed use of deprecated functions.
+	* Always show the whole track list, without scrollbars.
+	* Respect the autoplay setting even at start up time.
+	* Added documentation for the preferences dialog.
+	
 version 2.0.1
 -------------
 
diff --git a/configure.ac b/configure.ac
index 35e5d6a..81da96f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([goobox], [2.1.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=goobox])
+AC_INIT([goobox], [2.1.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=goobox])
 
 GNOME_COMMON_INIT
 
diff --git a/src/Makefile.am b/src/Makefile.am
index f5663e1..956b3ab 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -97,8 +97,7 @@ goobox_LDADD = 				\
 	$(SYSTEM_LIBS)
 
 EXTRA_DIST = 				\
-	goo-marshal.list 		\
-	gthumb-marshal.list
+	goo-marshal.list 
 
 CLEANFILES = $(BUILT_SOURCES)
 



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