[xorg-commit-diffs] xc CHANGELOG-RELEASE-1, 1.1.4.2, 1.1.4.3 RELNOTES.XORG, 1.1.4.1, 1.1.4.2 registry, 1.1.4.2.2.2, 1.1.4.2.2.3

Alexander Gottwald xorg-commit at pdx.freedesktop.org
Mon Mar 29 04:18:30 PST 2004


Committed by: ago


Index: CHANGELOG-RELEASE-1
===================================================================
RCS file: /cvs/xorg/xc/Attic/CHANGELOG-RELEASE-1,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.3
diff -u -d -r1.1.4.2 -r1.1.4.3
--- a/CHANGELOG-RELEASE-1	18 Mar 2004 12:00:22 -0000	1.1.4.2
+++ b/CHANGELOG-RELEASE-1	29 Mar 2004 12:17:57 -0000	1.1.4.3
@@ -1,3 +1,37 @@
+ 67. Prevent segfault if LISTEN specified with no hosts in xdm access control
+     file.  (Reported by Peter Breitenlohner to devel at xfree86.org)
+     (Alan Coopersmith)
+ 66. Typo in Xau.man reported by Peter Breitenlohner to devel at xfree86.org
+     (Alan Coopersmith)
+ 65. Enabling Chisato's optimatization for freetype2 when fonts contain both
+     bitmapped and outline glyphs when the internal version of freetype2 is 
+     used. This should be replaced with a solution which doesn't require to
+     use an internal API. (Egbert Eich).
+ 64. Patch RenderAddGlyphs to handle multiple glyphs and avoid memory error.
+     Bugzilla #349. (Stephen McCamant, applied by Keith Packard)
+ 63. Propagating fix 19 to FSlibInt.c (Egbert Eich).
+ 62. Work around bug in Mac OS X 10.1's AppKit that causes rootless XDarwin
+     to lock up when creating windows (Torrey T. Lyons).
+ 61. Removed fontstosfnt from build as it is not ready and working, yet
+     (Egbert Eich).
+ 60. Fixed error checking in the unix socket creation code so it 
+     doesn't mistakenly always send an EADDRINUSE (Bugzilla #363, Jeremy Katz).
+ 59. Updated xf86 6PciStdIds.h (Egbert Eich).
+ 58. -terminate option crashes Xserver.  Bugzilla #367. (Alan Coopersmith)
+ 57. Upgrade Xft to 2.1.6 to solve BDF/PCF loading problems (Keith Packard).
+ 56. Fix build of os/access.c if IPv6 is disabled. Bug #345. (Alexander 
+     Gottwald)
+ 55. Fix XDarwin so it builds on Mac OS X 10.2 and earlier. Bug #357. (Kaleb
+     KEITHLEY) Merged down from -RELEASE-1-TM
+ 54. fix lib/freetype2/Imakefile for Mac OS X. Bug #352 Merged from 
+     XORG-RELEASE-1-TM (Kaleb KEITHLEY)
+ 53. Restore "credit" edits in the hw/darwin ddx that were deleted in
+     -CURRENT.  RTF may or may not be "human readable," but it's no less 
+     human readable, IMNOHO, than, e.g., SGML. It just takes a little bit 
+     of effort.
+ 52. hw/darwin: merge working left and right meta, alt, ctrl, and shift keys 
+     from -RELEASE-1-TM
+ 51. Prevent Sig11 in RenditionProbe() when no PCI bus present (Lee Olsen).
  50. Protect removeOverlapsWithBrides() from NULL pointer in target 
      (Egbert Eich).
  49. Merge fixes required to build and run on Solaris x86 with Sun compilers

Index: RELNOTES.XORG
===================================================================
RCS file: /cvs/xorg/xc/Attic/RELNOTES.XORG,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -u -d -r1.1.4.1 -r1.1.4.2
--- a/RELNOTES.XORG	17 Mar 2004 20:24:59 -0000	1.1.4.1
+++ b/RELNOTES.XORG	29 Mar 2004 12:17:57 -0000	1.1.4.2
@@ -2,8 +2,8 @@
 ===========
 
 Fontconfig needs to be build to allow programs to build that depend on it.
-However it will no longer be installed by default. 
-Add:
+However it will no longer be installed by default. To install it from this
+source tree, add:
 #define InstallFontconfigLibrary YES
 to host.def
 
@@ -15,15 +15,22 @@
 
 Linux,
 FreeBSD,
+Solaris 10 and later,
 SCO5. 
 
-If your system doesn't come with an installed freetype2 and you whish to 
+If your system doesn't come with an installed freetype2 and you wish to 
 use the version supplied with this tree please add:
 
 #define HasFreetype2 NO 
 
 to config/cf/host.def.
-Required versions  of freetype2: 2.1.4 thru 2.1.7
+Required versions of freetype2: 2.1.4 thru 2.1.7
+
+Note, some versions of Solaris 9 have freetype already installed on your 
+system in /usr/sfw.  If you have installed that, and have a version is new 
+enough, you may use it by adding these lines to config/cf/host.def:
+#define HasFreetype2 YES
+#define Freetype2Dir /usr/sfw
 
 Expat:
 ======
@@ -36,7 +43,7 @@
 Linux,
 SCO5. 
 
-If your system doesn't come with an installed expat and you whish to 
+If your system doesn't come with an installed expat and you wish to 
 use the version supplied with this tree please add:
 
 #define HasExpat NO 
@@ -60,7 +67,7 @@
 SUN Solaris,
 SCO5. 
 
-If your system doesn't come with an installed zlib and you whish to 
+If your system doesn't come with an installed zlib and you wish to 
 use the version supplied with this tree please add:
 
 #define HasZlib NO 
@@ -74,6 +81,6 @@
 You are likely to need the ncurses and libpng libraries including
 header files.
 
-To build you you will also need groff, flex and optionally perl5.
+To build you will also need groff, flex and optionally perl5.
 
-$XdotOrg$
\ No newline at end of file
+$XdotOrg$

Index: registry
===================================================================
RCS file: /cvs/xorg/xc/registry,v
retrieving revision 1.1.4.2.2.2
retrieving revision 1.1.4.2.2.3
diff -u -d -r1.1.4.2.2.2 -r1.1.4.2.2.3
--- a/registry	18 Mar 2004 12:00:22 -0000	1.1.4.2.2.2
+++ b/registry	29 Mar 2004 12:17:57 -0000	1.1.4.2.2.3
@@ -1694,8 +1694,8 @@
 	Markus G. Kuhn
 	University of Cambridge
 	Computer Laboratory
-	New Museums Site, Pembroke Street
-	Cambridge CB2 3QG
+	15 JJ Thomson Avenue
+	Cambridge CB3 0FD
 	United Kingdom
 
 [134]   In R6.6 X.Org is reserving the string UTF8_STRING for use as an ICCCM




More information about the xorg-commit-diffs mailing list