[svk-commit] r3098 - in branches/2.2-releng: lib/SVK

nobody at bestpractical.com nobody at bestpractical.com
Wed Oct 22 01:44:42 EDT 2008


Author: clkao
Date: Wed Oct 22 01:44:42 2008
New Revision: 3098

Modified:
   branches/2.2-releng/CHANGES
   branches/2.2-releng/lib/SVK/Version.pm

Log:
2.2.1

Modified: branches/2.2-releng/CHANGES
==============================================================================
--- branches/2.2-releng/CHANGES	(original)
+++ branches/2.2-releng/CHANGES	Wed Oct 22 01:44:42 2008
@@ -1,3 +1,10 @@
+[Changes for 2.2.1 - 22 Oct, 2008]
+
+  Fix the incorrect version information in META.yml
+
+  Mirror subsystem
+    * Fix memory leak for bootstrapping mirrors.
+
 [Changes for 2.2.0 - 17 Sep, 2008]
 
   New features

Modified: branches/2.2-releng/lib/SVK/Version.pm
==============================================================================
--- branches/2.2-releng/lib/SVK/Version.pm	(original)
+++ branches/2.2-releng/lib/SVK/Version.pm	Wed Oct 22 01:44:42 2008
@@ -50,7 +50,7 @@
 # END BPS TAGGED BLOCK }}}
 package SVK;
 
-use version; our $VERSION = qv(2.2.0);
+use version; our $VERSION = qv(2.2.1);
 
 =head1 NAME
 


More information about the svk-commit mailing list