[kobo/f15] Bump to new upstream version - 0.3.5.

dmach dmach at fedoraproject.org
Mon Oct 10 10:02:39 UTC 2011


commit 61c16805351dc09ec5da43309617b5cf7f5c638f
Author: Daniel Mach <dmach at redhat.com>
Date:   Mon Oct 10 12:03:49 2011 +0200

    Bump to new upstream version - 0.3.5.

 .gitignore |    2 +-
 kobo.spec  |   41 ++++++++++++++++++++++++++++++++++++++++-
 sources    |    2 +-
 3 files changed, 42 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 97efb75..4e0ac6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/kobo-0.3.4.tar.bz2
+/kobo-0.3.5.tar.bz2
diff --git a/kobo.spec b/kobo.spec
index 5004df0..adcfa9c 100644
--- a/kobo.spec
+++ b/kobo.spec
@@ -5,7 +5,7 @@
 %define py_sitedir %{py_libdir}/site-packages
 %define debug_package %{nil}
 
-%define version 0.3.4
+%define version 0.3.5
 %define release 1
 # set git to %{nil} (release) or to YYYYMMDD.123456 (git build)
 %define git     %{nil}
@@ -162,6 +162,45 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Oct 10 2011 Daniel Mach <dmach at redhat.com> - 0.3.5-1
+- Bump version to 0.3.5. (Daniel Mach)
+- Return tracebacks in the XML-RPC dispatcher as unicode. (Daniel Mach)
+- Refactor MainMenu to be Django 1.3 compliant. (Martin Magr)
+- Make StateEnumField Django 1.2 compliant. (Martin Magr)
+- Add proxy support to XML-RPC transports. (Daniel Mach)
+- Cache stat values in FileWrapper objects, add size and mtime properties. (Tomas Mlcoch)
+- Fix unittest kobo.http for Python 2.4. (Tomas Mlcoch)
+- Add unit test for kobo.pkgset. (Tomas Mlcoch)
+- Rename pkgset.FileCache.__get__ to __getitem__. (Tomas Mlcoch)
+- Add unit test for kobo.http. (Tomas Mlcoch)
+- Add unit test for kobo.decorators. (Tomas Mlcoch)
+- Add docstrings to kobo.http. (Tomas Mlcoch)
+- Add UndoHardlink class to __all__. (Tomas Mlcoch)
+- Add unit test for kobo.hardlink. (Tomas Mlcoch)
+- Fix params for os.utime() call in UndoHardlink class. (Tomas Mlcoch)
+- Fix tback.Traceback to work properly in interpreter. (Tomas Mlcoch)
+- Use getattr to read Krb5Error.err_code to prevent possible AttributeError in HubProxy. (Daniel Mach)
+- Add a new task state - CREATED. (Daniel Mach)
+- Fix templates to work properly in debug mode. (Daniel Mach)
+- Revamp log downloads - download as a stream, better support for other than .log files, enforce using UPLOAD_DIR in settings. (Daniel Mach)
+- Delete empty directories on FileUpload.delete(). (Daniel Mach)
+- Catch an exception when deleting an FileUpload object and target file is missing. (Daniel Mach)
+- Make sure that xmlrpc.decode_xmlrpc_chunk() won't fail on existing directory. (Daniel Mach)
+- Run task cleanup and notification for foreground tasks. (Daniel Mach)
+- Enhance shortcuts.iter_chunks() to work with files. (Daniel Mach)
+- Upload files in chunks in order to prevent client-side memory issues. (Daniel Mach)
+- Exclude file uploads from CSRF protection. (Daniel Mach)
+- Add assertRegexpMatches and assertIsInstance to tback tests to make them work on python < 2.7. (Daniel Mach)
+- Fix processing unitialized variables in tback. (Martin Bukatovic)
+- Fix a traceback in kobo-admin start-hub when a project name contained dashes. (Daniel Mach)
+- Add -tt python interpreter argument to project templates. (Daniel Mach)
+- Add kobo.rpmlib.parse_evr() to parse E:VR. (Daniel Mach)
+- Fix parse_nvra() - arch must not contain '-'. (Daniel Mach)
+- Add missing {{ project_name }} prefix to kobo admin templates. (Daniel Mach)
+- Start daemons in "/" rather than in working dir. (Daniel Mach)
+- Add TransactionMiddleware to the hub template's settings. (Daniel Mach)
+- Add skip_broken argument to PluginContainer.register_module() class method. (Daniel Mach)
+
 * Fri Feb 18 2011 Daniel Mach <dmach at redhat.com> - 0.3.4-1
 - Add kobo.decorators.log_traceback() devel decorator to log function tracebacks to a file. (Daniel Mach)
 - Fix tback.Traceback for py2.4. (Daniel Mach)
diff --git a/sources b/sources
index c39e529..a630b74 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-704fbfc8b7aaac914893417fec30ba4c  kobo-0.3.4.tar.bz2
+e21b3595139731f72c7492f60705453f  kobo-0.3.5.tar.bz2


More information about the scm-commits mailing list