diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-02 18:02:17 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-02 18:02:17 (EST) |
commit | a636997b41709acd343b9d70cb861f2caa34161d (patch) | |
tree | 01ff515e1ca28fa5a22f2636a19d43b75e7da337 | |
parent | 7347cda3b06125a4c582f1c7d78133fcee3633c2 (diff) |
NEWS: Add 3.0.0 section.
-rw-r--r-- | NEWS | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +OPK Build Helper Tools version 3.0.0 +------------------------------------ + +Released: ????-??-?? + +Changes in this release: + + * The kbuild build system plugin now no longer guesses the wrong + package-specific architecture name in certain cases. + * opkhelper now includes its own (simpler and more robust) output and + locale library modules and no longer depends on opkbuild's library. + opkhelper can now be built without opkbuild being installed first. + * Variable defintions and improved and enforced with "set -u". + * The old and hard-to-maintain custom build system has been replaced + with one generated with GNU Autoconf and Automake. + - Library files are installed into subdirectories of datadir instead + of into subdirectories of libdir (but still under /usr/local/share + by default). + - The "--with-multiarch-libdir" option has been replaced with a + "--disable-multiarch-libdir" option. + * tests/testlib.sh is now distributed in released archives. + * NEWS now contains summaries of changes in each released version. + ChangeLog is now populated with the Git commit log. + OPK Build Helper Tools version 3.0.0-beta4 ------------------------------------------ |