diff options
-rw-r--r-- | NEWS | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -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 ---------------------------- |