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
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
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
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