Skip to content

Commit

Permalink
new release M8
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilebraun committed Apr 11, 2014
1 parent a7ffe05 commit 09d9cb9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 26 deletions.
2 changes: 1 addition & 1 deletion ToolBox/scripts/generateMilestoneCommit.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# Github repo and milestone
g = Github(ns.username,ns.password)
repo = g.get_repo("openETCS/toolchain")
milestone = repo.get_milestone(int(ns.milestone))
milestone = repo.get_milestone(int(ns.milestone)+ 4)
issues = repo.get_issues(milestone,"closed")

# Generate the release note
Expand Down
35 changes: 11 additions & 24 deletions tool/releasenote/releasenotes.org
Original file line number Diff line number Diff line change
@@ -1,28 +1,15 @@
** ToolSprint 7 (ends 28-March-14)
** Toolsprint 8 (ends 11-Apr-2014)
*** resolved issues
- #329 Prevent automatic merge of .reqif and uml files in git
- #323 org.openetcs.pror.tracing.test has unresolvable dependency
- #319 Java version incorrect on some plug-in
- #318 Request to trigger Jenkins builds
- #312 Add sysml constraint checker to product specification
- #309 Clarify version number handling upon building
- #308 Include Version Number in "about" Dialog
- #305 Upon creating a Tracing Configuration, an error message appears
- #304 Update Welcome page with Documentation information
- #300 Create Manual for Traceability Process and corresponding tool use
- #285 Guideline for licence & credit information
- #241 Structure the documentation wiki
- #222 Provide Icons for openETCS and update Splashscreen
- #346 Ensure that Updates work
- #345 Ensure that we use the latest Kepler
- #335 Optimize documentation plugin to work with subpages
- #333 Please integrate Tracing tests on Jenkins
- #310 Revise the Data Dictionary Implementation
- #269 Use the latest XText, once bug with 2.4.3 is resolved
- #229 Decide on openETCS minimal system requirements

*** Important commit
- 064297b54d42b511ffc5cd2566d6cd79cea5eadf
Integrate tracing tests in build
- a98b3d30399ddcd8311201568405eb77b024feb0
#308 #309 Added version of current build in about dialog
- 5ff2cc6e702a1318acba666d97405c2c18b7cb64
Merge pull request #331 from jfaltermeier/master
#308 #309 Version in about dialog
- 4e0afb59e11d66f0dac639d33e78fead89b225a1
Add SysML Constraints Checker to Eclipse product specification
- e3bdf435a2ff3001e47fae525d7c42cfc9ff1841
Splashscreen image changes #222
#333 Integrate tracing tests in build
- eee0f3e1c98b02d8f76352f6c7060c893664b06b
#269 Updated target to use latest versions from Kepler SR2. Using Xtext 2.4.3 from Kepler repository instead of 2.4.2
16 changes: 15 additions & 1 deletion tool/releasenote/releaseshistory.org
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
** Toolsprint 8 (ends 11-Apr-2014)
*** resolved issues
- #346 Ensure that Updates work
- #345 Ensure that we use the latest Kepler
- #335 Optimize documentation plugin to work with subpages
- #333 Please integrate Tracing tests on Jenkins
- #310 Revise the Data Dictionary Implementation
- #269 Use the latest XText, once bug with 2.4.3 is resolved
- #229 Decide on openETCS minimal system requirements

*** Important commit
- 064297b54d42b511ffc5cd2566d6cd79cea5eadf
#333 Integrate tracing tests in build
- eee0f3e1c98b02d8f76352f6c7060c893664b06b
#269 Updated target to use latest versions from Kepler SR2. Using Xtext 2.4.3 from Kepler repository instead of 2.4.2
** ToolSprint 7 (ends 28-March-14)
*** resolved issues
- #329 Prevent automatic merge of .reqif and uml files in git
Expand Down Expand Up @@ -80,7 +95,6 @@ There is a feature for every platform including the JRE. The JRE is set in the o
Merge pull request #239 from jfaltermeier/master
Issue #232 Move Welcome Screen into repository and make prettier


** Toolsprint 2 (ends 20-Dec-13)
*** resolved issues
- #230 Ensure that toolchain update mechanism works
Expand Down

0 comments on commit 09d9cb9

Please sign in to comment.