Skip to content

Commit

Permalink
Bump Up Trace File Simulator Version Number to 5.0.0 and update CHANG…
Browse files Browse the repository at this point in the history
…ELOG

-Bump Up Trace File Simulator Version Number to 5.0.0
-Update CHANGELOG with Deltas for Version 5.0.0
  • Loading branch information
aarongraham9 committed Aug 21, 2017
1 parent 50934c3 commit 39f24f6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,32 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
### Added
- N/A

### Changed
- N/A

### Removed
- N/A

## [5.0.0] - 2017-08-21
### Added
- Model that prevents false positives in the Coverity Static Analysis Tool
- Zombie Simulator
- Logo and Software Info Badges to README
- Contributors to the README
- CHANGELOG
- Added Log Directory Command-Line Argument

### Changed
- .gitignore to ignore additional IDE artifacts
- Update Expected Values for Real Test based on Zombie Simulator
- Change Trace File Simulator Version Number to use Semantic Versioning Semantics
- Changed -l Command-Line Argument to be Only the Log File Name
- Change Log File Opening Mechanism to be more Redundant
- Changed Regression Tests for Log Directory Argument
- Updated Version Number to 5.0.0
- Updated CHANGELOG

### Removed
- RealAllocator
Expand Down Expand Up @@ -43,7 +59,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- First Official Cut of the Trace File Simulator that marks a stable release which is compatible with version
3.0 TraceFiles.

[Unreleased]: https://github.com/GarCoSim/TraceFileSim/compare/v4.0.0...HEAD
[Unreleased]: https://github.com/GarCoSim/TraceFileSim/compare/v5.0.0...HEAD
[5.0.0]: https://github.com/GarCoSim/TraceFileSim/compare/v4.0.0...v5.0.0
[4.0.0]: https://github.com/GarCoSim/TraceFileSim/compare/v3.1...v4.0.0
[3.1.0]: https://github.com/GarCoSim/TraceFileSim/compare/v3.0...v3.1
[3.0.0]: https://github.com/GarCoSim/TraceFileSim/compare/145e471...v3.0
2 changes: 1 addition & 1 deletion defines.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* TRACEFILESIM_VERSION: Major Version: [x] Minor Version: [xxx] Patch Level: [xx]
*/
#define TRACEFILESIM_VERSION 400000
#define TRACEFILESIM_VERSION 500000
#endif

#ifndef NUM_THREADS
Expand Down

0 comments on commit 39f24f6

Please sign in to comment.