ANNOUNCE: xfce4-dev-tools 4.7.1 released
Brian Tarricone
brian at tarricone.org
Sat Sep 19 23:29:08 CEST 2009
xfce4-dev-tools 4.7.1 is now available for download from
http://archive.xfce.org/src/xfce/xfce4-dev-tools/4.7/xfce4-dev-tools-4.7.1.tar.bz2
http://archive.xfce.org/src/xfce/xfce4-dev-tools/4.7/xfce4-dev-tools-4.7.1.tar.bz2.md5
http://archive.xfce.org/src/xfce/xfce4-dev-tools/4.7/xfce4-dev-tools-4.7.1.tar.bz2.sha1
SHA1 checksum: d3f3abe0c1b63df51df73874325d67254fbc6962
MD5 checksum: 9841ccb2e0c2ca8a56d6eeabc54bb569
What is xfce4-dev-tools?
========================
The Xfce Development Tools are a set of scripts and m4/autoconf macros
that ease build system maintenance.
Website:
http://xfce.org/
Release notes for 4.7.1
=======================
- Also support the newer AC_CONFIG_HEADERS macro.
- Add XDT_FEATURE_VISIBILITY to check for and enable symbol visibility
support (only useful for building libraries).
- Add XDT_FEATURE_LINKER_OPTS that checks for and enables useful linker
optimizations if supported. This currently only checks for --as-needed
and -O1, but more may be added in the future.
- Beef up XDT_FEATURE_DEBUG:
* Add new 'minimum' debug level, which is now the default and behaves
similarly to the old 'no' default.
* Debug level 'no' disables many glib/gobject-related checks and
asserts (this is not really recommended).
* Debug level 'full' disables code optimization.
* The macro now takes an argument to specify the default debug level.
More information about the Xfce
mailing list