Skip to content

Commit

Permalink
build version bumps and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
adama2000 committed Oct 12, 2019
1 parent 1c3f67c commit 53402b3
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 7 deletions.
30 changes: 30 additions & 0 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
R E L E A S E N O T E S
=========================

2.5.0
- Added new functions:
dimension
set_text (Issue #15)
drawing
get_sheet_format (Issue #12)
set_sheet_format (Issue #12)
file
delete_material (Issue #8)
get_cur_material (Issue #8)
list_materials (Issue #8)
load_material_file (Issue #8)
set_cur_material (Issue #8)
- Modified functions:
dimension
list - add select argument to select the specified notes in Creo (Issue #25)
list_detail - add select argument to select the specified notes in Creo (Issue #25)
drawing
list_symbols - allow symbol_file to be optional (Issue #16)
feature
resume - add feat_id argument to resume a feature by ID (Issue #26)
suppress - add feat_id argument to suppress a feature by ID (Issue #26)
note
get - add location property to output, giving the location of the note in drawing units
list - add location property to output, giving the location of the note in drawing units
- add select argument to select the specified notes in Creo (Issue #25)
set - add location argument, to set the note's location in drawing units
windchill
clear_workspace - add filenames argument to clear only the named files from the workspace (Issue #19)

2.4.0
- Added new functions:
feature
Expand Down
2 changes: 1 addition & 1 deletion build-javadoc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<property file="${basedir}/build_vars.properties" />
<property name="root_dir" value="${basedir}" />
<property name="doc_dir" value="${out_dir}/api-doc" />
<property name="jar_ver" value="1.3.1" />
<property name="jar_ver" value="2.8.7" />

<target name="clean">
<delete dir="${doc_dir}"/>
Expand Down
2 changes: 1 addition & 1 deletion build-zip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<property name="server_dir" value="${basedir}/creoson-server" />
<property name="batfile_dir" value="${server_dir}/src" />
<property name="extract_dir" value="${out_dir}" />
<property name="jar_ver" value="2.4.0" />
<property name="jar_ver" value="2.5.0" />

<target name="extract_setup">
<delete dir="${extract_dir}/extract_32"/>
Expand Down
2 changes: 1 addition & 1 deletion creoson-core/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<property name="source_dir" value="${basedir}/src" />
<property name="class_dir" value="${basedir}/classes" />
<property name="build.compiler" value="javac1.5" />
<property name="jar_ver" value="2.6.1" />
<property name="jar_ver" value="2.8.7" />

<target name="clean">
<delete dir="${class_dir}"/>
Expand Down
2 changes: 1 addition & 1 deletion creoson-intf/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<property name="source_dir" value="${basedir}/src" />
<property name="class_dir" value="${basedir}/classes" />
<property name="build.compiler" value="javac1.5" />
<property name="jar_ver" value="1.9.1" />
<property name="jar_ver" value="1.9.3" />

<target name="clean">
<delete dir="${class_dir}"/>
Expand Down
2 changes: 1 addition & 1 deletion creoson-json-const/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<property name="source_dir" value="${basedir}/src" />
<property name="class_dir" value="${basedir}/classes" />
<property name="build.compiler" value="javac1.5" />
<property name="jar_ver" value="1.4.1" />
<property name="jar_ver" value="1.5.0" />

<target name="clean">
<delete dir="${class_dir}"/>
Expand Down
2 changes: 1 addition & 1 deletion creoson-json/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<property name="source_dir" value="${basedir}/src" />
<property name="class_dir" value="${basedir}/classes" />
<property name="build.compiler" value="javac1.5" />
<property name="jar_ver" value="1.4.1" />
<property name="jar_ver" value="1.5.0" />

<target name="clean">
<delete dir="${class_dir}"/>
Expand Down
2 changes: 1 addition & 1 deletion creoson-server/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<property name="source_dir" value="${basedir}/src" />
<property name="class_dir" value="${basedir}/classes" />
<property name="build.compiler" value="javac1.5" />
<property name="jar_ver" value="2.4.0" />
<property name="jar_ver" value="2.5.0" />

<target name="clean">
<delete dir="${class_dir}"/>
Expand Down

0 comments on commit 53402b3

Please sign in to comment.