0.4.3
authorSeth Vidal <skvidal@linux.duke.edu>
Thu, 14 Jul 2005 06:31:25 +0000 (06:31 +0000)
committerSeth Vidal <skvidal@linux.duke.edu>
Thu, 14 Jul 2005 06:31:25 +0000 (06:31 +0000)
Makefile
createrepo.spec
genpkgmetadata.py

index 551b745ebc66ebff39a365474cad7904200dac5d..b36d5e51f3011a1d96ac4d62cb92763aa9df7ed8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 PACKAGE = createrepo
-VERSION = 0.4.2
+VERSION = 0.4.3
 SHELL = /bin/sh
 top_srcdir = .
 srcdir = .
index 98a64a39153ec2037240aa24ac5fe34121aedc0a..23c43f84568c92f4b56bf9cd9a10aaec08c82db2 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Creates a common metadata repository
 Name: createrepo
-Version: 0.4.2
+Version: 0.4.3
 Release: 1
 License: GPL
 Group: System Environment/Base
@@ -34,6 +34,10 @@ rpm packages
 %{_mandir}/man8/createrepo.8*
 
 %changelog
+* Thu Jul 14 2005 Seth Vidal <skvidal@phy.duke.edu>
+- enable caching option
+- 0.4.3
+
 * Tue Jan 18 2005 Seth Vidal <skvidal@phy.duke.edu>
 - add man page
 
index 4d32fb6093adafa8ead69d8982b265b7ff13c4c8..00b3f369e5e2206773ff9718dcdf54a0e9fb98ed 100755 (executable)
@@ -30,7 +30,7 @@ import fnmatch
 
 import dumpMetadata
 from dumpMetadata import _gzipOpen
-__version__ = '0.4.2'
+__version__ = '0.4.3'
 
 def errorprint(stuff):
     print >> sys.stderr, stuff