<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,7 @@
 *.elc
 *.dmg
+*.dmg.zip
+*.asc
 .DS_Store
 /aquamacs
 /build</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -8,22 +8,22 @@ VERSION	    = $(shell date +%Y%m%d)
 ARCH	    = $(shell uname -p)
 PWD	    = $(shell pwd)
 LATEX       = $(shell which latex || echo none)
-LOCAL_CACHE = $(HOME)/Public/lisp/ready-lisp/deps
+LOCAL_CACHE = $(HOME)/Projects/ready-lisp/site
 
 ######################################################################
 
 # Go to sbcl.org and check the Downloads page to find out what versions
 # these should be now.
 
-SBCL_BOOTSTRAP_VER     = 1.0.12
-SBCL_PPC_BOOTSTRAP_VER = 1.0.2
+SBCL_BOOTSTRAP_VER     = 1.0.23
+SBCL_PPC_BOOTSTRAP_VER = 1.0.22
 
 # This version is from aquamacs.org.
 
-AQUA_VER	       = 1.3b
-SBCL_VER	       = 1.0.16
+AQUA_VER	       = 1.6
+SBCL_VER	       = 1.0.24
 
-SBCL_RELEASE_BRANCH    = sbcl_1_0_16
+SBCL_RELEASE_BRANCH    = sbcl_1_0_24
 
 # Change this to 'yes' if you want experimental threading support
 THREADING              = no
@@ -37,12 +37,16 @@ THREADING              = no
 #  SERIES      http://series.sourceforge.net/
 
 CL_FAD_VER	       = 0.6.2
-CL_PPCRE_VER	       = 1.3.2
+CL_PPCRE_VER	       = 2.0.1
 LOCAL_TIME_VER	       = 0.9.3
-SERIES_VER	       = 2.2.9
+SERIES_VER	       = 2.2.10
 
 HYPERSPEC_VER	       = 7-0
 
+#PAREDIT  = http://mumble.net/~campbell/emacs/
+#REDSHANK = http://www.foldr.org/~michaelw/emacs/redshank/
+#CLDOC    = http://homepage1.nifty.com/bmonkey/lisp/index-en.html
+
 ######################################################################
 
 SBCL_I386	 = $(PWD)/build/sbcl/i386
@@ -453,6 +457,7 @@ ReadyLisp/Contents/Resources/sbcl/systems: systems
 
 ReadyLisp/Contents/Resources/site-lisp/site-start.el: site-lisp/site-start.patch
 	patch -p0 -N -d &quot;$(RESOURCES)&quot; &lt; site-lisp/site-start.patch
+	rm -f ReadyLisp/Contents/Resources/site-lisp/site-start.elc
 
 ReadyLisp/Contents/Resources/site-lisp/paredit.elc: site-lisp/paredit.elc
 	rsync -a --exclude=site-start.patch site-lisp/ &quot;$(RESOURCES)&quot;/site-lisp/</diff>
      <filename>Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -6,3 +6,71 @@ READY-LISP  -*- mode: org; fill-column: 78 -*-
 #+TAGS: FEATURE(f) DOCS(d) WEBSITE(w) BUILD(b)
 #+CATEGORY: ReadyLisp
 
