Skip to content

Commit 864aebc

Browse files
committed
Update Version number & Finalize release
1 parent fea45e4 commit 864aebc

27 files changed

+41
-48
lines changed

.gregorio-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
6.1.0-rc1
1+
6.1.0
22
2025
33

44
*** Do not modify this file. ***

CHANGELOG.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
As of v3.0.0 this project adheres to [Semantic Versioning](http://semver.org/). It follows [some conventions](http://keepachangelog.com/).
44

5-
## [Unreleased][develop]
6-
7-
8-
## [Unreleased][CTAN]
9-
10-
11-
## [6.1.0-rc1] - 2025-02-26
12-
13-
14-
15-
16-
## [6.1.0-beta2] - 2025-02-17
5+
## [6.1.0] - 2025-02-28
176
### Fixed
187
- Multiple Scribus render frames were all using the same file name, which would result in the same score appearing in all render frames. This change makes the score files use an available Scribus variable to force multiple file names.
198
- When kpsewhich cannot write to a particular location, it generates an error which is directed to stderr but not to our glog file. This created an undocumented error when trying to write to a gtex file to a bad location. We now capture stderr output produced when compiling scores and redirect it to our glog file so that the error is properly recorded. Fixes [#1541](https://github.com/gregorio-project/gregorio/issues/1541).

UPGRADE.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
This file contains instructions to upgrade to a new release of Gregorio. These instructions are cumulative; meaning that you should apply the instructions from all versions between the one you are upgrading from and the current version.
44

5-
## [Unreleased][develop]
5+
## 6.1
66

7-
Initial letters that are 2 lines high used to require manual linebreaks (`z`), but no longer do. The alignment of 2-line initial letters has changed slightly and may need to be adjusted.
7+
### Multiline initials
8+
9+
Initial letters that are 2 lines high used to require manual linebreaks (`z`), but no longer do. The alignment of 2-line initial letters has changed slightly and may need to be adjusted. Further, initials can now span over an arbitrary number of lines.
10+
11+
### Soft alterations
812

913
GABC now has some new alterations: soft flat (`X`) and sharp (`##`), which appear when there is no previous flat or sharp (respectively) in effect, and soft natural (`Y`), which appears when there is a previous flat or sharp in effect. A new option `\gresetalterationeffect` determines what the "effect" of an alteration is. It defaults to `line`, meaning that an alteration's effect extends to the end of the line. Thus, for Dominican chant, type a soft flat (`X`) in front of _every_ note that is to be sung a half-step flat; naturals should also be soft (`Y`), but only naturals that cancel flats need to be typed.
1014

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ dnl
1616
dnl You should have received a copy of the GNU General Public License
1717
dnl along with Gregorio. If not, see <http://www.gnu.org/licenses/>.
1818

19-
AC_INIT([gregorio],[6.1.0-rc1],[https://github.com/gregorio-project/gregorio/issues],[gregorio],[http://gregorio-project.github.io/])
20-
FILENAME_VERSION="6_1_0-rc1"
19+
AC_INIT([gregorio],[6.1.0],[https://github.com/gregorio-project/gregorio/issues],[gregorio],[http://gregorio-project.github.io/])
20+
FILENAME_VERSION="6_1_0"
2121
AC_SUBST(FILENAME_VERSION)
2222
AC_DEFINE_UNQUOTED(FILENAME_VERSION, "$FILENAME_VERSION", [version suitable for file names])
2323
MK=""

ctan-o-mat.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
% This field contains the version of the package.
2121
% The value is optional.
2222
% The value is restricted to 32 characters.
23-
\version{v6.1.0-rc1} % GREGORIO_VERSION
23+
\version{v6.1.0} % GREGORIO_VERSION
2424
% -------------------------------------------------------------------------
2525
% This field contains the name of the author(s).
2626
% The value is optional.

doc/GregorioRef.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183

184184
\vspace{1cm}
185185

186-
\large Version \textbf{6.1.0-rc1}, 26 February 2025 %% PARSE_VERSION_DATE
186+
\large Version \textbf{6.1.0}, 28 February 2025 %% PARSE_VERSION_DATE
187187

188188
\vspace{1.5cm}
189189
\gresetlinecolor{gregoriocolor}

fonts/squarize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
14 : 'Fourteen',
9090
}
9191

92-
GREGORIO_VERSION = '6.1.0-rc1'
92+
GREGORIO_VERSION = '6.1.0'
9393

9494
# The unicode character at which we start our numbering:
9595
# U+E000 is the start of the BMP Private Use Area

macosx/Gregorio.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@
603603
<key>USE_HFS+_COMPRESSION</key>
604604
<false/>
605605
<key>VERSION</key>
606-
<string>6.1.0-rc1</string><!--GREGORIO_VERSION-->
606+
<string>6.1.0</string><!--GREGORIO_VERSION-->
607607
</dict>
608608
<key>TYPE</key>
609609
<integer>0</integer>

macosx/douninstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ GREFONTDIR="$TEXMFLOCAL/fonts/truetype/public/gregoriotex"
2020
GREFONTSOURCE="$TEXMFLOCAL/fonts/source/gregoriotex"
2121
GREDOCDIR="$TEXMFLOCAL/doc/luatex/gregoriotex"
2222

23-
rm "$BINDIR/gregorio-6_1_0-rc1" # FILENAME_VERSION
23+
rm "$BINDIR/gregorio-6_1_0" # FILENAME_VERSION
2424
rm "$PKGCONFIGDIR/gregorio.pc"
2525
rm -rf "$GREINCLUDEDIR"
2626
rm -rf "$GRETEXDIR"

tex/gregoriosyms.sty

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
\NeedsTeXFormat{LaTeX2e}
2121
\ProvidesPackage{gregoriosyms}
22-
[2025/02/26 v6.1.0-rc1 GregorioTeX symbols only.]% PARSE_VERSION_DATE_LTX
22+
[2025/02/28 v6.1.0 GregorioTeX symbols only.]% PARSE_VERSION_DATE_LTX
2323

2424
\RequirePackage{iftex}%
2525
\RequireLuaTeX
@@ -41,7 +41,7 @@
4141

4242
% The version of gregorio. All gregoriotex*.tex files must have the same.
4343
% All gtex files must also have the same version.
44-
\xdef\gre@gregoriotexversion{6.1.0-rc1}% GREGORIO_VERSION - VersionManager.py
44+
\xdef\gre@gregoriotexversion{6.1.0}% GREGORIO_VERSION - VersionManager.py
4545

4646
\providecommand{\gre@declarefileversion}[2]{\relax}
4747

0 commit comments

Comments
 (0)