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/changelog11
-rw-r--r--setup.py2
-rw-r--r--sugar-update-control.changes12
-rw-r--r--sugar-update-control.spec16
5 files changed, 39 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 4291716..8d8aedd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# CANONICAL SOURCE OF VERSION STRING:
VERSION_MAJOR=0
-VERSION_MINOR=8
+VERSION_MINOR=9
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 4ef3c38..3454a1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+sugar-update-control (0.9) unstable; urgency=low
+
+ * Trac #7979: fix downloads via squid-using school server.
+ Workaround for python issue 3566: http://bugs.python.org/issue3566
+ * Improve support for cancelling incomplete, hung, or slow downloads.
+ * Trac #7865: stale "download size" label contents.
+ * Don't use partial reads unnecessarily to download activity bundles.
+ * Better installation feedback for delays caused by trac #7733.
+
+ -- C. Scott Ananian <cscott@laptop.org> Wed, 20 Aug 2008 11:11:27 -0400
+
sugar-update-control (0.8) unstable; urgency=low
* Catch 404 when trying to determine the size of a prospective update.
diff --git a/setup.py b/setup.py
index ed14e76..20a772d 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.8",
+ version="0.9",
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 16ff794..21f9891 100644
--- a/sugar-update-control.changes
+++ b/sugar-update-control.changes
@@ -53,3 +53,15 @@ sugar-update-control-0.8-1.src.rpm
* Trac #7622: preserve favorites status across upgrade.
-- C. Scott Ananian <cscott@laptop.org> Wed, 13 Aug 2008 00:35:00 -0400
+
+sugar-update-control-0.9-1.noarch.rpm
+sugar-update-control-0.9-1.src.rpm
+
+ * Trac #7979: fix downloads via squid-using school server.
+ Workaround for python issue 3566: http://bugs.python.org/issue3566
+ * Improve support for cancelling incomplete, hung, or slow downloads.
+ * Trac #7865: stale "download size" label contents.
+ * Don't use partial reads unnecessarily to download activity bundles.
+ * Better installation feedback for delays caused by trac #7733.
+
+ -- C. Scott Ananian <cscott@laptop.org> Wed, 20 Aug 2008 11:11:27 -0400
diff --git a/sugar-update-control.spec b/sugar-update-control.spec
index 84cd737..1d6cc6c 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.8
+Version: 0.9
Release: 1
License: GPL
Group: System Environment/Base
@@ -44,14 +44,26 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/sugar
%changelog
+* Wed Aug 20 2008 C. Scott Ananian <cscott@laptop.org>
+- New upstream: 0.9
+- Trac #7979: fix downloads via squid-using school server.
+ Workaround for python issue 3566: http://bugs.python.org/issue3566
+- Improve support for cancelling incomplete, hung, or slow downloads.
+- Trac #7865: stale "download size" label contents.
+- Don't use partial reads unnecessarily to download activity bundles.
+- Better installation feedback for delays caused by trac #7733.
+
* Wed Aug 13 2008 C. Scott Ananian <cscott@laptop.org>
-- New upstream: 0.7.
+- New upstream: 0.8
- Catch 404 when trying to determine the size of a prospective update.
- Catch exception caused by malformed activity bundle.
- Use update_url in bundle's activity.info if present.
- Inhibit suspend during refresh and download/install.
- Trac #7622: preserve favorites status across upgrade.
+* Tue Aug 07 2008 C. Scott Ananian <cscott@laptop.org>
+- New upstream: 0.7.
+
* Wed Aug 06 2008 C. Scott Ananian <cscott@laptop.org>
- New upstream: 0.6.
- Update to match upstream patch for dlo trac #7495.