diff options
author | Klaus Kaempf <kkaempf@suse.de> | 2008-09-25 15:16:09 +0000 |
---|---|---|
committer | Klaus Kaempf <kkaempf@suse.de> | 2008-09-25 15:16:09 +0000 |
commit | 959098e2eef9c6dbf513ed5f6c5186c3bddd065e (patch) | |
tree | 2be64d50570d54ba93557e313aeea80b5436dea6 | |
parent | 8f9405cebbdd5f9a8552e2eb63442bae254da8ea (diff) | |
download | libsolv-959098e2eef9c6dbf513ed5f6c5186c3bddd065e.tar.gz libsolv-959098e2eef9c6dbf513ed5f6c5186c3bddd065e.tar.bz2 libsolv-959098e2eef9c6dbf513ed5f6c5186c3bddd065e.zip |
fully support Dataiterator in bindings, drop use of repo_lookup()
-rw-r--r-- | VERSION.cmake | 2 | ||||
-rw-r--r-- | package/libsatsolver.changes | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake index ebae177..58444c6 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -46,6 +46,6 @@ SET(LIBSATSOLVER_MAJOR "0") SET(LIBSATSOLVER_MINOR "10") -SET(LIBSATSOLVER_PATCH "14") +SET(LIBSATSOLVER_PATCH "15") # last released 0.10.14 diff --git a/package/libsatsolver.changes b/package/libsatsolver.changes index ff9214d..7db2902 100644 --- a/package/libsatsolver.changes +++ b/package/libsatsolver.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Sep 25 17:14:42 CEST 2008 - kkaempf@suse.de + +- fully support Dataiterator in Python and Ruby bindings. +- 0.10.15 + +------------------------------------------------------------------- Thu Sep 25 13:53:54 CEST 2008 - dmacvicar@suse.de - add support for keywords in susedata |