summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-24 23:22:16 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-24 23:22:16 (EST)
commit67effb5f4c874d47e426d2f56e83f85ebbf7b11d (patch)
tree2201393f7040660997ccf8a1ec87b8ab7d450f4e /NEWS
parent803228d9a3c71191216d00df45c3dd3301d16da1 (diff)
NEWS: Add 4.0.0 section
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
----------------------------