libxext: Changes to 'refs/tags/libxext-2_1.1.2-1'
Tag 'libxext-2_1.1.2-1' created by Julien Cristau <jcristau@debian.org> at 2010-07-11 13:16 +0000
Tagging upload of libxext 2:1.1.2-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAABCAAGBQJMOcRHAAoJEDEBgAUJBeQMr6gQALLDManPVgOFj1Zji3dFYcq/
Vz2tbZlnPHmnFUoU/OX/0+ujmW+rTP8rOULoL0MKrrN0+C4h/m0jWJjouB+q3+5N
DSLItvauveJeZCdyyLVCxIwg/jKtJ7D4NOrdK2q/a4cH1TTIXD5Fbn5RvNFat6Fv
I6XFlhdSFSnCbSrN9k6qSHbB0s35ZO6NOSV7gEMv0YfiNTFEeMqOcuoxnIlJrRyS
0CFRrEtZb5ZYcUUzMYou8vtGqby8PpYdZ+USiE9hgo6TinpoHyH4RyIdKIKH9cRi
dAmeuSEW6u1MnyKZmyjHZLJ72cEO2mxrfqTJcbTxSZtGx1BdccFsKTXqYFTnJRMA
RZlDct1hN28ZMrDnicGpZU2ihnC+CRsn4UbsbDkWHX4E9TZS5D6b8pCCn/wT9Tl1
2siJImjy3wvRYOBDnobUUOa8B5HNvJ0fbMDG4ew832EITtfjMA8kzhjWXWLBuKkk
Xbk+452dn1yUylgOv+fb0GLC2dbGDhbPLJ8z//LasiuveFRPoHNC8I/SkvnB95I1
QzaewS3sQNmLPWSrjXwe+aORCG+nXng2MJbRX6itetEhfa+BqLw2/CpukKrhC6s6
Z03rhI6RPVqrerMZ3LLj4BRQbUaUXKQFLOI00s47YPi+NKFat+wqlYiE9hauL+pY
/XOWdA9MGVL6jbO4vlDU
=vetk
-----END PGP SIGNATURE-----
Changes since libxext-2_1.1.1-3:
Alan Coopersmith (3):
Fix CFLAGS/CPPFLAGS so lint works properly
Update Sun license notices to current X.Org standard form
libXext 1.1.2
Cyril Brulebois (2):
Fix typo.
Add xorg-driver-{video,input} to Provides.
Gaetan Nadon (7):
.gitignore: use common defaults with custom section # 24239
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
Deploy the new XORG_DEFAULT_OPTIONS #24242
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
config: remove the pkgconfig pc.in file from EXTRA_DIST
config: update AC_PREREQ statement to 2.60
Jamey Sharp (1):
XAllocID must only be called with the Display lock held.
Julien Cristau (13):
Don't export xgeExtRegister
Revert "Don't smash the event_vec if num_events differs between lib and server."
xsfbs.mk: don't use a directory as a make target
Update serverabi rule for xserver 1.7.6.901
Merge branch 'debian-unstable' of git://git.debian.org/git/pkg-xorg/xsfbs into debian-unstable
Merge tag 'libXext-1.1.2' into debian-unstable
Bump changelogs
Update debian/copyright from upstream COPYING.
Bump xutils-dev build-dep for xorg-macros 1.4.
Drop patch included upstream, disable patch system.
Wrap libxext-dev's Depends field
Bump Standards-Version to 3.9.0.
Upload to unstable
Keith Packard (1):
Make library headers compatible with old server builds
Mikhail Gusarov (1):
Remove duplicate xorg.fd.o URL and confusing mailing list URL from debian/control
Peter Hutterer (1):
Don't smash the event_vec if num_events differs between lib and server.
---
.gitignore | 74 +++++++--
COPYING | 33 +---
ChangeLog | 163 +++++++++++++++++++++
Makefile.am | 10 -
configure.ac | 15 -
debian/README.source | 2
debian/changelog | 10 +
debian/control | 19 +-
debian/copyright | 33 +---
debian/patches/01_Don-t-export-xgeExtRegister.diff | 26 ---
debian/patches/series | 1
debian/rules | 2
debian/xsfbs/xsfbs.mk | 35 ++--
include/X11/extensions/XShm.h | 2
include/X11/extensions/dpms.h | 2
include/X11/extensions/sync.h | 6
man/.gitignore | 2
man/DPMSCapable.man | 35 +---
man/DPMSDisable.man | 35 +---
man/DPMSEnable.man | 35 +---
man/DPMSForceLevel.man | 35 +---
man/DPMSGetTimeouts.man | 35 +---
man/DPMSGetVersion.man | 35 +---
man/DPMSInfo.man | 35 +---
man/DPMSQueryExtension.man | 35 +---
man/DPMSSetTimeouts.man | 35 +---
man/XShm.man | 33 +---
man/XcupGetReservedColormapEntries.man | 35 +---
man/XcupQueryVersion.man | 35 +---
man/XcupStoreColors.man | 35 +---
src/Makefile.am | 4
src/Xdbe.c | 5
src/extutil.c | 2
33 files changed, 518 insertions(+), 381 deletions(-)
---
Reply to: