Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorC. Scott Ananian <cscott@laptop.org>2008-08-07 04:08:48 (GMT)
committer C. Scott Ananian <cscott@laptop.org>2008-08-07 04:08:48 (GMT)
commit52869722abb4ce0b46affb050a52fa754c4b4598 (patch)
treee3e5921afe55071b93f9265f54ee752aeb7bae70
parentd5eb717552ee5fdfa20e5470ad43806be312d1f1 (diff)
Release 0.7.
-rw-r--r--Makefile2
-rw-r--r--debian/changelog6
-rw-r--r--setup.py2
-rw-r--r--sugar-update-control.changes7
-rw-r--r--sugar-update-control.spec2
5 files changed, 16 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 08e5b87..7a973ee 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# CANONICAL SOURCE OF VERSION STRING:
VERSION_MAJOR=0
-VERSION_MINOR=6
+VERSION_MINOR=7
PACKAGE=sugar-update-control
MOCK=./mock-wrapper -r olpc-3-i386 --resultdir=$(MOCKDIR)
MOCKDIR=./rpms
diff --git a/debian/changelog b/debian/changelog
index 6c3482a..be39bf5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sugar-update-control (0.7) unstable; urgency=low
+
+ * Trac #7845: create ~olpc/Activities if it does not exist.
+
+ -- C. Scott Ananian <cscott@laptop.org> Thu, 07 Aug 2008 00:06:00 -0400
+
sugar-update-control (0.6) unstable; urgency=low
* Update to match sugar patch for dlo trac #7495.
diff --git a/setup.py b/setup.py
index 57d4ce2..1801383 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/python2.5
from distutils.core import setup
setup(name='sugar-update-control',
- version="0.6",
+ version="0.7",
description='Sugar update control panel',
author='C. Scott Ananian',
author_email='cscott@laptop.org',
diff --git a/sugar-update-control.changes b/sugar-update-control.changes
index e35b22b..4764d76 100644
--- a/sugar-update-control.changes
+++ b/sugar-update-control.changes
@@ -35,3 +35,10 @@ sugar-update-control-0.6-1.src.rpm
* Don't download large activity bundles to memory.
-- C. Scott Ananian <cscott@laptop.org> Wed, 06 Aug 2008 13:35:00 -0400
+
+sugar-update-control-0.7-1.noarch.rpm
+sugar-update-control-0.7-1.src.rpm
+
+ * Trac #7845: create ~olpc/Activities if it does not exist.
+
+ -- C. Scott Ananian <cscott@laptop.org> Thu, 07 Aug 2008 00:06:00 -0400
diff --git a/sugar-update-control.spec b/sugar-update-control.spec
index bed90f8..334c95a 100644
--- a/sugar-update-control.spec
+++ b/sugar-update-control.spec
@@ -5,7 +5,7 @@
Summary: Activity update control panel for Sugar.
Name: sugar-update-control
-Version: 0.6
+Version: 0.7
Release: 1
License: GPL
Group: System Environment/Base