-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
35 lines (27 loc) · 1.16 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
The PC/M tool chain 1.3 source archive release includes numerous
improvements that were made since the initial 1.0 source archive
release.
In addition to the list of changes below, many bug fixing and
cleaning was performed across the tree.
This release does maintain backward compatibility in all respects.
In some cases, you may see output on stdout instead of stderr; or
missing output completely, but without loosing compatibility.
The following areas of PC/M tool chain functionality changed in
this release:
Character Generator Layer:
- Refectoring CLI code, avoid dublicate code.
- Centralize the CLI in libmkcg.
- Split libmkcg into multiple objects.
Integration Test Layer:
- Move smoke test closer to source code.
Documentation:
- Use GNU help2man to generate manpages automatically from binaries.
Build and Release:
- Enable many binary hardening features.
- Increased configuration and compilation warning coverage.
- Use Autoconf 2.69 for configuration.
- Use Automake 1.14 for compilation.
- Use libtool 2.2 to produce helper library as a step toward to
"libmkcg".
For more details about what has changed since 1.0, see the
ChangeLog associated with this release.