diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 18:08:14 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 18:08:14 +0000 |
commit | 1d13d3921dd70a5ff2f0784c47e7dbd192b778a2 (patch) | |
tree | 9961a7d26f83ba33a7850a82b03660e0d49f71aa /lib/libXvMC/ChangeLog | |
parent | 690dcb448242e6a81154e589bb283f1e98f38c67 (diff) |
import from X.Org 7.2RC2
Diffstat (limited to 'lib/libXvMC/ChangeLog')
-rw-r--r-- | lib/libXvMC/ChangeLog | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/lib/libXvMC/ChangeLog b/lib/libXvMC/ChangeLog new file mode 100644 index 000000000..c03cb48be --- /dev/null +++ b/lib/libXvMC/ChangeLog @@ -0,0 +1,65 @@ +2006-04-26 Adam Jackson <ajax@freedesktop.org> + + * configure.ac: + Bump to 1.0.2 + +2006-04-03 Adam Jackson <ajax@freedesktop.org> + + * src/Makefile.am: + Bug #6479: Cygwin build fix. (Yaakov Selkowitz) + +2006-03-22 Donnie Berkholz <spyderous@gentoo.org> + + * src/Makefile.am: + Set XVMC_CONFIGDIR to $(sysconfdir)/X11. + +2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: + Update package version for X11R7 release. + +2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: + Update package version number for final X11R7 release candidate. + +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-26 Thomas Hellstrom <unichrome-at-shipmail-dot-org> + + * src/Makefile.am: + Bug #5067 <https://bugs.freedesktop.org/show_bug.cgi?id=5067> + Add dot before revision definitions for libXvMCW (Cedric Berger) + +2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * xvmc.pc.in: + Update pkgconfig files to separate library build-time dependencies + from application build-time dependencies. + +2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: + Update package version number for RC1 release. + +2005-07-08 Keith Packard <keithp@keithp.com> + + reviewed by: <delete if not using a buddy> + + * .cvsignore: + * src/.cvsignore: + +2005-06-21 Alexander Gottwald <ago at freedesktop dot org> + + * configure.ac + Add missing xext.pc and xextproto.pc + |