add NEWS
authorMichael Schroeder <mls@suse.de>
Fri, 4 Apr 2014 14:25:17 +0000 (16:25 +0200)
committerMichael Schroeder <mls@suse.de>
Fri, 4 Apr 2014 14:25:17 +0000 (16:25 +0200)
NEWS [new file with mode: 0644]

diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..5f21c86
--- /dev/null
+++ b/NEWS
@@ -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
+