mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-08-09 01:40:28 -04:00
Update version to 002.006
This commit is contained in:
parent
c916e6251a
commit
612d65862a
11
NEWS
11
NEWS
@ -1,3 +1,14 @@
|
||||
002.006 (2024-05-24)
|
||||
====================
|
||||
|
||||
User-visible change in this release:
|
||||
|
||||
* The designs of four glyphs were corrected:
|
||||
- U+25F2 WHITE SQUARE WITH LOWER RIGHT QUADRANT
|
||||
- U+25F3 WHITE SQUARE WITH UPPER RIGHT QUADRANT
|
||||
- U+25F6 WHITE CIRCLE WITH LOWER RIGHT QUADRANT
|
||||
- U+25F7 WHITE CIRCLE WITH UPPER RIGHT QUADRANT
|
||||
|
||||
002.005 (2024-05-12)
|
||||
====================
|
||||
|
||||
|
||||
@ -2465,7 +2465,7 @@ main(int argc, char **argv)
|
||||
printf("Weight:%s\n", weight->suffix[0] ? weight->suffix : " Medium");
|
||||
printf("OS2_WeightWidthSlopeOnly: 1\n");
|
||||
printf("Copyright: Dedicated to the public domain\n");
|
||||
printf("Version: 002.005\n");
|
||||
printf("Version: 002.006\n");
|
||||
printf("ItalicAngle: 0\n");
|
||||
printf("UnderlinePosition: %g\n", (double)(-3 * YPIX / 2));
|
||||
printf("UnderlineWidth: %g\n", (double)(YPIX));
|
||||
|
||||
@ -117,7 +117,7 @@
|
||||
<h2>Downloads</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="bedstead-002.005.zip"><code>bedstead-002.005.zip</code></a>
|
||||
<li><a href="bedstead-002.006.zip"><code>bedstead-002.006.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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user