summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 12 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index 79ca2bb..97cbbac 100644
--- a/NEWS
+++ b/NEWS
@@ -3,18 +3,6 @@ opkbuild version 4.0.0-dev
Released: ????-??-??
-Build system:
-
- * 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/".
- * The test suite now uses the Test Anything Protocol and Automake's
- TAP driver.
- * The mksysconf tool (used to generate "proteanos_arch" and
- "proteanos_plat" system configuration files for testing opkbuild)
- has been removed.
-
Utilities:
* ob-unpacksource now supports decompression of xz-compressed upstream
@@ -60,6 +48,18 @@ libopkbuild:
generated from inline comments.
* Test suite coverage has improved slightly.
+Build system:
+
+ * 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/".
+ * The test suite now uses the Test Anything Protocol and Automake's
+ TAP driver.
+ * The mksysconf tool (used to generate "proteanos_arch" and
+ "proteanos_plat" system configuration files for testing opkbuild)
+ has been removed.
+
Bug fixes and minor changes:
* A bug in the option parsing of ob_parse_dep(), ob_reduce_deps(),