rpms/kobo/devel .cvsignore, 1.3, 1.4 kobo.spec, 1.3, 1.4 sources, 1.3, 1.4

dmach dmach at fedoraproject.org
Tue Aug 18 14:54:47 UTC 2009


Author: dmach

Update of /cvs/extras/rpms/kobo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31899

Modified Files:
	.cvsignore kobo.spec sources 
Log Message:
update to kobo-0.1.2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kobo/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	22 Jul 2009 17:45:10 -0000	1.3
+++ .cvsignore	18 Aug 2009 14:54:46 -0000	1.4
@@ -1 +1 @@
-kobo-0.1.1.tar.bz2
+kobo-0.1.2.tar.bz2


Index: kobo.spec
===================================================================
RCS file: /cvs/extras/rpms/kobo/devel/kobo.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- kobo.spec	25 Jul 2009 04:42:19 -0000	1.3
+++ kobo.spec	18 Aug 2009 14:54:46 -0000	1.4
@@ -6,8 +6,8 @@
 %define debug_package %{nil}
 
 
-%define version 0.1.1
-%define release 2
+%define version 0.1.2
+%define release 1
 # set git to %{nil} (release) or to YYYYMMDD.123456 (git build)
 %define git     %{nil}
 
@@ -131,6 +131,21 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Aug 18 2009 Daniel Mach <dmach at redhat.com> - 0.1.2-1
+- Read default paginate_by value from settings in kobo.django.views.generic.object_list. (Tomas Kopecek)
+- Add read_from_file() and rename save() to save_to_file() in kobo.shortcuts. (Daniel Mach)
+- Reverse FileUpload default ordering. (Daniel Mach)
+- Add kobo.conf.get_dict_value() to support dicts with default values. (Daniel Mach)
+- Add direct access to files via pkgset.RpmWrapper. (Tomas Kopecek)
+- Add documentation to django.auth.krb5. (Daniel Mach)
+- Fix worker key generation in kobo.hub.models.Worker.save(). (Daniel Mach)
+- Fix a security hole in krb5 middleware: a user was able to log in as different user to admin interface. (Daniel Mach)
+- Change Makefile to run tests before creating source tarball. (Daniel Mach)
+- Change HubProxy._hub verification to fix exceptions in Python2.6. (Martin Magr)
+- Another SQL performance improvement in Task admin. (Tomas Kopecek)
+- Set Task.parent as raw_id field to improve admin performance. (Daniel Mach)
+- Add (spent) time method to Task and display it in the admin listing. (Tomas Kopecek)
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kobo/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	22 Jul 2009 17:45:10 -0000	1.3
+++ sources	18 Aug 2009 14:54:46 -0000	1.4
@@ -1 +1 @@
-acea1862311063c9708e9023d5aa79d5  kobo-0.1.1.tar.bz2
+122aa3b0b2a1cec7a71cfbed8b54f51b  kobo-0.1.2.tar.bz2




More information about the fedora-extras-commits mailing list