podsleuth r62 - trunk



Author: abock
Date: Thu Sep 11 23:29:10 2008
New Revision: 62
URL: http://svn.gnome.org/viewvc/podsleuth?rev=62&view=rev

Log:
2008-09-11  Aaron Bockover  <abock gnome org>

    Released 0.6.3

    * configure.ac: Bumped version

    * NEWS: Updated



Modified:
   trunk/ChangeLog
   trunk/Makefile.am
   trunk/NEWS
   trunk/configure.ac

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Thu Sep 11 23:29:10 2008
@@ -12,7 +12,7 @@
 		rmdir $(UPDATE_DIR); \
 	fi
 
-WEBROOT=/home/banshee/public_html/files/podsleuth
+WEBROOT=/home/bansheeweb/download.banshee-project.org/podsleuth
 
 upload-model-table:
 	ssh banshee banshee-project org rm $(WEBROOT)/ipod-model-table; \
@@ -23,7 +23,7 @@
 	ssh banshee banshee-project org /home/banshee/tools/ipod-model-table-handle-all
 
 upload: distcheck maintainer-clean upload-model-table
-	scp ChangeLog *.tar.* banshee banshee-project org:$(WEBROOT)
+	scp ChangeLog *.tar.* bansheeweb banshee-project org:$(WEBROOT)
 
 edit-table:
 	pushd $(top_builddir)/data &>/dev/null; \

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Thu Sep 11 23:29:10 2008
@@ -1,7 +1,12 @@
+2008-09-11: 0.6.3 Release
+
+	* Fixes HAL startup detection bug (BGO #488209)
+
 2008-06-05: 0.6.2 Release 
-  * Fixes 'iPod not found' error in command line client
-  * Fix for detection continuation if directory structure is not sane
-  * Fix for bad exec path in wrapper scripts on x86_64
+
+	* Fixes 'iPod not found' error in command line client
+	* Fix for detection continuation if directory structure is not sane
+	* Fix for bad exec path in wrapper scripts on x86_64
 
 2007-12-19: 0.6.1 emergency release addressing some packaging/build issues
 

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Thu Sep 11 23:29:10 2008
@@ -1,10 +1,10 @@
-AC_INIT([podsleuth], [0.6.2])
+AC_INIT([podsleuth], [0.6.3])
 AC_CANONICAL_SYSTEM
 AC_PREREQ(2.13)
 AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar])
 AM_MAINTAINER_MODE
 
-ASM_VERSION="0.6.2.*"
+ASM_VERSION="0.6.3.*"
 AC_SUBST(ASM_VERSION)
 
 AC_PROG_INSTALL



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