CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Heikki Johannes Junes <[EMAIL PROTECTED]>       05/07/20 
10:55:26

Modified files:
        .              : ChangeLog configure.in THANKS 
        Documentation/topdocs: INSTALL.texi 

Log message:
        * Documentation/topdocs/INSTALL.texi, configure.in: fix
        version dependencies for fontforge and gs.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3899&tr2=1.3900&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/configure.in.diff?tr1=1.159&tr2=1.160&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/THANKS.diff?tr1=1.133&tr2=1.134&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/topdocs/INSTALL.texi.diff?tr1=1.158&tr2=1.159&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3899 lilypond/ChangeLog:1.3900
--- lilypond/ChangeLog:1.3899   Wed Jul 20 10:33:52 2005
+++ lilypond/ChangeLog  Wed Jul 20 10:55:26 2005
@@ -1,3 +1,8 @@
+2005-07-20  Heikki Junes  <[EMAIL PROTECTED]>
+
+       * Documentation/topdocs/INSTALL.texi, configure.in: fix
+       version dependencies for fontforge and gs.
+
 2005-07-20  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
        * scm/framework-null.scm: new file, used for benchmarking.
Index: lilypond/Documentation/topdocs/INSTALL.texi
diff -u lilypond/Documentation/topdocs/INSTALL.texi:1.158 
lilypond/Documentation/topdocs/INSTALL.texi:1.159
--- lilypond/Documentation/topdocs/INSTALL.texi:1.158   Mon Jun 27 11:05:32 2005
+++ lilypond/Documentation/topdocs/INSTALL.texi Wed Jul 20 10:55:26 2005
@@ -19,8 +19,8 @@
 
 @section Downloading
 
-Even numbered minor versions are `stable' (2.2, 2.4 etc), while odd
-version are development releases (2.3, 2.5, etc).  Building LilyPond
+Even numbered minor versions are `stable' (2.4, 2.6 etc), while odd
+version are development releases (2.5, 2.7, etc).  Building LilyPond
 is an involved process.  If possible
 @uref{http://lilypond.org/download,download a precompiled binary}
 for your platform.
@@ -70,7 +70,7 @@
 
 @itemize
 
[EMAIL PROTECTED] @uref{http://fontforge.sf.net/,FontForge} 20050530 or newer.
[EMAIL PROTECTED] @uref{http://fontforge.sf.net/,FontForge} 20050624 or newer.
 
 @item @uref{http://www.xs4all.nl/~hanwen/mftrace/,mftrace} (1.1.9 or
 newer),
Index: lilypond/THANKS
diff -u lilypond/THANKS:1.133 lilypond/THANKS:1.134
--- lilypond/THANKS:1.133       Wed Jul 13 08:07:47 2005
+++ lilypond/THANKS     Wed Jul 20 10:55:26 2005
@@ -11,6 +11,8 @@
 
 
 CONTRIBUTORS
+
+Heikki Junes
 Joe Neeman
 Yoshinobu Ishizaki
 
Index: lilypond/configure.in
diff -u lilypond/configure.in:1.159 lilypond/configure.in:1.160
--- lilypond/configure.in:1.159 Tue Jul 19 12:57:32 2005
+++ lilypond/configure.in       Wed Jul 20 10:55:26 2005
@@ -66,9 +66,9 @@
 STEPMAKE_MAKEINFO(REQUIRED)
 STEPMAKE_PYTHON_DEVEL(REQUIRED)
 
-STEPMAKE_PATH_PROG(GHOSTSCRIPT, gs, OPTIONAL, 8.14)
+STEPMAKE_PATH_PROG(GHOSTSCRIPT, gs, OPTIONAL, 8.15)
 
-STEPMAKE_PROGS(MFTRACE, mftrace, REQUIRED, 1.1.1)
+STEPMAKE_PROGS(MFTRACE, mftrace, REQUIRED, 1.1.9)
 STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, 20050624)
 
 AC_CHECK_HEADERS([assert.h grp.h libio.h pwd.h sys/stat.h wchar.h])


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to