]> git.donarmstrong.com Git - lilypond.git/commitdiff
release 1.6.10 release/1.6.10
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 16 May 2003 13:37:51 +0000 (13:37 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 16 May 2003 13:37:51 +0000 (13:37 +0000)
ChangeLog
VERSION
aclocal.m4
python/lilylib.py.in

index c8ffe77c185d3fb4e944594ca60882145bb9cb5b..189349efd4b1f6e9fb84b3bae68cc95c015b7936 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,14 @@
 2003-05-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * VERSION: release 1.6.10
+       
        * lily/multi-measure-rest-engraver.cc
        (start_translation_timestep): backport of 1.7 grace + mmrest fix. 
 
+2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * python/lilylib.py.in: temporary directory vulnerability fix.
+
 2003-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * GNUmakefile.in (SUBDIRS): midi2ly.1 build fix backport: build
diff --git a/VERSION b/VERSION
index 0ff800c8a0e0398954de2f2c1a50449d57272e55..9dbb7f861b2127bfabc6b5d50f499d76d368a818 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,7 +1,7 @@
 PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=6
-PATCH_LEVEL=9
+PATCH_LEVEL=10
 MY_PATCH_LEVEL=
 
 # Use the above to send patches: MY_PATCH_LEVEL is always empty for a
index e510fdace9dbcc534cbdcc1e329706f6eb5c183d..157b87f7715891d0002565610b0318ab37e19d25 100644 (file)
@@ -1,4 +1,7 @@
 dnl aclocal.m4   -*-shell-script-*-
+dnl WARNING WARNING WARNING
+dnl do not edit! this is aclocal.m4, generated from /users/hanwen/usr/src/lilypond-stable/stepmake/aclocal.m4
+dnl aclocal.m4   -*-shell-script-*-
 dnl StepMake subroutines for configure.in
 
 
index 1da987020c6c54f3ae9d72f7ee4ac599fb6dcb95..8057445ad8538f65a06219d1768b458540d12afe 100644 (file)
@@ -130,7 +130,7 @@ def setup_temp ():
        if not keep_temp_dir_p:
                temp_dir = tempfile.mktemp (program_name)
        try:
-               os.mkdir (temp_dir, 0777)
+               os.mkdir (temp_dir, 0700)
        except OSError:
                pass