diff options
-rw-r--r-- | Build/source/texk/README | 2 | ||||
-rw-r--r-- | Build/source/texk/gregorio/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/gregorio/TLpatches/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/gregorio/TLpatches/TL-Changes | 4 | ||||
-rwxr-xr-x | Build/source/texk/gregorio/configure | 22 | ||||
-rw-r--r-- | Build/source/texk/gregorio/gregorio-src/.gregorio-version | 2 | ||||
-rw-r--r-- | Build/source/texk/gregorio/gregorio-src/CHANGELOG.md | 3 | ||||
-rw-r--r-- | Build/source/texk/gregorio/gregorio-src/README.md | 2 | ||||
-rw-r--r-- | Build/source/texk/gregorio/gregorio-src/configure.ac | 4 | ||||
-rw-r--r-- | Build/source/texk/gregorio/gregorio-src/doc/GregorioNabcRef.pdf | bin | 484758 -> 484850 bytes | |||
-rw-r--r-- | Build/source/texk/gregorio/gregorio-src/doc/GregorioRef.pdf | bin | 750324 -> 750341 bytes | |||
-rw-r--r-- | Build/source/texk/gregorio/gregorio-src/doc/GregorioRef.tex | 2 | ||||
-rw-r--r-- | Build/source/texk/gregorio/gregorio-src/windows/gregorio-resources.rc | 8 | ||||
-rw-r--r-- | Build/source/texk/gregorio/version.ac | 2 |
14 files changed, 36 insertions, 24 deletions
diff --git a/Build/source/texk/README b/Build/source/texk/README index c06848efe63..95d6aab0160 100644 --- a/Build/source/texk/README +++ b/Build/source/texk/README @@ -61,7 +61,7 @@ dvipsk - maintained here, by us dvisvgm 2.1.3 - checked 21feb17 http://dvisvgm.bplaced.net/Downloads -gregorio 5.0.0 - checked 15apr17 +gregorio 5.0.1 - checked 16apr17 https://github.com/gregorio-project/gregorio/releases/ gsftopk - from Paul Vojta's xdvi? diff --git a/Build/source/texk/gregorio/ChangeLog b/Build/source/texk/gregorio/ChangeLog index 41464b47f99..e4951882747 100644 --- a/Build/source/texk/gregorio/ChangeLog +++ b/Build/source/texk/gregorio/ChangeLog @@ -1,3 +1,8 @@ +2017-04-16 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * Import gregorio-5.0.1. + * version.ac: Adapted. + 2017-04-15 Akira Kakuto <kakuto@fuk.kindai.ac.jp> * Import gregorio-5.0.0. diff --git a/Build/source/texk/gregorio/TLpatches/ChangeLog b/Build/source/texk/gregorio/TLpatches/ChangeLog index 0b330593611..712ee7ae42c 100644 --- a/Build/source/texk/gregorio/TLpatches/ChangeLog +++ b/Build/source/texk/gregorio/TLpatches/ChangeLog @@ -1,3 +1,7 @@ +2017-04-16 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + Import gregorio-5.0.1. + 2017-04-15 Akira Kakuto <kakuto@fuk.kindai.ac.jp> Import gregorio-5.0.0. diff --git a/Build/source/texk/gregorio/TLpatches/TL-Changes b/Build/source/texk/gregorio/TLpatches/TL-Changes index fbe6c652bb4..b6f96e9f279 100644 --- a/Build/source/texk/gregorio/TLpatches/TL-Changes +++ b/Build/source/texk/gregorio/TLpatches/TL-Changes @@ -1,5 +1,5 @@ -Changes applied to the gregorio-5.0.0 tree as obtained from: - https://github.com/gregorio-project/gregorio/releases/download/v5.0.0 +Changes applied to the gregorio-5.0.1 tree as obtained from: + https://github.com/gregorio-project/gregorio/releases/download/v5.0.1 Remove: Makefile.in diff --git a/Build/source/texk/gregorio/configure b/Build/source/texk/gregorio/configure index 7f06391b730..e4f1a29b596 100755 --- a/Build/source/texk/gregorio/configure +++ b/Build/source/texk/gregorio/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Gregorio (TeX Live) 5.0.0. +# Generated by GNU Autoconf 2.69 for Gregorio (TeX Live) 5.0.1. # # Report bugs to <tex-k@tug.org>. # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Gregorio (TeX Live)' PACKAGE_TARNAME='gregorio--tex-live-' -PACKAGE_VERSION='5.0.0' -PACKAGE_STRING='Gregorio (TeX Live) 5.0.0' +PACKAGE_VERSION='5.0.1' +PACKAGE_STRING='Gregorio (TeX Live) 5.0.1' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='http://gregorio-project.github.io/' @@ -1330,7 +1330,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Gregorio (TeX Live) 5.0.0 to adapt to many kinds of systems. +\`configure' configures Gregorio (TeX Live) 5.0.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1401,7 +1401,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Gregorio (TeX Live) 5.0.0:";; + short | recursive ) echo "Configuration of Gregorio (TeX Live) 5.0.1:";; esac cat <<\_ACEOF @@ -1521,7 +1521,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Gregorio (TeX Live) configure 5.0.0 +Gregorio (TeX Live) configure 5.0.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2360,7 +2360,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Gregorio (TeX Live) $as_me 5.0.0, which was +It was created by Gregorio (TeX Live) $as_me 5.0.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -8046,7 +8046,7 @@ fi # Define the identity of the package. PACKAGE='gregorio--tex-live-' - VERSION='5.0.0' + VERSION='5.0.1' cat >>confdefs.h <<_ACEOF @@ -14466,7 +14466,7 @@ Usage: $0 [OPTIONS] Report bugs to <bug-libtool@gnu.org>." lt_cl_version="\ -Gregorio (TeX Live) config.lt 5.0.0 +Gregorio (TeX Live) config.lt 5.0.1 configured by $0, generated by GNU Autoconf 2.69. Copyright (C) 2011 Free Software Foundation, Inc. @@ -16053,7 +16053,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Gregorio (TeX Live) $as_me 5.0.0, which was +This file was extended by Gregorio (TeX Live) $as_me 5.0.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16120,7 +16120,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Gregorio (TeX Live) config.status 5.0.0 +Gregorio (TeX Live) config.status 5.0.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Build/source/texk/gregorio/gregorio-src/.gregorio-version b/Build/source/texk/gregorio/gregorio-src/.gregorio-version index 2c3056690d1..b3ba84e82cc 100644 --- a/Build/source/texk/gregorio/gregorio-src/.gregorio-version +++ b/Build/source/texk/gregorio/gregorio-src/.gregorio-version @@ -1,4 +1,4 @@ -5.0.0 +5.0.1 *** Do not modify this file. *** Use VersionManager.py to change the version. diff --git a/Build/source/texk/gregorio/gregorio-src/CHANGELOG.md b/Build/source/texk/gregorio/gregorio-src/CHANGELOG.md index 525346efa03..cbb5d798743 100644 --- a/Build/source/texk/gregorio/gregorio-src/CHANGELOG.md +++ b/Build/source/texk/gregorio/gregorio-src/CHANGELOG.md @@ -5,6 +5,9 @@ As of v3.0.0 this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] +## [5.0.1] - 2017-04-16 +- Fixed a bug in the TeXLive compatibility code for Windows users. Thanks to Akira Kakuto for the catch. + ## [5.0.0] - 2017-04-15 ### Fixed - The printing of the commentary box is no longer tied to the printing of the inital. As a result it is now possible to have a score which has a commentary but not an initial. See [this thread on the user list](http://www.mail-archive.com/gregorio-users@gna.org/msg03911.html). diff --git a/Build/source/texk/gregorio/gregorio-src/README.md b/Build/source/texk/gregorio/gregorio-src/README.md index 9aad3e22fd8..d2b4bc0a189 100644 --- a/Build/source/texk/gregorio/gregorio-src/README.md +++ b/Build/source/texk/gregorio/gregorio-src/README.md @@ -24,7 +24,7 @@ You need a recent and working [TeXLive](https://www.tug.org/texlive/), on top of ## Building for inclusion in TeXLive -When building gregorio for inclusion in TeXLive, the gregorio executable must not have the version number prefix that is used for other builds. To make this happen, run `configure` with the `--disable-version-in-exe` option, and the generated Makefile will create a gregorio executable without the version number prefix (i.e., the executable will simply be named `gregorio`). +When building gregorio for inclusion in TeXLive, the gregorio executable must not have the version number suffix that is used for other builds. To make this happen, run `configure` with the `--disable-version-in-exe` option, and the generated Makefile will create a gregorio executable without the version number suffix (i.e., the executable will simply be named `gregorio`). ## Documentation diff --git a/Build/source/texk/gregorio/gregorio-src/configure.ac b/Build/source/texk/gregorio/gregorio-src/configure.ac index 9c7ce0b0b8d..f57f07fe78a 100644 --- a/Build/source/texk/gregorio/gregorio-src/configure.ac +++ b/Build/source/texk/gregorio/gregorio-src/configure.ac @@ -16,8 +16,8 @@ dnl dnl You should have received a copy of the GNU General Public License dnl along with Gregorio. If not, see <http://www.gnu.org/licenses/>. -AC_INIT([gregorio],[5.0.0],[https://github.com/gregorio-project/gregorio/issues],[gregorio],[http://gregorio-project.github.io/]) -FILENAME_VERSION="5_0_0" +AC_INIT([gregorio],[5.0.1],[https://github.com/gregorio-project/gregorio/issues],[gregorio],[http://gregorio-project.github.io/]) +FILENAME_VERSION="5_0_1" AC_SUBST(FILENAME_VERSION) AC_DEFINE_UNQUOTED(FILENAME_VERSION, "$FILENAME_VERSION", [version suitable for file names]) MK="" diff --git a/Build/source/texk/gregorio/gregorio-src/doc/GregorioNabcRef.pdf b/Build/source/texk/gregorio/gregorio-src/doc/GregorioNabcRef.pdf Binary files differindex 066f7e38064..1bc18a0099f 100644 --- a/Build/source/texk/gregorio/gregorio-src/doc/GregorioNabcRef.pdf +++ b/Build/source/texk/gregorio/gregorio-src/doc/GregorioNabcRef.pdf diff --git a/Build/source/texk/gregorio/gregorio-src/doc/GregorioRef.pdf b/Build/source/texk/gregorio/gregorio-src/doc/GregorioRef.pdf Binary files differindex acd45bb06eb..d58c3b2ab0f 100644 --- a/Build/source/texk/gregorio/gregorio-src/doc/GregorioRef.pdf +++ b/Build/source/texk/gregorio/gregorio-src/doc/GregorioRef.pdf diff --git a/Build/source/texk/gregorio/gregorio-src/doc/GregorioRef.tex b/Build/source/texk/gregorio/gregorio-src/doc/GregorioRef.tex index 3d4ac18e21b..a79a05d2c8f 100644 --- a/Build/source/texk/gregorio/gregorio-src/doc/GregorioRef.tex +++ b/Build/source/texk/gregorio/gregorio-src/doc/GregorioRef.tex @@ -177,7 +177,7 @@ \vspace{1cm} - \large Version \textbf{5.0.0}, 15 April 2017 %% PARSE_VERSION_DATE + \large Version \textbf{5.0.1}, 16 April 2017 %% PARSE_VERSION_DATE \vspace{1.5cm} \end{center} diff --git a/Build/source/texk/gregorio/gregorio-src/windows/gregorio-resources.rc b/Build/source/texk/gregorio/gregorio-src/windows/gregorio-resources.rc index 064be87b7b6..84f68ea08bc 100644 --- a/Build/source/texk/gregorio/gregorio-src/windows/gregorio-resources.rc +++ b/Build/source/texk/gregorio/gregorio-src/windows/gregorio-resources.rc @@ -1,7 +1,7 @@ IDI_ICON1 ICON DISCARDABLE "gregorio.ico" 1 VERSIONINFO -FILEVERSION 5,0,0,30 -PRODUCTVERSION 5,0,0,30 +FILEVERSION 5,0,1,30 +PRODUCTVERSION 5,0,1,30 BEGIN BLOCK "StringFileInfo" BEGIN @@ -9,12 +9,12 @@ BEGIN BEGIN VALUE "CompanyName", "Gregorio project" VALUE "FileDescription", "Gregorio" - VALUE "FileVersion", "5.0.0" + VALUE "FileVersion", "5.0.1" VALUE "InternalName", "gregorio" VALUE "LegalCopyright", "See COPYING in the installation directory." VALUE "OriginalFilename", "gregorio.exe" VALUE "ProductName", "Gregorio" - VALUE "ProductVersion", "5.0.0" + VALUE "ProductVersion", "5.0.1" END END diff --git a/Build/source/texk/gregorio/version.ac b/Build/source/texk/gregorio/version.ac index 6213123d31d..5ac8268cc70 100644 --- a/Build/source/texk/gregorio/version.ac +++ b/Build/source/texk/gregorio/version.ac @@ -8,4 +8,4 @@ dnl dnl -------------------------------------------------------- dnl dnl m4-include this file to define the current gregorio version -m4_define([gregorio_version], [5.0.0]) +m4_define([gregorio_version], [5.0.1]) |