increase version so I can buildrequire the latest API
authorStephan Kulow <coolo@suse.de>
Tue, 19 Feb 2008 07:15:11 +0000 (07:15 +0000)
committerStephan Kulow <coolo@suse.de>
Tue, 19 Feb 2008 07:15:11 +0000 (07:15 +0000)
VERSION.cmake
package/libzypp.changes

index a4c02d4..d3edb34 100644 (file)
@@ -47,4 +47,4 @@
 SET(LIBZYPP_MAJOR "4")
 SET(LIBZYPP_MINOR "2")
 SET(LIBZYPP_COMPATMINOR "2")
-SET(LIBZYPP_PATCH "6")
+SET(LIBZYPP_PATCH "7")
index 1a4c3c5..8fb4690 100644 (file)
@@ -1,11 +1,17 @@
 -------------------------------------------------------------------
+Tue Feb 19 08:15:07 CET 2008 - coolo@suse.de
+
+- added some locale support to sat::Solvable
+- version 4.2.7
+
+-------------------------------------------------------------------
 Mon Feb 18 14:15:48 CET 2008 - dmacvicar@suse.de
 
 - handle error messages better in doesFileExist too which is
   used during probing. (bnc #362608)
 
-Sun Feb 17 21:44:12 CET 2008 - dmacvicar@suse.de
 -------------------------------------------------------------------
+Sun Feb 17 21:44:12 CET 2008 - dmacvicar@suse.de
 
 - Fetcher::reset() should not reset cache directories.
   (bnc #348050)