1- STEP Class Library ------ http://github.com/mpictor/StepClassLibrary
1+ STEPcode ------ http://github.com/stepcode/stepcode
2+ ************************************************************************
3+ Release 0.6 (May, 2012)
4+
5+ New since v0.5:
6+ * Renamed from STEP Class Library to STEPcode, moved to github.com/stepcode/stepcode
7+ * Advances in [Python](http://github.com/stepcode/stepcode/wiki/python-generator) support (#185)
8+ * ABI versioning
9+ * Implement memory manager with reporting of memory that isn't freed,
10+ fix many memory leaks (#148, #160, #162, #168)
11+ * MSVC fixes (> 128 nested if...else - #152), etc
12+ * Add AP219, AP238, PDM schema, AP203a1, syntax highlighting files
13+ * Improvements to CMake files, mostly from Cliff @ BRL-CAD (#143, #163, #181)
14+ * Allow runtime bounds for aggregates (discovered with AP209e2) (#166)
15+ * fedex_plus fprintf's can be traced with -DSCL_TRACE_FPRINTF=ON (#176)
216************************************************************************
317Release 0.5 (Feb 23, 2012)
418
@@ -28,7 +42,7 @@ New since v0.3:
2842* Enums and entities are allowed to have the same names
2943 (affected ap242,210e3,209)
3044* Remove the SCLP23 macro
31- http://github.com/mpictor/StepClassLibrary /wiki/changelog-v0.4
45+ http://github.com/stepcode/stepcode /wiki/changelog-v0.4
3246************************************************************************
3347
3448Release 0.3 (Oct 29, 2011)
@@ -58,10 +72,10 @@ What's new since v0.1?
5872* Add BNF files, schemas, and CAX-IF Part 21 files
5973
6074For a detailed list of changes, see
61- https://github.com/mpictor/StepClassLibrary /wiki/changelog-v0.2
75+ https://github.com/stepcode/stepcode /wiki/changelog-v0.2
6276
6377For a list of closed issues, see
64- https://github.com/mpictor/StepClassLibrary /issues?state=closed&milestone=2
78+ https://github.com/stepcode/stepcode /issues?state=closed&milestone=2
6579
6680************************************************************************
6781
@@ -84,10 +98,10 @@ What's new since the SCL 3.2 release in 1998?
8498 parser debug output to a specified range of lines in the schema.
8599
86100For a detailed list of changes, see
87- https://github.com/mpictor/StepClassLibrary /wiki/changelog-v0.1
101+ https://github.com/stepcode/stepcode /wiki/changelog-v0.1
88102
89103For a list of closed issues, see
90- https://github.com/mpictor/StepClassLibrary /issues?state=closed&milestone=1
104+ https://github.com/stepcode/stepcode /issues?state=closed&milestone=1
91105
92106Pre-BRL-CAD changes:
93107* Patches from http://www.statik.tu-cottbus.de/fileadmin/project_dth/scl/
0 commit comments