ChangeLog 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. commit df1dfeaee913f6ce1f82189b90493c14cb011564
  2. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  3. Date: Wed Dec 8 22:25:45 2010 -0800
  4. xbitmaps 1.1.1
  5. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  6. commit ba8d08a029c82aeb60b8c24fad76de8be288022b
  7. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  8. Date: Wed Nov 10 20:12:11 2010 -0800
  9. Install xbitmaps.pc to $(datadir)/pkgconfig instead of $(libdir)
  10. The xbitmaps package consists entirely of X bitmap data files, which
  11. are platform-independent text files containing a C language format
  12. representation of the encoded bitmap image, which are installed to
  13. $(includedir)/X11/bitmaps so that programs can #include them into
  14. their sources at build time.
  15. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  16. Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
  17. commit 5c89f362c67dadd858f3001d5cc79a8cb86e4a3d
  18. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  19. Date: Wed Nov 10 20:09:29 2010 -0800
  20. config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  21. Regroup AC statements under the Autoconf initialization section.
  22. Regroup AM sttaements under the Automake initialization section.
  23. Add missing AC_CONFIG_SRCDIR
  24. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  25. commit a908a28058b299390b250db7fccca078fa1f4065
  26. Author: Gaetan Nadon <memsize@videotron.ca>
  27. Date: Mon Mar 29 13:24:09 2010 -0400
  28. config: update AC_PREREQ statement to 2.60
  29. Unrelated to the previous patches, the new value simply reflects
  30. the reality that the minimum level for autoconf to configure
  31. all x.org modules is 2.60 dated June 2006.
  32. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
  33. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  34. commit 48e794ca241e9fe29644a1790115b80733a59669
  35. Author: Gaetan Nadon <memsize@videotron.ca>
  36. Date: Mon Mar 29 11:37:20 2010 -0400
  37. config: do not clean xbitmaps.pc
  38. This file is part of the configuration and is removed
  39. by running "make distclean"
  40. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  41. commit be7a40a5fd45c2ad6c3ed1ab87537431613691a0
  42. Author: Gaetan Nadon <memsize@videotron.ca>
  43. Date: Mon Mar 29 11:35:30 2010 -0400
  44. config: remove the pkgconfig pc.in file from EXTRA_DIST
  45. Automake always includes it in the tarball.
  46. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  47. commit 2b5713c691be826ff79617c5e5dfa30614d3cb94
  48. Author: Gaetan Nadon <memsize@videotron.ca>
  49. Date: Sun Nov 29 19:33:52 2009 -0500
  50. INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  51. Automake 'foreign' option is specified in configure.ac.
  52. Remove from Makefile.am
  53. commit c9b67f5c37d78cfaf81a0c7a76de1bd913cbc8f2
  54. Author: Gaetan Nadon <memsize@videotron.ca>
  55. Date: Wed Oct 28 14:09:09 2009 -0400
  56. INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  57. Add missing INSTALL file. Use standard GNU file on building tarball
  58. README may have been updated
  59. Remove AUTHORS file as it is empty and no content available yet.
  60. Remove NEWS file as it is empty and no content available yet.
  61. commit 2b573f8ba774b474639c2ec1be563fb0bf0de6af
  62. Author: Gaetan Nadon <memsize@videotron.ca>
  63. Date: Mon Oct 26 22:08:40 2009 -0400
  64. Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  65. ChangeLog filename is known to Automake and requires no further
  66. coding in the makefile.
  67. commit 4276fdbb9d614f1d29e8c62f8c24c709537947a5
  68. Author: Gaetan Nadon <memsize@videotron.ca>
  69. Date: Thu Oct 22 12:34:16 2009 -0400
  70. .gitignore: use common defaults with custom section # 24239
  71. Using common defaults will reduce errors and maintenance.
  72. Only the very small or inexistent custom section need periodic maintenance
  73. when the structure of the component changes. Do not edit defaults.
  74. commit c0527c7664ee7ff6a1eeb14aa5d4715fab86f51a
  75. Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
  76. Date: Wed Oct 21 12:47:22 2009 -0700
  77. This is not a GNU project, so declare it foreign.
  78. On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
  79. > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
  80. > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
  81. > > was quite annoying to work around since 'autoreconf -fvi' replaces
  82. > > it and git wants to commit it. Should these files even be in git?
  83. > > Can I nuke them for the betterment of humanity and since they get
  84. > > created by autoreconf anyways?
  85. >
  86. > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
  87. As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
  88. AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
  89. of the INSTALL file. It is also part of the 24206 solution.
  90. Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
  91. commit 193b9cc84f98af912e15fe7dc8bd16537b6a5f46
  92. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  93. Date: Mon Oct 12 22:10:25 2009 -0700
  94. xbitmaps 1.1.0
  95. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  96. commit 67ff90dc164d24bcc5efd7ae0eabdc674e7d7bda
  97. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  98. Date: Mon Oct 12 22:07:50 2009 -0700
  99. Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
  100. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  101. commit 1af293c2c0a1c058313a77074e62633c429d6b72
  102. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  103. Date: Mon Oct 12 22:04:01 2009 -0700
  104. Move black6 & box6 bitmaps from xmh module
  105. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  106. commit 234a598e41331bb29c10b77ac747e3009be37d27
  107. Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
  108. Date: Tue Jan 27 15:23:52 2009 -0200
  109. Correct make distcheck.
  110. commit 315699dafe12d8aefe52d230209d07a23ce1dd77
  111. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  112. Date: Tue Apr 1 11:21:59 2008 -0700
  113. Create COPYING file from notice in terminal & X11R6.6 release notes
  114. Bitmaps are unchanged from X11R6.6 (and much earlier X11 releases actually),
  115. so this notice should still apply
  116. commit c6333fd4d5d71f022f3449fa7334db1887c9d2d9
  117. Author: James Cloos <cloos@jhcloos.com>
  118. Date: Thu Dec 6 16:37:35 2007 -0500
  119. Replace static ChangeLog with dist-hook to generate from git log
  120. commit 9e1b04c09b7e29d469004532c815ef1d23519673
  121. Author: James Cloos <cloos@jhcloos.com>
  122. Date: Mon Sep 3 05:51:58 2007 -0400
  123. Add *~ to .gitignore to skip patch/emacs droppings
  124. commit 9ea77f242301dae5e78699ee5790e820cb17ab6e
  125. Author: Matthieu Herrb <matthieu@deville.herrb.com>
  126. Date: Mon Jul 31 17:02:44 2006 +0200
  127. add .gitignore
  128. commit e497ae8e1cf7ab73d81b58ced9ff5f9c93469e8c
  129. Author: Kevin E Martin <kem@kem.org>
  130. Date: Wed Dec 21 02:29:55 2005 +0000
  131. Update package version for X11R7 release.
  132. commit ab7c82c376d52183784af30abed63ed05d81cb1f
  133. Author: Adam Jackson <ajax@nwnk.net>
  134. Date: Mon Dec 19 16:23:39 2005 +0000
  135. Stub COPYING files
  136. commit dfc57e683ca62aeeef14edbb9fa209a20421b12a
  137. Author: Kevin E Martin <kem@kem.org>
  138. Date: Thu Dec 15 00:24:12 2005 +0000
  139. Update package version number for final X11R7 release candidate.
  140. commit 25f5688a3d9fea7105b46d747bdc5f84ba53c79f
  141. Author: Kevin E Martin <kem@kem.org>
  142. Date: Wed Oct 19 02:47:58 2005 +0000
  143. Update package version number for RC1 release.
  144. commit 7bfe2d14acc9bed4f5e8e8cc16bc8a46eafcae3b
  145. Author: Kevin E Martin <kem@kem.org>
  146. Date: Wed Oct 5 00:25:06 2005 +0000
  147. Add missing xlogo64 and xsnow files
  148. commit 69ecde64ec8cb3907ced612ca156a3ea4518239c
  149. Author: Kevin E Martin <kem@kem.org>
  150. Date: Fri Jul 29 21:22:39 2005 +0000
  151. Various changes preparing packages for RC0:
  152. - Verify and update package version numbers as needed
  153. - Implement versioning scheme
  154. - Change bug address to point to bugzilla bug entry form
  155. - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
  156. reenable it)
  157. - Fix makedepend to use pkgconfig and pass distcheck
  158. - Update build script to build macros first
  159. - Update modular Xorg version
  160. commit e064819df8ea9f09c925772056aa441cd36d7aab
  161. Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
  162. Date: Fri Jul 15 16:43:19 2005 +0000
  163. Build system for bitmaps
  164. commit 7eb852a0c6231282cfddb446e2b12f6436e95347
  165. Author: Kaleb Keithley <kaleb@freedesktop.org>
  166. Date: Fri Nov 14 16:48:42 2003 +0000
  167. XFree86 4.3.0.1
  168. commit 21ce3c7cde6e61e116b428160121b34f150ccc71
  169. Author: Kaleb Keithley <kaleb@freedesktop.org>
  170. Date: Fri Nov 14 15:54:35 2003 +0000
  171. R6.6 is the Xorg base-line