[Xquartz-changes] [469] trunk/pkg

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 30 18:35:32 PDT 2010


Revision: 469
          http://trac.macosforge.org/projects/xquartz/changeset/469
Author:   jeremyhu at freedesktop.org
Date:     2010-07-30 18:35:29 -0700 (Fri, 30 Jul 2010)
Log Message:
-----------
Mention the quartz-wm fix for no-meta in xmodmap

Modified Paths:
--------------
    trunk/pkg/README.2.5.3.txt
    trunk/pkg/README.2.6.0.txt
    trunk/pkg/mkdmg.sh

Modified: trunk/pkg/README.2.5.3.txt
===================================================================
--- trunk/pkg/README.2.5.3.txt	2010-07-30 20:04:23 UTC (rev 468)
+++ trunk/pkg/README.2.5.3.txt	2010-07-31 01:35:29 UTC (rev 469)
@@ -19,6 +19,8 @@
 == Changes in 2.5.3 ==
   * All changes in 2.5.2 plus:
   * apps:
+      * quartz-wm 1.1.2
+        * Addresses an issue where quartz-wm would not release the KB if there were no meta keys in the modmap (#427)
       * xmore 1.0.2
       * xrandr 1.3.3
   * server:

Modified: trunk/pkg/README.2.6.0.txt
===================================================================
--- trunk/pkg/README.2.6.0.txt	2010-07-30 20:04:23 UTC (rev 468)
+++ trunk/pkg/README.2.6.0.txt	2010-07-31 01:35:29 UTC (rev 469)
@@ -25,6 +25,8 @@
 == Changes in 2.5.3 ==
   * All changes in 2.5.2 plus:
   * apps:
+      * quartz-wm 1.1.2
+        * Addresses an issue where quartz-wm would not release the KB if there were no meta keys in the modmap (#427)
       * xmore 1.0.2
       * xrandr 1.3.3
   * server:

Modified: trunk/pkg/mkdmg.sh
===================================================================
--- trunk/pkg/mkdmg.sh	2010-07-30 20:04:23 UTC (rev 468)
+++ trunk/pkg/mkdmg.sh	2010-07-31 01:35:29 UTC (rev 469)
@@ -15,7 +15,8 @@
 
 dosign ${verString}.dmg
 
-DSA=$(./sign_update.rb ${verString}.dmg sparkle_priv.pem)
+#DSA=$(./sign_update.rb ${verString}.dmg sparkle_priv.pem)
+DSA=$(openssl dgst -sha1 -binary < ${verString}.dmg | openssl dgst -dss1 -sign sparkle_priv.pem | openssl enc -base64)
 SIZE=$(wc -c ${verString}.dmg | awk '{print $1}')
 echo "      <item>"
 if [[ "${name}" == "XQuartz" ]] ; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20100730/6cf5982a/attachment.html>


More information about the Xquartz-changes mailing list