+* TODO [#B] Add section on the project page on how to build it
+  :PROPERTIES:
+  :ID: 68329AF0-7E5D-4208-8519-988E3CDB7BF4
+  :END:
+  [2008-05-05 Mon]
+* TODO [#B] Download link for .dmg is resulting in files ending .bz2
+  http://www.haloscan.com/comments/jwiegley/rw_unique_entry_id_49_page6/?src=hsrs#66862
+  [[message://20080617054832.826E8539622@mail.johnwiegley.com][&quot;ReadyLisp download link&quot; from Yousef Ourabi &lt;yourabi@zero-analog.com&gt;]]
+  :PROPERTIES:
+  :ID: 8704AB0D-81F9-45DB-AE24-18470FCE9E15
+  :END:
+  [2008-06-17 Tue]
+* TODO [#B] Repackage the SLIME and SBCL code as Aquamacs plugin
+  [[message://61A3A4CD-DD65-416D-8D93-B9736DC2299E@gmail.com][&quot;Re: New version of sbcl requires newer version or update to SLIME&quot; from David Reitter &lt;david.reitter@gmail.com&gt;]]
+  [[message://8757cb490807071342o2566d406m349c55f54675c059@mail.gmail.com][&quot;Re: New version of sbcl requires newer version or update to SLIME&quot; from Bill Clementson &lt;billclem@gmail.com&gt;]]
+  :PROPERTIES:
+  :ID: 68E87271-6FB4-4EDB-94DA-FE7C9FE0D34F
+  :END:
+  [2008-07-07 Mon]
+* TODO [#C] Redirect software/readylisp.html to ready-lisp.html
+  :PROPERTIES:
+  :ID: 826E275C-58FB-4972-B5D5-D7497070494B
+  :END:
+  [2008-05-05 Mon]
+* TODO [#B] Check out Ready Lisp icons Mark sent me
+  [[message://BC799FE4-5563-4C72-BCC6-2A547FC378E0@googlemail.com][E-mail from Mark]]
+  :PROPERTIES:
+  :ID: 8113183D-FDC3-40E9-AFF8-F3A49348642A
+  :END:
+  [2008-06-16 Mon]
+* TODO [#B] Prepare a new release of Ready Lisp
+  SCHEDULED: &lt;2008-09-19 Fri +6m&gt;
+  - [ ] Add an MD5 for the image and the signature to MD5SUMS.txt
+  - [ ] Announce the new version on my computing blog
+  - [ ] Build a binary of Ready Lisp for Tiger
+  - [ ] Build a universal binary image
+  - [ ] Check for new versions of the dependency libraries
+  - [ ] Check for updates to paredit.el
+  - [ ] Check for updates to redshank.el
+  - [ ] Check to see if Aquamacs has been updated
+  - [ ] Copy the disk image file to pub/lisp/ready-lisp
+  - [ ] Do an Intel test build, to make sure everything works OK
+  - [ ] Post the new version info to apple.com software downloads
+  - [ ] Post the new version info to comp.lang.lisp
+  - [ ] Post the new version info to coolosxapps.com
+  - [ ] Post the new version info to freshmeat.net
+  - [ ] Post the new version info to iusethis.com
+  - [ ] Post the new version info to linuxlinks.com
+  - [ ] Post the new version info to macupdate.com
+  - [ ] Post the new version info to versiontracker.com
+  - [ ] Pull the latest changes from SBCL
+  - [ ] Pull the latest changes from SLIME
+  - [ ] Sign the image with GnuPG
+  - [ ] Test if C-h f mapcar RET takes you to the HyperSpec info pages
+  - [ ] Test if C-h i m sbcl RET takes you to the SBCL manual
+  - [ ] Test if M-. mapcar RET takes you to the source code
+  - [ ] Test that the system runs successively on a PowerPC system
+  - [ ] Test whether a new package can be installed using asdf-install
+  - [ ] Update the background image
+  - [ ] Update the git repositories
+  - [ ] Update the NEWS file
+  - [ ] Update the project page
+  - [ ] Update the Ready Lisp project page to indicate the new version(s)
+  - [ ] Upload the new files to the FTP repository
+  :PROPERTIES:
+  :ID: D2BE5F3F-32AF-4679-B580-107CC06A7983
+  :END:
+  [2008-08-15 Fri]</diff>
      <filename>TODO</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>dist/Background.graffle</filename>
    </modified>
    <modified>
      <diff>@@ -5,24 +5,58 @@ If any of the component versions are updated, then Background.graffle should
 be edited (with OmniGraffle), and the resulting image re-exported.  Here are
 the steps that I use:
 
- 1. Open Background.graffle with OmniGraffle.  It was created with
-    OmniGraffle Professional 5.
+ 1. Open Background.graffle with OmniGraffle.  It was created with OmniGraffle
+    Professional 5.
 
  2. Edit the version numbers as needed.
 
  3. Make sure nothing is selected.
 
- 4. Choose menu option: File | Export... (Cmd-Opt-E)
-
- 5. Export the image to &quot;dist/image.png&quot; with the following settings:
-
-    First, uncheck everything.
-
-    Format:             PNG bitmap image
-    Scale:              100%
-    Bitmap Resolution:  72 dots per inch
-
- 6. Once the file is saved, you can exit OmniGraffle.  Nothing more
-    needs to be done except to run &quot;make&quot;, or &quot;make disk-image&quot; if you
-    already did a make but then realized you forgot to update the
-    background image (it happens!).
+ 4. Choose menu option: File | Export... (Command-Option-E)
+
+ 5. Export the image to &quot;dist/image.png&quot; with the following settings, after
+    unchecking everything:
+
+      Export Area:        Current Canvas
+      Format:             PNG bitmap image
+      Scale:              100%
+      Bitmap Resolution:  72 dots per inch
+
+ 6. Once the file is saved, you can exit OmniGraffle.  Nothing more needs to
+    be done except to run &quot;make&quot;, or &quot;make disk-image&quot; if you already did a
+    make but then realized you forgot to update the background image (it
+    happens!).
+
+-------------------------------------------------------------------------------
+
+Once the disk image is built, there are several sanity checks that should be
+performed, to make sure that everything works together:
+
+  - Test if C-h f mapcar RET takes you to the HyperSpec info pages
+  - Test if C-h i m sbcl RET takes you to the SBCL manual
+  - Test if M-. mapcar RET takes you to the source code
+  - Test that the system runs successively on a PowerPC system
+  - Test whether a new package can be installed using asdf-install
+
+-------------------------------------------------------------------------------
+
+Finally, there are several steps to be performed to complete the release:
+
+  - Update the background image
+  - Update the git repositories
+  - Update the NEWS file
+  - Update the project page
+  - Update the Ready Lisp project page to indicate the new version(s)
+  - Upload the new files to the FTP repository
+  - Sign the disk image with GnuPG
+  - Copy the disk image file to pub/lisp/ready-lisp
+  - Add an MD5 for the image and the signature to MD5SUMS.txt
+  - Announce the new version on my computing blog
+  - Post the new version info to apple.com software downloads
+  - Post the new version info to comp.lang.lisp
+  - Post the new version info to coolosxapps.com
+  - Post the new version info to freshmeat.net
+  - Post the new version info to iusethis.com
+  - Post the new version info to linuxlinks.com
+  - Post the new version info to macupdate.com
+  - Post the new version info to versiontracker.com</diff>
      <filename>dist/README</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>dist/image.png</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-Subproject commit eb10fa6579d097df831bd4135b418e0c735feb0b
+Subproject commit 56c7428e2bcb149dac575142d5d17e0b297f8670</diff>
      <filename>sbcl</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
---- image/Ready Lisp.app/Contents/Resources/site-lisp/site-start.el	2007-10-02 17:09:49.000000000 -0400
-+++ site-lisp/site-start.el	2008-04-10 01:56:25.000000000 -0400
-@@ -93,4 +93,5 @@
-   ;; workaround - Emacs doesn't do it  (0.9.9b)
-   (add-hook 'after-init-hook 'display-startup-echo-area-message 'append)
+--- site-lisp/site-start.el.old	2009-01-25 19:57:28.000000000 -0400
++++ site-lisp/site-start.el	2009-01-25 19:57:49.000000000 -0400
+@@ -102,4 +102,5 @@
+ 
+   (add-hook 'after-init-hook 'display-startup-echo-area-message-2 'append)
  
 +  (require 'init-lisp)
    )</diff>
      <filename>site-lisp/site-start.patch</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-Subproject commit 859d3ae72871d5d51ada28fa6e54800f9fba3589
+Subproject commit 1e74489d8deaf3d79080f07e6684176849edc1b3</diff>
      <filename>slime</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8cce9f7f13f94dbf889d5bc9c052786e2397a546</id>
    </parent>
  </parents>
  <author>
    <name>John Wiegley</name>
    <email>johnw@newartisans.com</email>
  </author>
  <url>http://github.com/jwiegley/ready-lisp/commit/4ce876d84d24091ec47c1e735c55008b91557ed2</url>
  <id>4ce876d84d24091ec47c1e735c55008b91557ed2</id>
  <committed-date>2009-01-25T20:12:53-08:00</committed-date>
  <authored-date>2009-01-25T18:40:19-08:00</authored-date>
  <message>Updated to support the following subsystem versions:

  Aquamacs Emacs 1.6
  SBCL 1.0.24 (and newer bootstrap versions)
  SLIME 2009-01-25
  CL-PPCRE 2.0.1
  SERIES 2.2.10</message>
  <tree>21b60dbe2ce68fb6d023267527ab249fd73b5752</tree>
  <committer>
    <name>John Wiegley</name>
    <email>johnw@newartisans.com</email>
  </committer>
</commit>
