This is an automated email from the git hooks/post-receive script. hjudt pushed a commit to branch master in repository xfce/xfce4-dev-tools.
commit cbd2f20770b7e49a76c41f546e9cd731c86f99c9 Author: Harald Judt <[email protected]> Date: Tue Feb 17 22:57:58 2015 +0100 Updates for release --- HACKING | 6 +++--- NEWS | 10 ++++++++++ configure.ac.in | 4 ++-- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/HACKING b/HACKING index f598cf4..e566c86 100644 --- a/HACKING +++ b/HACKING @@ -8,7 +8,7 @@ bugs and post feature requests. Notes to developers =================== -If you are a Xfce developer with write access to the Xfce SVN repository, +If you are a Xfce developer with write access to the Xfce git repository, and you feel like you want or need to change something in this module, do not simply commit your changes, unless its really a trivial fix. If it's a non-trivial change, discuss the change on [email protected] first. In @@ -19,8 +19,8 @@ Patches ======= Please submit patches to the Xfce bugtracking system or the [email protected] -mailinglist. Your patch should be in unified diff format (the -u option to -GNU diff) and it should follow the coding style used by the maintainer. +mailinglist. Your patch should be created with the git-format command (see man +git-format) and it should follow the coding style used by the maintainer. Please send a patch against a recent version of this package. Patches against the HEAD branch are most preferable. diff --git a/NEWS b/NEWS index 93d007d..8ecd8cb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +4.11.1 +====== +- Update list of files to clean with xdt-autogen +- Remove definitions related to the obsolete xfce-mcs-manager +- Remove obsolete check for threaded panels (<= 4.1.90) +- Bump dependencies for xfce4-dev-tools and m4macros +- Fix autotools m4 warning +- Fix out of source building (bug #10899) +- Display warning if AC_PROG_INTLTOOL is used (bug #8930) + 4.11.0 ====== - Remove FORTIFY_SOURCE=2. diff --git a/configure.ac.in b/configure.ac.in index 9469ae9..7c0f95e 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -10,10 +10,10 @@ dnl *** Version information *** dnl *************************** m4_define([xdt_version_major], [4]) m4_define([xdt_version_minor], [11]) -m4_define([xdt_version_micro], [0]) +m4_define([xdt_version_micro], [1]) m4_define([xdt_version_nano], []) m4_define([xdt_version_build], [@REVISION@]) -m4_define([xdt_version_tag], [git]) +m4_define([xdt_version_tag], []) m4_define([xdt_version], [xdt_version_major().xdt_version_minor().xdt_version_micro()ifelse(xdt_version_nano(), [], [], [.xdt_version_nano()])ifelse(xdt_version_tag(), [git], [xdt_version_tag()-xdt_version_build()], [])]) -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
