xserver: Branch 'xorg-server-1.4-apple' - 2 commits

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Thu Feb 12 15:35:47 PST 2009


 configure.ac                     |    2 +-
 hw/xquartz/bundle/Info.plist.cpp |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 1dd273621d125c72a60538caca91465d64f3e8ba
Author: Jeremy Huddleston <jeremy at yuffie.local>
Date:   Thu Feb 12 15:33:47 2009 -0800

    XQuartz: Fix copyright info in Info.plist to be prettier when viewed in Finder
    (cherry picked from commit 8b607c9c507a68a6abda63831d227d0f8947028c)

diff --git a/hw/xquartz/bundle/Info.plist.cpp b/hw/xquartz/bundle/Info.plist.cpp
index 47018fd..471ea04 100644
--- a/hw/xquartz/bundle/Info.plist.cpp
+++ b/hw/xquartz/bundle/Info.plist.cpp
@@ -27,9 +27,9 @@
 	<key>CSResourcesFileMapped</key>
 		<true/>
 	<key>NSHumanReadableCopyright</key>
-		<string>Copyright © 2003-2009, Apple Inc.
-Copyright © 2003, XFree86 Project, Inc.
-Copyright © 2003-2009, X.org Foundation, Inc.
+		<string>© 2003-2009 Apple Inc.
+© 2003 XFree86 Project, Inc.
+© 2003-2009 X.org Foundation, Inc.
 </string>
 	<key>NSMainNibFile</key>
 		<string>main</string>
commit 77e054fc741bd68331b22a37c2de6b3163a0c0e7
Author: Jeremy Huddleston <jeremy at yuffie.local>
Date:   Mon Feb 9 22:25:11 2009 -0800

    1.4.2-apple33

diff --git a/configure.ac b/configure.ac
index 710719d..795c959 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ dnl
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ(2.57)
-AC_INIT([xorg-server], 1.4.2-apple32, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+AC_INIT([xorg-server], 1.4.2-apple33, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([dist-bzip2 foreign])
 AM_MAINTAINER_MODE


More information about the xorg-commit mailing list