summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog256
1 files changed, 256 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..a13f9ef
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,256 @@
+commit 7756ab88c9687bf8eeb7c1d423b2ad7a8d9c2aff
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Fri Oct 29 20:34:38 2010 -0700
+
+ damageproto 1.2.1
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 3e4e9437e5a9d13a7accbf77ed498e327d51ac2e
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sun Mar 28 19:00:30 2010 -0400
+
+ config: remove the pkgconfig pc.in file from EXTRA_DIST
+
+ Automake always includes it in the tarball.
+ remove autogen.sh which is not required in any GNU package
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit fe38c4d7b57d698de7bb8c4445b1c079386c8c7e
+Author: Rémi Cardona <remi@gentoo.org>
+Date: Thu Dec 17 08:34:02 2009 +0100
+
+ Use $(docdir) for damageproto.txt install path
+
+ Signed-off-by: Rémi Cardona <remi@gentoo.org>
+ Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
+ Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com>
+ Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
+
+commit c11bd672411d513321c1997abf5428fc758e3bad
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sun Nov 22 19:24:47 2009 -0500
+
+ Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
+
+ Now that the INSTALL file is generated.
+ Allows running make maintainer-clean.
+
+commit da5f148ee88df8d67d7ff088965d7137cb4452c8
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Mon Nov 16 15:11:52 2009 -0500
+
+ Makefile.am: INSTALL file is missing or incorrect #24206
+
+ INSTALL file now copied from util-macros.
+ The copy in git is removed.
+
+commit 7cc105ddc97f6ec1386956431399e09414491292
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Mon Nov 16 15:09:23 2009 -0500
+
+ Revert "NEWS: remove empty file #24206"
+
+ This reverts commit 2fa701f45f0aa12bbaeeb8adbb82389b09ec57a2.
+ The NEWS file was not empty
+
+commit 6198e1baa4e3223c8d77d925188797e18ec5ff0c
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Mon Nov 16 11:10:10 2009 -0500
+
+ README: file created or updated #24206
+
+ Contains a set of URLs to freedesktop.org.
+
+commit 2fa701f45f0aa12bbaeeb8adbb82389b09ec57a2
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sun Nov 15 20:28:15 2009 -0500
+
+ NEWS: remove empty file #24206
+
+commit 537c02b4bd06f49120877710992f819a6558451a
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sun Nov 15 19:45:26 2009 -0500
+
+ 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 e7efe628fd2227b2bebe5b1c0ba89e1830a09a77
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sun Nov 15 18:31:28 2009 -0500
+
+ Makefile.am: INSTALL file is missing or incorrect #24206
+
+ The standard GNU file on building/installing tarball is copied
+ using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS
+ Add INSTALL target
+
+commit a3845453d5e6a049a8044c540a60288961ad2a9c
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sun Nov 15 18:11:36 2009 -0500
+
+ configure.ac: 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 ec1193509601c57a2da090463dcfb416432f6fa1
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sat Nov 14 18:26:46 2009 -0500
+
+ .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 1950869c1640590b2ce7a96e2a97746b308093f8
+Author: Peter Hutterer <peter.hutterer@who-t.net>
+Date: Thu Aug 27 15:43:27 2009 +1000
+
+ damageproto 1.2.0
+
+commit d25f083ba38d796e9a91de468fc8bec33545e400
+Author: Peter Hutterer <peter.hutterer@who-t.net>
+Date: Tue Aug 25 17:48:20 2009 +1000
+
+ Remove RCS tags
+
+ Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
+
+commit 12b708a2fe5cb538c87239b35822ccc318f98b12
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Jul 8 10:11:26 2009 -0400
+
+ damageproto: use XORG_CHANGELOG macro to create ChangeLog. #22611
+
+ Build break: Makefile.am: command not found: git-log
+ Adding the macro in configure.ac and use it in Makefile.am
+ Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611
+ Tested: running autogen.sh, make and 'make dist'
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+ Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
+
+commit c25bdf1cce48ad1b2bb33ba45969572e6e4d385f
+Author: Owen Taylor <otaylor@fishsoup.net>
+Date: Fri Sep 19 09:52:07 2008 -0400
+
+ Document that 'parts' may be None for DamageSubtract
+
+ The server code has handled parts == None since at least 2004.
+
+commit ad1a35b351012a347c49246f986655e3a91431df
+Author: James Cloos <cloos@jhcloos.com>
+Date: Thu Dec 6 16:38:57 2007 -0500
+
+ Replace static ChangeLog with dist-hook to generate from git log
+
+commit 63881a6b3f5571ba4c4b3614ea9346c733eb471b
+Author: James Cloos <cloos@jhcloos.com>
+Date: Mon Sep 3 05:54:00 2007 -0400
+
+ Add *~ to .gitignore to skip patch/emacs droppings
+
+commit cff2b116eb2a6a7827b866910a84f8357c299be0
+Author: Eric Anholt <eric@anholt.net>
+Date: Tue Jan 9 16:19:30 2007 -0800
+
+ Rename DamagePost to DamageAdd per suggestion from keithp.
+
+commit 97c47fc81f0dc152e1d32800ce5022d2d25c3c43
+Author: Eric Anholt <eric@anholt.net>
+Date: Mon Jan 8 13:45:10 2007 -0800
+
+ Install the protocol doc as damageproto.txt in its canonical doc dir.
+
+commit 7a6e37818a6854ec4d74f80ce5053e04b7ae75ba
+Author: Eric Anholt <eric@anholt.net>
+Date: Mon Jan 8 13:41:20 2007 -0800
+
+ Documentation and copyright updates for 1.1 protocol (and other fixes).
+
+commit df33455a4506362eff4d393dc7d58c9d73ddf870
+Author: Eric Anholt <eric@anholt.net>
+Date: Fri Jan 5 17:52:49 2007 -0800
+
+ Add a request to report a region of damage to a drawable.
+
+ This bumps the protocol (and package) version to 1.1.
+
+commit 03e7a652b1674530e0d06ca8e2f869c0ba473f9f
+Author: Keith Packard <keithp@evo.keithp.com>
+Date: Fri Feb 24 02:15:53 2006 +0100
+
+ reflect filename change to .gitignore
+
+commit e6392f4199532cfd61195e45b784a252879e4750
+Author: Keith Packard <keithp@evo.keithp.com>
+Date: Fri Feb 24 02:15:27 2006 +0100
+
+ Import changes from X.org repository
+
+commit 1a28d9a791ed918172286110e0dcffe458489b1a
+Author: Keith Packard <keithp@evo.keithp.com>
+Date: Fri Feb 24 02:09:04 2006 +0100
+
+ rename damageext.pc.in to damageproto.pc.in as per xorg
+
+commit 44c98d231588b6bdc1884ba7e6999b706238ecd7
+Author: Chris Larson <kergoth@handhelds.org>
+Date: Sun Jan 16 17:30:53 2005 +0000
+
+ Fix to work with automake 1.9.x.
+
+commit e86de666f5c9629cd98ed2b0460033da5d89a55b
+Author: Daniel Stone <daniel@fooishbar.org>
+Date: Mon Jan 3 05:16:14 2005 +0000
+
+ New autogen.sh from Thomas Fitzsimmons that works with srcdir != objdir.
+
+commit 648b14e2d0c1222cbe7571443ba00bb777fee2d4
+Author: Jim Gettys <jg@freedesktop.org>
+Date: Tue Feb 3 20:44:42 2004 +0000
+
+ add author to AUTHOR's file.
+
+commit 513adccc0f3db333c4b946e7173e0f286cc5b58e
+Author: Daniel Stone <daniel@fooishbar.org>
+Date: Thu Jan 15 03:40:44 2004 +0000
+
+ Tag release 1.0 for first freedesktop.org clientside lib release.
+
+commit d3ba8ef49c46fc691458ae319b80a85ccc25c121
+Author: Chris Lee <clee@c133.org>
+Date: Wed Nov 26 03:47:58 2003 +0000
+
+ Fixes to make these work on Debian's libtool (which seems to still be buggy).
+ -clee
+
+commit b5f3d0fe86af6e077cda237fcb1b2f34ab9c1eea
+Author: Keith Packard <keithp@keithp.com>
+Date: Tue Nov 4 03:30:32 2003 +0000
+
+ Mark document revision Credit Havoc the Tolerant for his earlier design and implementation
+
+commit 4abd06d76008abede31086fccb7c0136732241a9
+Author: Keith Packard <keithp@keithp.com>
+Date: Fri Oct 24 06:39:35 2003 +0000
+
+ Add .cvsignore
+
+commit a4b351053662f4db4a165117cb18555dc4fabd33
+Author: Keith Packard <keithp@keithp.com>
+Date: Fri Oct 24 06:16:46 2003 +0000
+
+ Initial working version -- added DamageDestroy and damage objects
+
+commit 1b3ffaa1a673418fab22383bf509040924d177d3
+Author: Keith Packard <keithp@keithp.com>
+Date: Sun Oct 19 04:55:31 2003 +0000
+
+ Initial revision