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-09-16 19:07:06 (GMT)
committer C. Scott Ananian <cscott@laptop.org>2008-09-16 19:07:24 (GMT)
commit9df9969c96423eabc5884ce2da6b8ec196eddb17 (patch)
tree07988c766e0d4dd1a1f3add619d35970e8a1632a
parent8dfad237438ba2f525a8a4a5630bc671a51efe03 (diff)
Release 0.13.
-rw-r--r--Makefile2
-rw-r--r--debian/changelog7
-rw-r--r--setup.py2
-rw-r--r--sugar-update-control.changes8
-rw-r--r--sugar-update-control.spec6
5 files changed, 22 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3179264..c77b4a7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# CANONICAL SOURCE OF VERSION STRING:
VERSION_MAJOR=0
-VERSION_MINOR=12
+VERSION_MINOR=13
PACKAGE=sugar-update-control
MOCK=./mock-wrapper -r olpc-3-i386 --resultdir=$(MOCKDIR) $(MOCK_OPTS)
MOCKDIR=./rpms
diff --git a/debian/changelog b/debian/changelog
index 98baf28..3e98c8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sugar-update-control (0.13) unstable; urgency=low
+
+ * Trac #8415: set base HREF for redirected update_urls correctly.
+ * Trac #8502: clean up URL cache when control panel is closed.
+
+ -- C. Scott Ananian <cscott@laptop.org> Tue, 16 Sep 2008 15:05:36 -0400
+
sugar-update-control (0.12) unstable; urgency=low
* Trac #8361, #8393: don't allow bad update_urls to crash the updater.
diff --git a/setup.py b/setup.py
index 0acfd41..18140b0 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.12",
+ version="0.13",
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 9ed223d..0ab0d68 100644
--- a/sugar-update-control.changes
+++ b/sugar-update-control.changes
@@ -90,3 +90,11 @@ sugar-update-control-0.12-1.src.rpm
* Disable auto-close.
-- C. Scott Ananian <cscott@laptop.org> Fri, 12 Sep 2008 21:57:44 -0400
+
+sugar-update-control-0.13-1.noarch.rpm
+sugar-update-control-0.13-1.src.rpm
+
+ * Trac #8415: set base HREF for redirected update_urls correctly.
+ * Trac #8502: clean up URL cache when control panel is closed.
+
+ -- C. Scott Ananian <cscott@laptop.org> Tue, 16 Sep 2008 15:05:36 -0400
diff --git a/sugar-update-control.spec b/sugar-update-control.spec
index df206b2..7230e92 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.12
+Version: 0.13
Release: 1
License: GPL
Group: System Environment/Base
@@ -44,6 +44,10 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/sugar
%changelog
+* Tue Sep 16 2008 C. Scott Ananian <cscott@laptop.org>
+- Trac #8415: set base HREF for redirected update_urls correctly.
+- Trac #8502: clean up URL cache when control panel is closed.
+
* Fri Sep 12 2008 C. Scott Ananian <cscott@laptop.org>
- New upstream: 0.12
- Trac #8361, #8393: don't allow bad update_urls to crash the updater.