Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--debian/changelog8
-rw-r--r--setup.py2
-rw-r--r--sugar-update-control.changes9
-rw-r--r--sugar-update-control.spec2
5 files changed, 20 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5472b16..82a348f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# CANONICAL SOURCE OF VERSION STRING:
VERSION_MAJOR=0
-VERSION_MINOR=3
+VERSION_MINOR=4
PACKAGE=sugar-update-control
MOCK=./mock-wrapper -r olpc-3-i386 --resultdir=$(MOCKDIR)
MOCKDIR=./mock-results
diff --git a/debian/changelog b/debian/changelog
index 957f112..2a85e1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+sugar-update-control (0.4) unstable; urgency=low
+
+ * Better support for multiple groups.
+ * Sort activities case-insensitively; handle non-ASCII names better.
+ * Support automatically closing control panel if no updates found.
+
+ -- C. Scott Ananian <cscott@laptop.org> Mon, 21 Jul 2008 19:41:00 -0400
+
sugar-update-control (0.3) unstable; urgency=low
* Support editing/reordering activity groups.
diff --git a/setup.py b/setup.py
index e1a9069..9f96016 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.3",
+ version="0.4",
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 d41e0e3..668d131 100644
--- a/sugar-update-control.changes
+++ b/sugar-update-control.changes
@@ -11,3 +11,12 @@ sugar-update-control-0.3-1.src.rpm
* Support editing/reordering activity groups.
-- C. Scott Ananian <cscott@laptop.org> Wed, 16 Jul 2008 1:49:00 -0400
+
+sugar-update-control-0.4-1.noarch.rpm
+sugar-update-control-0.4-1.src.rpm
+
+ * Better support for multiple groups.
+ * Sort activities case-insensitively; handle non-ASCII names better.
+ * Support automatically closing control panel if no updates found.
+
+ -- C. Scott Ananian <cscott@laptop.org> Mon, 21 Jul 2008 19:41:00 -0400
diff --git a/sugar-update-control.spec b/sugar-update-control.spec
index acd4b12..604890b 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.3
+Version: 0.4
Release: 1
License: GPL
Group: System Environment/Base