[Goodies-commits] r6398 - sion/trunk

Enrico Troeger enrico at xfce.org
Fri Jan 2 20:18:00 CET 2009


Author: enrico
Date: 2009-01-02 19:18:00 +0000 (Fri, 02 Jan 2009)
New Revision: 6398

Modified:
   sion/trunk/ChangeLog
   sion/trunk/NEWS
   sion/trunk/README
   sion/trunk/configure.ac
   sion/trunk/wscript
Log:
First public release: Sion 0.1.0

Modified: sion/trunk/ChangeLog
===================================================================
--- sion/trunk/ChangeLog	2009-01-02 16:45:58 UTC (rev 6397)
+++ sion/trunk/ChangeLog	2009-01-02 19:18:00 UTC (rev 6398)
@@ -4,6 +4,7 @@
    Add sion_toolbar_set_orientation().
  * src/bookmarkeditdialog.c, src/window.c:
    Fix a few strings.
+ * First public release: Sion 0.1.0
 
 
 2008-12-30  Enrico Tröger  <enrico(at)xfce(dot)org>

Modified: sion/trunk/NEWS
===================================================================
--- sion/trunk/NEWS	2009-01-02 16:45:58 UTC (rev 6397)
+++ sion/trunk/NEWS	2009-01-02 19:18:00 UTC (rev 6398)
@@ -0,0 +1,4 @@
+Sion 0.1.0 (January 02, 2009)
+
+    * First public release of Sion.
+

Modified: sion/trunk/README
===================================================================
--- sion/trunk/README	2009-01-02 16:45:58 UTC (rev 6397)
+++ sion/trunk/README	2009-01-02 19:18:00 UTC (rev 6398)
@@ -63,11 +63,11 @@
 
   To start Sion from a command line, type the following and press Return::
 
-      % sion
+      $ sion
 
 * To get a list of available command line options, run::
 
-      % sion --help
+      $ sion --help
 
 
 License
@@ -82,4 +82,4 @@
 
 Ideas, questions, patches and bug reports
 =========================================
-Send them to me at enrico(at)xfce(dot)org.
+Send them to me at enrico(at)xfce(dot)org or http://bugzilla.xfce.org.

Modified: sion/trunk/configure.ac
===================================================================
--- sion/trunk/configure.ac	2009-01-02 16:45:58 UTC (rev 6397)
+++ sion/trunk/configure.ac	2009-01-02 19:18:00 UTC (rev 6398)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
 
-AC_INIT([sion], [0.0.1], [http://bugs.xfce.org/])
+AC_INIT([sion], [0.1.0], [http://bugs.xfce.org/])
 AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()])
 
 AC_CONFIG_SRCDIR([src/main.c])

Modified: sion/trunk/wscript
===================================================================
--- sion/trunk/wscript	2009-01-02 16:45:58 UTC (rev 6397)
+++ sion/trunk/wscript	2009-01-02 19:18:00 UTC (rev 6398)
@@ -27,7 +27,7 @@
 
 
 APPNAME = 'sion'
-VERSION = '0.0.1'
+VERSION = '0.1.0'
 
 srcdir = '.'
 blddir = '_build_'
@@ -114,7 +114,6 @@
 def dist():
 	import md5
 	from Scripting import dist, excludes
-	excludes.remove('Makefile')
 	excludes.append('sion-%s.tar.bz2.sig' % VERSION)
 	filename = dist(APPNAME, VERSION)
 	f = file(filename,'rb')




More information about the Goodies-commits mailing list