diff options
author | Michael Schroeder <mls@suse.de> | 2014-04-04 16:25:17 +0200 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2014-04-04 16:25:17 +0200 |
commit | 0c7c5a5d75bdb61398146e5b7c633c164198620c (patch) | |
tree | 027469352c41b9bed2bcb96bab364ae877c05c4b | |
parent | c8164bfecf2ba8bcf4c24329534d3104f19da73c (diff) | |
download | libsolv-0c7c5a5d75bdb61398146e5b7c633c164198620c.tar.gz libsolv-0c7c5a5d75bdb61398146e5b7c633c164198620c.tar.bz2 libsolv-0c7c5a5d75bdb61398146e5b7c633c164198620c.zip |
add NEWS
-rw-r--r-- | NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,19 @@ + +This file contains the major changes between +libsolv versions: + +Version 0.6.0: +- ABI change: cleaned up and reordered knownid.h +- added support for sha224/sha384/sha512 +- API change in the bindings: + * dropped solvid arg from most Dataiterator + constructors + * changed Datamatch results from methods to + attributes + * automatically delete the pool if the owner + object is freed (use the disown method to + get the old behavior). +- new functions: + * pool_add_userinstalled_jobs + * solver_get_userinstalled + |