[SCM] GUI front-end for Debian Live. branch, master, updated. 01bfe15e9de19d2543322586f63218907a764f82

Chris Lamb chris at chris-lamb.co.uk
Sat Aug 9 05:29:35 UTC 2008


The following commit has been merged in the master branch:
commit 72a4a5b9ea94183d0d8b38b736d85ec0f68e46d3
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sat Aug 9 03:00:50 2008 +0100

    1.0 release for Lenny.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/LiveMagic/__init__.py b/LiveMagic/__init__.py
index a511037..0091f93 100644
--- a/LiveMagic/__init__.py
+++ b/LiveMagic/__init__.py
@@ -24,7 +24,7 @@ import optparse
 
 from LiveMagic import views, controllers
 
-__version__ = '0.4'
+__version__ = '1.0'
 
 class LiveMagic(object):
 
diff --git a/debian/changelog b/debian/changelog
index eec9c39..bee2b16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+live-magic (1.0) unstable; urgency=low
+
+  * 1.0 release for Lenny.
+
+ -- Chris Lamb <chris at chris-lamb.co.uk>  Sat, 09 Aug 2008 02:41:53 +0100
+
 live-magic (0.7) unstable; urgency=low
 
   * Add d-i integration step which sets LH_DEBIAN_INSTALLER="live"
diff --git a/misc/live-magic.desktop b/misc/live-magic.desktop
index 85c8caf..d0b3d32 100644
--- a/misc/live-magic.desktop
+++ b/misc/live-magic.desktop
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Type=Application
-Version=0.4
+Version=1.0
 Name=Live Magic
 Comment=Create Debian Live systems (LiveCDs, etc.)
 Icon=/usr/share/live-magic/debian_openlogo-nd-100.png
diff --git a/setup.py b/setup.py
index 2610798..898f271 100755
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ from distutils.core import setup
 
 setup(
     name='live-magic',
-    version='0.4',
+    version='1.0',
     maintainer = "Chris Lamb",
     maintainer_email = "chris at chris-lamb.co.uk",
     description = "GTK+ frontend for configuring Debian Live systems",

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list