diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 22:59:44 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 22:59:44 (EDT) |
commit | d3f2ad5270dfb9e7e24d210238d7063a793cc402 (patch) | |
tree | d61529f5fd10ff90cae102632beff4e3529bc730 | |
parent | c976f35eeda766582f588fdc7a90b907442ac7ed (diff) |
NEWS, configure.ac: Set version to 4.0.0
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 3 deletions
@@ -1,8 +1,18 @@ -opkbuild version 4.0.0-dev --------------------------- +opkbuild version 4.0.0 +---------------------- Released: ????-??-?? +This is a major new release of opkbuild. Major user-facing changes +include xz decompression and binary package substitution variables. +There are also many behind-the-scenes improvements to code quality, +safety, and test suite coverage. + +Trivia: Since opkbuild was part of opkhelper in versions up to and +including the incomplete and unreleased 2.0.0, and since version 3.0.0 +never officially left "beta" status, version 4.0.0 is technically the +first released version of opkbuild in its seven-year history. + Utilities: * ob-unpacksource now supports decompression of xz-compressed upstream diff --git a/configure.ac b/configure.ac index 9f5802c..f7f6fe1 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with opkbuild. If not, see <http://www.gnu.org/licenses/>. -AC_INIT([opkbuild], [4.0.0-dev], +AC_INIT([opkbuild], [4.0.0], [mailto:proteanos-dev@lists.proteanos.com], [opkbuild], [http://www.proteanos.com/dev/opkbuild/]) AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild']) |