Skip to content

Commit 698b9e0

Browse files
committed
Update text files for v0.6
Add v0.6 info, and change urls in those files
1 parent a33cba8 commit 698b9e0

File tree

6 files changed

+46
-566
lines changed

6 files changed

+46
-566
lines changed

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Modifications to the original NIST code are (C)opyright by their
22
respective authors. Unless otherwise specified, they are copyright
33
on the date those changes were committed to whichever repository
44
they were committed to first (i.e. BRL-CAD on SourceForge.net,
5-
mpictor/StepClassLibrary on github, etc).
5+
mpictor/StepClassLibrary or stepcode/stepcode on github).
66

77
Modifications which were first commited to the repository on github
88
are licensed under the 3-clause BSD license below. Changes committed

ChangeLog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Recent changes are recorded in the publicly available repository:
2-
https://github.com/mpictor/StepClassLibrary
2+
http://github.com/stepcode/stepcode
3+
4+
This repo was moved and renamed in May 2012. Previously, it was at
5+
http://github.com/mpictor/StepClassLibrary
36

47
Some are duplicates of changes recorded in the BRL-CAD repo:
58
http://brlcad.svn.sourceforge.net/viewvc/brlcad/brlcad/trunk/src/other/step/?view=log

INSTALL

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
INSTALL
22

3-
This file is contains installation instructions for the
4-
STEP Class Library.
3+
This file is contains installation instructions for STEPcode.
54

65
These installation requires that you have the following software
76
available:

NEWS

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
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
************************************************************************
317
Release 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

3448
Release 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

6074
For 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

6377
For 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

86100
For 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

89103
For 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

92106
Pre-BRL-CAD changes:
93107
* Patches from http://www.statik.tu-cottbus.de/fileadmin/project_dth/scl/

0 commit comments

Comments
 (0)