summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e7891e5..3d0501b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+opkbuild version 4.0.0
+----------------------
+
+Released: ????-??-??
+
+Changes in this release:
+
+ * The build system is now generated by GNU Autoconf and Automake.
+ * libopkbuild is now distributed as a sort of shared library object,
+ "linked" by the shld linker tool. By default, it is installed into
+ "/usr/local/share/sh/".
+ * ob_use() has been removed from the libopkbuild API.
+ * libopkbuild's "shared object version" has been bumped to 2 to
+ reflect the new incompatible API.
+ * The test suite now uses the Test Anything Protocol and Automake's
+ TAP driver.
+ * A bug in the option parsing of ob_parse_dep(), ob_reduce_deps(),
+ ob_parse_version(), ob_parse_package_metadata(), and
+ ob_get_binary_packages() that affects GNU Bash and possibly other
+ shells has been fixed.
+ * The minimum version of the GNU General Public License has been
+ bumped to version 3.
+
opkbuild version 3.0.0-beta7
----------------------------