]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.0.9.jbr1
authorJeffrey B. Reed <daboys@bga.com>
Sat, 19 Sep 1998 21:46:51 +0000 (23:46 +0200)
committerJeffrey B. Reed <daboys@bga.com>
Sat, 19 Sep 1998 21:46:51 +0000 (23:46 +0200)
pl 9.jbr1
        - scripts/convert-mudela.py: We must close infile and outfile before
          a rename occurs.  NT Windows locks open files.
          stepmake/bin/package-zip32.sh: renamed all python bins to:
          <filename>.py in NT Windows distribution.
---
Generated by daboys@bga.com using package-diff 0.62,
From = lilypond-1.0.9, To = lilypond-1.0.9.jbr1

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.0.9.jbr1.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure
and possibly make outdirs.

--state
1.0.9
1.0.9.jbr1
++state

NEWS
VERSION
lily/VERSION
make/STATE-VECTOR
scripts/convert-mudela.py
stepmake/bin/package-zip32.sh

diff --git a/NEWS b/NEWS
index 3f4773076a9d5c0a78383ceacce9be25bbdeca40..1889f523cca98af338e0f39fe84c207ccf8fa363 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
-pl 9.jcn1
+--- ../lilypond-1.0.9/NEWS     Thu Sep 17 12:03:26 1998
+++ b/NEWS      Sat Sep 19 23:46:51 1998
+@@ -1,3 +1,8 @@
+pl 9.jbr1
+        - scripts/convert-mudela.py: We must close infile and outfile before
+          a rename occurs.  NT Windows locks open files.
+          stepmake/bin/package-zip32.sh: renamed all python bins to:
+          <filename>.py in NT Windows distribution.
+ (need to fix pictures. I know)
+ pl 9.jcn1
        - started gnuisation of website
          * filetype and size
          * 'no gifs due to patent problems'
diff --git a/VERSION b/VERSION
index b67dc4d7315e911b0f79ef322b495734839a444a..7097c5caa1d28337a91468dcbad309363129219d 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=0
 PATCH_LEVEL=9
-MY_PATCH_LEVEL=jcn1
+MY_PATCH_LEVEL=jbr1
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
index b67dc4d7315e911b0f79ef322b495734839a444a..7097c5caa1d28337a91468dcbad309363129219d 100644 (file)
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=0
 PATCH_LEVEL=9
-MY_PATCH_LEVEL=jcn1
+MY_PATCH_LEVEL=jbr1
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
index cf29514195a51696999e4599113ecdb0bffe2f30..3a5fb3494a395ef761ca9188d41aef67f6d4e4d2 100644 (file)
@@ -81,3 +81,4 @@
 1.0.8.uu1
 1.0.9
 1.0.9.jcn1
+1.0.9.jbr1
index 4fa4ecdffb14df7aa4d1924241e0e4e05c209287..41441d2c5e08dfbc435c21e1cdfc1c0aee2a79f3 100644 (file)
@@ -14,7 +14,7 @@
 #  - rewrite in python
 
 program_name = 'convert-mudela'
-version = '0.2'
+version = '0.3'
 
 
 import os
@@ -263,6 +263,12 @@ def do_one_file (infile_name):
        
        do_conversion (infile, from_version, outfile, to_version)
 
+       if infile_name:
+               infile.close ()
+
+       if outfile_name:
+               outfile.close ()
+
        if __main__.edit:
                os.rename (infile_name, infile_name + '~')
                os.rename (infile_name + '.NEW', infile_name)
index 60174c018cccdf5694eea26c633d1e180d15d4d3..bf28e0a94ecdc179203c740513f3dff02f73c911 100644 (file)
@@ -78,9 +78,11 @@ fi
 cp $CYGWIN_LIB $distdir/bin
 
 #
-# Rename ly2dvi32 to ly2dvi.py
+# Rename python files to <filename>.py
 #
 mv $distdir/bin/ly2dvi32 $distdir/bin/ly2dvi.py
+mv $distdir/bin/convert-mudela $distdir/bin/convert-mudela.py
+mv $distdir/bin/mudela-book $distdir/bin/mudela-book.py
 
 #
 # copy man documentation to doc directory