Update version to 3.252

This commit is contained in:
Ben Harris 2025-05-27 21:41:15 +01:00
parent 247ffb0a77
commit bb5d6c879b
3 changed files with 13 additions and 2 deletions

11
NEWS
View File

@ -1,3 +1,14 @@
3.252 (2025-05-27)
==================
User-visible changes in this release:
* The "unique font identifier" strings have been reinstated, having
been missing since Bedstead 3.246. This makes Bedstead work on
Microsoft Windows again.
* All counter hints on horizontal stems have been removed. They were
doing more harm than good.
3.251 (2025-02-02)
==================

View File

@ -111,7 +111,7 @@
/* Font identity information. */
#define FAMILY_NAME "Bedstead"
#define VERSION "3.251"
#define VERSION "3.252"
#define VENDOR_ID "BJHa" /* For the achVendID field in the 'OS/2' table. */
#define FOUNDRY "bjh21" /* For the XLFD/BDF FOUNDRY property. */

View File

@ -119,7 +119,7 @@
<h2>Downloads</h2>
<ul>
<li><a href="bedstead-3.251.zip"><code>bedstead-3.251.zip</code></a>
<li><a href="bedstead-3.252.zip"><code>bedstead-3.252.zip</code></a>
Full source and binary distribution containing everything
below and more.</li>
<li><a href="NEWS"><code>NEWS</code></a> Release notes summarizing