[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libxext: Changes to 'upstream-unstable'



 ChangeLog    |  151 -----------------------------------------------------------
 Makefile.am  |    9 +++
 configure.ac |    2 
 3 files changed, 9 insertions(+), 153 deletions(-)

New commits:
commit 8d8a6ac4012c2bd5bfd037e42f69f5b2b111433d
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Jan 25 18:28:21 2007 -0800

    Version bump: 1.0.3

diff --git a/configure.ac b/configure.ac
index 18b2b17..bb595e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([libXext],
-        1.0.2,
+        1.0.3,
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         libXext)
 

commit 6856538d6dec00795f492262eb4f730735eff8d1
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Jan 25 18:23:14 2007 -0800

    Replace static ChangeLog with dist-hook to generate from git log

diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 0cab85c..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,151 +0,0 @@
-2006-08-26  David Nusinow  <dnusinow@debian.org>
-
-	* man/DBE.man:
-	* man/XShape.man:
-	* man/XcupGetReservedColormapEntries.man:
-	* man/XcupQueryVersion.man:
-	* man/XcupStoreColors.man:
-	* man/XdbeAllocateBackBufferName.man:
-	* man/XdbeBeginIdiom.man:
-	* man/XdbeDeallocateBackBufferName.man:
-	* man/XdbeEndIdiom.man:
-	* man/XdbeFreeVisualInfo.man:
-	* man/XdbeGetBackBufferAttributes.man:
-	* man/XdbeGetVisualInfo.man:
-	* man/XdbeQueryExtension.man:
-	* man/XdbeSwapBuffers.man:
-	* man/Xevi.man:
-	* man/Xmbuf.man:
-	Fix various manpages that didn't have their section generated from
-	__libmansuffix__. 
-
-2006-04-26  Adam Jackson  <ajax@freedesktop.org>
-
-	* configure.ac:
-	Bump to 1.0.1
-
-2006-04-02  Adam Jackson  <ajax@freedesktop.org>
-
-	* src/Xdbe.c:
-	Coverity #575: Plug a leak on the error path.
-
-	* src/XEVI.c:
-	Coverity #929: Additional defensive NULL check.
-
-2006-02-12  Alan Coopersmith  <alan.coopersmith@sun.com>
-
-	* man/Makefile.am: 
-	Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628>
-	Shadow pages not created correctly when MANDIR & MANSUFFIX don't match.
-
-2005-12-14  Kevin E. Martin  <kem-at-freedesktop-dot-org>
-
-	* configure.ac:
-	Update package version number for final X11R7 release candidate.
-
-2005-12-06  Kevin E. Martin  <kem-at-freedesktop-dot-org>
-
-	* man/Makefile.am:
-	Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
-
-2005-12-03  Kevin E. Martin  <kem-at-freedesktop-dot-org>
-
-	* configure.ac:
-	Update package version number for X11R7 RC3 release.
-
-2005-12-02  Kevin E. Martin  <kem-at-freedesktop-dot-org>
-
-	* configure.ac:
-	* src/Makefile.am:
-	Add check and cflags for malloc(0) returning NULL.
-
-2005-11-19  Kevin E. Martin  <kem-at-freedesktop-dot-org>
-
-	* xext.pc.in:
-	Update pkgconfig files to separate library build-time dependencies
-	from application build-time dependencies.
-
-2005-11-09  Kevin E. Martin  <kem-at-freedesktop-dot-org>
-
-	* configure.ac:
-	Update package version number for X11R7 RC2 release.
-
-2005-11-01  Kevin E. Martin  <kem-at-freedesktop-dot-org>
-
-	* configure.ac:
-	Update pkgcheck dependencies to work with separate build roots.
-
-2005-10-18  Kevin E. Martin  <kem-at-freedesktop-dot-org>
-
-	* configure.ac:
-	Update package version number for RC1 release.
-
-2005-10-12  Kevin E. Martin  <kem-at-freedesktop-dot-org>
-
-	* man/Makefile.am:
-	Add .shadows.DONE to CLEANFILES to pass distcheck
-
-2005-10-11  Alan Coopersmith  <alan.coopersmith@sun.com>
-
-	* man/Makefile.am: 
-	* configure.ac
-	Set up cpp pre-processing of man pages
-	Add shadow man pages for man pages that document multiple functions.
-
-2005-07-08  Keith Packard  <keithp@keithp.com>
-
-	* .cvsignore:
-	* man/.cvsignore:
-	* src/.cvsignore:
-	* src/Makefile.am:
-	Add .cvsignore files
-	Switch _la_CFLAGS for AM_CFLAGS to clean up directory
-
-2005-06-28  Alan Coopersmith  <alan.coopersmith@sun.com>
-
-	* man/Makefile.am (man3_MANS): 
-	Add man pages for DPMS Extension calls in libXext.   (Converted to
-	man page format by Sun doc teams based on DPMS specification docs.)
-	
-2005-05-22  Alan Coopersmith  <alan.coopersmith@sun.com>
-
-	* man/Makefile.am (man3_MANS): Change man pages to long file names
-
-2005-01-29  Daniel Stone  <daniel@freedesktop.org>
-
-	* XSync.c (wire_to_event):
-	Sync from X.Org HEAD -- add explicit cast to prevent warning.
-
-2004-11-22  Carl Worth  <cworth@cworth.org>
-
-	* configure.ac: Remove AC_CONFIG_AUX_DIR (it was in the wrong
-	place for automake-1.9, and it was set to the default value
-	anyway).
-
-2004-09-19  Carlos Romero  <kidcrash@freedesktop.org>
-
-	* man/Makefile.am:
-	Include man pages in EXTRA_DIST.
-
-2004-04-13  Warren Turkal  <wt@midsouth.rr.com>
-
-	* ImUtil.h is not in the public API and is not used in any other parts
-	  of the x packages that I can see
-
-2004-04-12  Daniel Stone  <daniel@freedesktop.org>
-
-	* XSync.c:
-	Merge from X11R6.7 - do explicit casting.
-
-	* Bump version to 6.4.3 for xlibs 1.0.1.
-
-2004-02-03  Jim Gettys  <jg@freedesktop.org>
-
-	* AUTHORS needed lots of research to get the authors documented
-
-2004-01-15  Daniel Stone  <daniel@fooishbar.org>
-	* Tagging release 6.4.2 for the first freedesktop.org clientside lib
-	  release.
-
-2004-01-15  Harold L Hunt II <huntharo@msu.edu>
-	* Makefile.am: Pass -no-undefined to libtool via LDFLAGS.
diff --git a/Makefile.am b/Makefile.am
index 79c5a9d..0ee0095 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,4 +3,11 @@ SUBDIRS = man src
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = xext.pc
 
-EXTRA_DIST=xext.pc.in
+EXTRA_DIST=xext.pc.in ChangeLog autogen.sh
+MAINTAINERCLEANFILES=ChangeLog
+
+ChangeLog:
+	(GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
+
+dist-hook: ChangeLog
+



Reply to: