From 67effb5f4c874d47e426d2f56e83f85ebbf7b11d Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 24 Dec 2018 23:22:16 -0500 Subject: NEWS: Add 4.0.0 section --- (limited to 'NEWS') 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 ---------------------------- -- cgit v0.9.1