From ebccc7b4fdf09509026c30d3bb737781f749d71c Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 16 May 2003 13:37:51 +0000 Subject: [PATCH] release 1.6.10 --- ChangeLog | 6 ++++++ VERSION | 2 +- aclocal.m4 | 3 +++ python/lilylib.py.in | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c8ffe77c18..189349efd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,14 @@ 2003-05-16 Han-Wen Nienhuys + * 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 + + * python/lilylib.py.in: temporary directory vulnerability fix. + 2003-04-29 Jan Nieuwenhuizen * GNUmakefile.in (SUBDIRS): midi2ly.1 build fix backport: build diff --git a/VERSION b/VERSION index 0ff800c8a0..9dbb7f861b 100644 --- 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 diff --git a/aclocal.m4 b/aclocal.m4 index e510fdace9..157b87f771 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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 diff --git a/python/lilylib.py.in b/python/lilylib.py.in index 1da987020c..8057445ad8 100644 --- a/python/lilylib.py.in +++ b/python/lilylib.py.in @@ -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 -- 2.39.2