From: Ben Harris Date: Sat, 7 Feb 2026 15:22:22 +0000 (+0000) Subject: Update version to 3.261 X-Git-Tag: bedstead-3.261^0 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=76462c8176b9474a6238b490639f9a06d48fe4a1;p=bedstead.git Update version to 3.261 Also polish release notes. --- diff --git a/NEWS b/NEWS index e2e41da..21fe62b 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,16 @@ -3.261 (2026-??-??) +3.261 (2026-02-07) ================== User-visible changes in this release: - * Changes to the 'name' strings in the font: - - Added manufacturer name, vendor URL, licensing URL, and sample text. - - Removed copyright notice. - * Hint generation has changed to try to make letters like 'v' look + * The textual metadata in the fonts were changed: + - Manufacturer name, vendor URL, licensing URL, and sample text + were added. + - Copyright notice removed. + * Hint generation was changed to try to make letters like 'v' look better on Microsoft Windows. - * Old-style numerals ('onum' feature) + * Old-style numerals are now available through the OpenType 'onum' + feature. * Glyphs for 13 characters were re-designed: - U+00EE LATIN SMALL LETTER I WITH CIRCUMFLEX (small capital form) - U+015B LATIN SMALL LETTER S WITH ACUTE @@ -23,7 +25,7 @@ User-visible changes in this release: - U+256E BOX DRAWINGS LIGHT ARC DOWN AND LEFT - U+256F BOX DRAWINGS LIGHT ARC UP AND LEFT - U+2570 BOX DRAWINGS LIGHT ARC UP AND RIGHT - * 231 new characters are supported, with small capitals where + * 321 new characters are supported, with small capitals where appropriate: - U+015A LATIN CAPITAL LETTER S WITH ACUTE - U+0160 LATIN CAPITAL LETTER S WITH CARON @@ -65,7 +67,9 @@ User-visible changes in this release: - U+1CEAB RIGHT HALF UPPER ONE QUARTER BLOCK - U+1DF04 LATIN LETTER SMALL CAPITAL L WITH BELT - U+1DF10 LATIN LETTER SMALL CAPITAL TURNED K - * Added support for the 'zero' feature and also + * A slashed zero glyph was added. It can be accessed either using + the 'zero' OpenType feature or the standard variation sequence, + . 3.252 (2025-05-27) ================== diff --git a/bedstead.c b/bedstead.c index 63df6e9..84fd864 100644 --- a/bedstead.c +++ b/bedstead.c @@ -111,7 +111,7 @@ /* Font identity information. */ #define FAMILY_NAME "Bedstead" -#define VERSION "3.252" +#define VERSION "3.261" #define VENDOR_ID "BJHa" /* For the achVendID field in the 'OS/2' table. */ #define FOUNDRY "bjh21" /* For the XLFD/BDF FOUNDRY property. */ diff --git a/index.xhtml b/index.xhtml index 1f36b4b..16ba787 100644 --- a/index.xhtml +++ b/index.xhtml @@ -123,7 +123,7 @@

Downloads