+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)
====================
/* 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. */
<h2>Downloads</h2>
<ul>
- <li><a href="bedstead-002.009.zip"><code>bedstead-002.009.zip</code></a>
+ <li><a href="bedstead-3.246.zip"><code>bedstead-3.246.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