summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick 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)
commitd3f2ad5270dfb9e7e24d210238d7063a793cc402 (patch)
treed61529f5fd10ff90cae102632beff4e3529bc730
parentc976f35eeda766582f588fdc7a90b907442ac7ed (diff)
NEWS, configure.ac: Set version to 4.0.0
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 97cbbac..f63e242 100644
--- a/NEWS
+++ b/NEWS
@@ -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'])