summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2014-01-24 13:54:34 +0100
committerMichael Schroeder <mls@suse.de>2014-01-24 13:54:34 +0100
commit1f345e6aadd562544be8dc0e78d71ca8c1b4106b (patch)
tree0be923f872abcc5e50811712e029a0bf7659a617
parent1fdd979e90b0178cd508a841caf7378e1f3e0327 (diff)
downloadlibsolv-1f345e6aadd562544be8dc0e78d71ca8c1b4106b.tar.gz
libsolv-1f345e6aadd562544be8dc0e78d71ca8c1b4106b.tar.bz2
libsolv-1f345e6aadd562544be8dc0e78d71ca8c1b4106b.zip
add changes, bump version to 0.4.2
-rw-r--r--VERSION.cmake2
-rw-r--r--package/libsolv.changes14
2 files changed, 15 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 4044fa8..b35a2b4 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
SET(LIBSOLV_MAJOR "0")
SET(LIBSOLV_MINOR "4")
-SET(LIBSOLV_PATCH "1")
+SET(LIBSOLV_PATCH "2")
diff --git a/package/libsolv.changes b/package/libsolv.changes
index 24f2fce..4e4d85a 100644
--- a/package/libsolv.changes
+++ b/package/libsolv.changes
@@ -1,4 +1,18 @@
-------------------------------------------------------------------
+Fri Jan 24 13:50:03 CET 2014 - mls@suse.de
+
+- add -X option to susetags2solv
+- fix typos in pool_job2str
+- support DISTRO in content parser
+- make addfilelist more resistant against corrupt rpms
+- encode flags into rpmdb cookie
+- add identical and evrcmp methods in bindings
+- copy checksums in repo_add_rpmdb_reffp
+- repo_autopattern: make sure that the category is valid utf8
+- fix double-free if the number of languages is reduced to zero
+- bump version to 0.4.2
+
+-------------------------------------------------------------------
Mon Dec 9 11:53:06 CET 2013 - mls@suse.de
- make repo2solv.sh work when appdata support is off