diff options
Diffstat (limited to 'rgb/ChangeLog')
-rw-r--r-- | rgb/ChangeLog | 143 |
1 files changed, 143 insertions, 0 deletions
diff --git a/rgb/ChangeLog b/rgb/ChangeLog index ebbddda..b6999f7 100644 --- a/rgb/ChangeLog +++ b/rgb/ChangeLog @@ -1,3 +1,146 @@ +commit 9c6cb7bd5dfec4aedb943f618730c6235d84a740 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Wed Oct 6 20:17:27 2010 -0700 + + rgb 1.0.4 + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 70a7c2b1bbea37a8d84205f9c1725c0320364406 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Wed Sep 22 20:35:59 2010 -0700 + + Sun's copyrights belong to Oracle now + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit e20e3d90bbd535454573fb41f430d7ca449e432d +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Wed Sep 22 20:32:16 2010 -0700 + + config: Remove AC_PROG_CC & AC_PROG_INSTALL that XORG_DEFAULT_OPTIONS provide + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 0aca4de2b5fc69f3ad36e00c020f916de44023b7 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Tue Jul 20 18:45:18 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 a3acab7ea9ea4013b5d11b7ce4f1540134f32f37 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Fri Aug 20 16:58:18 2010 -0400 + + 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 + Use the appropriate platform version of sed + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit 051b49b9ac4409f3af80e6b49b4dd675e4c217b2 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Fri Aug 20 16:38:59 2010 -0400 + + man: remove trailing whitespace + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit 2e8280347b96968c847cc4fcf1eee186d458415b +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Thu Feb 11 10:08:06 2010 -0500 + + config: move CWARNFLAGS from configure.ac to Makefile.am + + Compiler warning flags should be explicitly set in the makefile + rather than being merged with other packages compiler flags. + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit 7e3f7e18ac6edbfb515eac97b7646f766d916d85 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Thu Nov 26 09:54:19 2009 -0500 + + INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 + + Add missing INSTALL file. Use standard GNU file on building tarball + 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 7a988f590cd5479de563cfd5f3dcffc058866989 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Thu Nov 26 09:48:04 2009 -0500 + + 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 7ba49b1c6d4b80ddc3306e50b768799381244583 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Mon Oct 26 22:08:38 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 4b7f8fdc83969ec1d9913dbd90c61f395c8d126e +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Thu Oct 22 12:34:14 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 f9419e37d1f1bb35c1a84d797b4bd61e5e7fea65 +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Fri Nov 20 22:45:52 2009 -0800 + + Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS + + Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> + +commit c83234dbf6d6a9744f9dc8a13533c0dfd3700bf3 +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Fri Nov 20 22:33:22 2009 -0800 + + Update Sun license notices + + Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> + +commit 66e1f879b4165298b59fb98d05a28bdb0bc574c6 +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Thu Oct 1 14:54:18 2009 -0700 + + Add README with pointers to mailing lists, bugzilla, & git + + Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> + +commit 58072d1db611ad95059044cb3ec1302c8475c754 +Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> +Date: Mon Jan 12 19:03:00 2009 -0200 + + Ansification and compile warning fixes. + + This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects + make distcheck and all gcc 4.3 and sparse warnings. + commit f0c7399100f25d2c512ee7c922cf13a4bd9c507e Author: Alan Coopersmith <alan.coopersmith@sun.com> Date: Thu Jun 5 20:17:09 2008 -0700 |