~ubuntu-branches/ubuntu/oneiric/xfce4-dev-tools/oneiric

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2009-09-20 21:58:40 UTC
  • mfrom: (0.2.9 upstream) (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090920215840-zx9q0lzfhyfebbi8
Tags: 4.7.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2009-09-19  Brian J. Tarricone <brian@tarricone.org>
 
2
 
 
3
  * ChangeLog, configure.in.in: == 4.7.2 released! ==
 
4
 
 
5
  * NEWS, configure.in.in, m4macros/xdt-features.m4: fix typo that breaks
 
6
  XDT_FEATURE_LINKER_OPTS
 
7
 
 
8
  * ChangeLog, configure.in.in: == 4.7.1 released! ==
 
9
 
 
10
  * m4macros/xdt-features.m4: put --disable-debug back and fix defaults for
 
11
  visibility and linker opts  also make the non-defaults explicit and therefore
 
12
  less confusing (it worked before due to default autoconf shell-ification of
 
13
  the first arg, but that's not immediately clear)
 
14
 
 
15
2009-09-19  Jannis Pohlmann <jannis@xfce.org>
 
16
 
 
17
  * m4macros/xdt-features.m4: Fix XDT_FEATURE_LINKER_OPTS and
 
18
  XDT_FEATURE_VISIBILITY.  AC_ARG_ENABLE executes the code its last parameter
 
19
  if the --enable flag is not provided, not if the --disable flag is not
 
20
  provided. That's why we need to set the value to "no", not to "yes".  Also
 
21
  don't show the --disable-debug option (with weird indentation) because the
 
22
  help message already explains that there are --disable variants for all
 
23
  --enable options.
 
24
 
 
25
  * m4macros/xdt-features.m4: Fix default detection and $enable_debug value in
 
26
  XDT_FEATURE_DEBUG().  This uses the m4_default() macro instead of the custom
 
27
  code to check which debug level should be used as the default. $default_level
 
28
  was not set when running configure with --help before.  It seems we also need
 
29
  to use [enable_debug=$enableval] in AC_ARG_ENABLE() for enable_debug to be
 
30
  set. Tested it and it works fine.
 
31
 
 
32
2009-09-18  Brian J. Tarricone <brian@tarricone.org>
 
33
 
 
34
  * NEWS, m4macros/xdt-features.m4: beef up the XDT_FEATURE_DEBUG macro a bit
 
35
 
 
36
  * README: s/SVN/Git/
 
37
 
 
38
  * NEWS, m4macros/xdt-features.m4: add XDT_FEATURE_LINKER_OPTS
 
39
 
 
40
  * NEWS, m4macros/xdt-features.m4: add XDT_FEATURE_VISIBILITY
 
41
 
 
42
2009-08-26  Brian J. Tarricone <brian@tarricone.org>
 
43
 
 
44
  * scripts/xdt-autogen.in.in: add do-not-edit warning to top of autogenerated
 
45
  configure.{ac,in}
 
46
 
 
47
  * scripts/xdt-autogen.in.in: remove configure.{ac,in} on 'clean' if
 
48
  configure.{ac,in}.in exists
 
49
 
 
50
  * scripts/xdt-autogen.in.in: print warning if attempting to compare git
 
51
  revision versions  we can't tell version ordering, but it's possible it's
 
52
  fine, so just print a warning and proceed.  autogen.sh writers shouldn't
 
53
  depend on particular git revisions, only on release versions, but let's
 
54
  soft-allow it.
 
55
 
 
56
  * scripts/xdt-autogen.in.in: make lookup_configure_ac_files act like
 
57
  lookup_configure_ac_in_files
 
58
 
 
59
  * .gitignore: add gitignore
 
60
 
 
61
  * scripts/xdt-autogen.in.in: rename CONFIGURE_FILES to CONFIGURE_AC_FILES for
 
62
  clarity  also rename some similar vars/functions for the same reason
 
63
 
 
64
  * scripts/xdt-autogen.in.in: be a little more portable, and select the best
 
65
  awk implementation
 
66
 
 
67
  * NEWS, scripts/xdt-autogen.in.in: also recognize new-school
 
68
  AC_CONFIG_HEADERS() as requiring autoheader
 
69
 
 
70
  * scripts/xdt-autogen.in.in: the -q option to grep is specified by POSIX, so
 
71
  no reason not to use it
 
72
 
1
73
2009-08-18  Brian J. Tarricone <brian@tarricone.org>
2
74
 
 
75
  * configure.in.in: re-add git revision tag
 
76
 
 
77
  * configure.in.in: == 4.7.0 released! ==
 
78
 
 
79
  * ChangeLog, ChangeLog.pre-git: rename ChangeLog and autogenerate new one
 
80
 
3
81
  * scripts/Makefile.am: fix distcheck (output is in builddir, not srcdir)
4
82
 
5
83
  * autogen.sh, configure.in.in: use git for revision substitution