summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Bouvier <skunnyk@alteroot.org>2020-12-22 21:45:06 +0100
committerRomain Bouvier <skunnyk@alteroot.org>2020-12-22 21:45:06 +0100
commit665dac6b7bccef20ba5911807dc53b60faa7935b (patch)
treed11a1c2564c45ac196aee80e13af545f8201e458
parentd16010634f98cba467cb61c8b9451e84ed323b7a (diff)
downloadxfce4-dev-tools-665dac6b7bccef20ba5911807dc53b60faa7935b.tar.gz
Updates for releasexfce4-dev-tools-4.16.0
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 836ba3d..ca8bc4a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+4.16.0
+======
+- Bump glib to 2.50 based on xfce4.16 roadmap
+- Do not process @LINGUAS@ at xdt-autogen stage
+- xfce-build: Add Thunar to container (Fixes #40)
+- helpers: Add xfce-build 'pull' argument
+- Fail xfce-build container generation if there is any error
+- helpers: Prefer xfce-build over xfce-test (Fixes #38)
+- helpers: Add new helper xfce-open-gitlab
+- Disable CFLAGS override when building CI container
+- use strict CFLAGS to catch common mistakes in ci pipeline
+- helpers: Add helper to locally run xfce-build
+- Add xvfb on xfce-build
+
+
4.15.1
======
@@ -265,4 +280,3 @@ this is no longer necessary to use a separate configure.ac.in and a plain config
=====
- xfce4-dev-tools is a new module in SVN, which includes tools, macros and
documentation for Xfce developers.
-
diff --git a/configure.ac b/configure.ac
index 454bca3..a4773e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
-XDT_VERSION_INIT([4.15.1], [git])
+XDT_VERSION_INIT([4.16.0])
dnl # DO NOT MODIFY ANYTHING BELOW THIS LINE, UNLESS YOU KNOW WHAT
dnl # YOU ARE DOING.