From: Ben Harris Date: Sun, 24 Nov 2024 16:23:45 +0000 (+0000) Subject: Update version to 3.246 X-Git-Tag: bedstead-3.246 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=894b5c2d4f70c96514aa2126a0c95c221e75e098;p=bedstead.git Update version to 3.246 New major version for vendor and foundry IDs and removing Mac Roman support. Minor version indicates the sixth release of 2024. --- diff --git a/NEWS b/NEWS index 9f87ca2..125c45d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +3.246 (2024-11-24) +================== + +Backward-incompatible changes in this release: + + * The major version number no longer has leading zeroes. + * OpenType font files have a vendor ID of 'BJHa', not 'PfEd'. + * BDF font files have a foundry name of "bjh21", not "FontForge". + * OpenType fonts no longer have 8-bit Macintosh Roman character maps. + +Other user-visible changes in this release: + + * Box-drawing and some other characters now join up across + character cells. + * Hinting has been completely overhauled and is mostly better than it + was. + * Two characters have been redesigned: + - U+013F LATIN CAPITAL LETTER L WITH MIDDLE DOT (Ldot) + - U+0140 LATIN SMALL LETTER L WITH MIDDLE DOT (ldot) + 002.009 (2024-10-19) ==================== diff --git a/bedstead.c b/bedstead.c index 587cfaa..a5d5080 100644 --- a/bedstead.c +++ b/bedstead.c @@ -110,7 +110,7 @@ /* Font identity information. */ #define FAMILY_NAME "Bedstead" -#define VERSION "002.902" +#define VERSION "3.246" #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 dad9f53..eb2862a 100644 --- a/index.xhtml +++ b/index.xhtml @@ -119,7 +119,7 @@

Downloads