diff options
Diffstat (limited to 'lib/libXv/ChangeLog')
-rw-r--r-- | lib/libXv/ChangeLog | 172 |
1 files changed, 172 insertions, 0 deletions
diff --git a/lib/libXv/ChangeLog b/lib/libXv/ChangeLog index e5ea9f778..34b370ee2 100644 --- a/lib/libXv/ChangeLog +++ b/lib/libXv/ChangeLog @@ -1,3 +1,175 @@ +commit e34fff44ebc4f8c258df127f6f80d0a1aa86a25d +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Fri Oct 29 17:52:32 2010 -0700 + + libXv 1.0.6 + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 6e0da1da31552faaba26a351be0a4cf2d5964b05 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Fri Oct 29 17:51:53 2010 -0700 + + Sun's copyrights now belong to Oracle + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 4c2bc9a94ee759423adbc4e7c99b9bf9fea692ec +Author: Jesse Adkins <jesserayadkins@gmail.com> +Date: Tue Sep 28 13:30:04 2010 -0700 + + Purge cvs tags. + + Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit ec92e24e86363fcbc14f8dce9739a430f68b998f +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Wed Aug 18 17:29:15 2010 -0400 + + man: whitespace management + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit 7bb70e6f8f394775d5d7ed7035a6d4b2accd2892 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Wed Aug 18 17:23:31 2010 -0400 + + man: remove unrequired local fix for bug 5628 + + Local fix in CVS for bug 5628 is not required + as the problem has been fixed in + util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit 14cf5e3d19488f9a36824a01d4aba4a7f5ebc1cd +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Thu Jul 8 15:21:36 2010 -0700 + + config: upgrade to util-macros 1.8 for additional man page support + + Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS + The value of MAN_SUBST is the same for all X.Org packages. + + Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS + Enables use of platform appropriate version of sed. + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit e106f955dfc23798975ef14b3d3400aff39eced9 +Author: Fernando Carrijo <fcarrijo@yahoo.com.br> +Date: Thu Jul 1 07:07:12 2010 -0300 + + Purge macro NEED_REPLIES + + Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br> + Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com> + Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 481033e52111a42ae80c2814a499a068d7dc4771 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Mon Mar 29 16:50:34 2010 -0400 + + config: update AC_PREREQ statement to 2.60 + + Unrelated to the previous patches, the new value simply reflects + the reality that the minimum level for autoconf to configure + all x.org modules is 2.60 dated June 2006. + + ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit ea333fad90bce73c95a5ac310c127e22d6b41c6c +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Mon Mar 29 14:53:49 2010 -0400 + + config: remove the pkgconfig pc.in file from EXTRA_DIST + + Automake always includes it in the tarball. + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit 917a09fe40630d9ba2ac7f2f48636989f3163580 +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Thu Jan 14 20:55:17 2010 -0800 + + Update Sun license notices to current X.Org standard form + + Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> + +commit f0225573605729797a0edd00276f4704f9cda3c2 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Fri Nov 27 20:56:04 2009 -0500 + + Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES + + Now that the INSTALL file is generated. + Allows running make maintainer-clean. + +commit f6ab500cf3d00bfa49070007c006e500253b6d84 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Wed Oct 28 14:09:10 2009 -0400 + + INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 + + Add missing INSTALL file. Use standard GNU file on building tarball + README may have been updated + Remove AUTHORS file as it is empty and no content available yet. + Remove NEWS file as it is empty and no content available yet. + +commit fec734de503d63bb0abce9088be2e6655e82f800 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Tue Oct 27 15:07:26 2009 -0400 + + Deploy the new XORG_DEFAULT_OPTIONS #24242 + + This macro aggregate a number of existing macros that sets commmon + X.Org components configuration options. It shields the configuration file from + future changes. + +commit f0b191321146550b88a94233b9677e32044b6c0e +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Mon Oct 26 22:08:43 2009 -0400 + + Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 + + ChangeLog filename is known to Automake and requires no further + coding in the makefile. + +commit 9ae8551458ee56b7ea19066023da64c7e24ea9f3 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Thu Oct 22 12:34:19 2009 -0400 + + .gitignore: use common defaults with custom section # 24239 + + Using common defaults will reduce errors and maintenance. + Only the very small or inexistent custom section need periodic maintenance + when the structure of the component changes. Do not edit defaults. + +commit 05974c72286a9556ebf5ff541967fa53f75a55a8 +Author: Jeremy Huddleston <jeremyhu@freedesktop.org> +Date: Wed Oct 21 12:47:26 2009 -0700 + + This is not a GNU project, so declare it foreign. + + On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: + > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: + > > I noticed an INSTALL file in xlsclients and libXvMC today, and it + > > was quite annoying to work around since 'autoreconf -fvi' replaces + > > it and git wants to commit it. Should these files even be in git? + > > Can I nuke them for the betterment of humanity and since they get + > > created by autoreconf anyways? + > + > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 + + As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with + AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation + of the INSTALL file. It is also part of the 24206 solution. + + Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> + commit 5be9a0099a83d1acf464640e930518a4c46c0920 Author: Alan Coopersmith <alan.coopersmith@sun.com> Date: Sat Oct 3 02:12:52 2009 -0700 |