Skip to content

Commit

Permalink
Release v4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-kolb committed Jun 1, 2018
1 parent c0c979e commit 87caa95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 71 deletions.
71 changes: 2 additions & 69 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Here, the categories "Changed" for added and changed functionality,

We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#NUM`.

## [Unreleased]
## [4.3] - 2018-06-01

### Changed
- We changed the minimum required version of Java to 1.8.0_172, as 1.8.0_162 has introduced a CPU leak [3943](https://github.com/JabRef/jabref/issues/3943)
Expand All @@ -34,73 +34,6 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
The GTK Look and Feel is now replaced with the "Nimbus" style as default.





































































## [4.2] - 2018-04-26

### Changed
Expand Down Expand Up @@ -435,7 +368,7 @@ The new default removes the linked file from the entry instead of deleting the f
The changelog of versions 3.x is available at the [v3.8.2 tag](https://github.com/JabRef/jabref/blob/v3.8.2/CHANGELOG.md).
The changelog of 2.11 and versions before is available as [text file in the v2.11.1 tag](https://github.com/JabRef/jabref/blob/v2.11.1/CHANGELOG).

[Unreleased]: https://github.com/JabRef/jabref/compare/v4.2...HEAD
[4.3]: https://github.com/JabRef/jabref/compare/v4.2...v4.3
[4.2]: https://github.com/JabRef/jabref/compare/v4.1...v4.2
[4.1]: https://github.com/JabRef/jabref/compare/v4.0...v4.1
[4.0]: https://github.com/JabRef/jabref/compare/v4.0-beta3...v4.0
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ apply from: 'localization.gradle'
apply from: 'xjc.gradle'

group = "org.jabref"
version = "4.3-dev"
project.ext.threeDotVersion = "4.2.0.1"
version = "4.3"
project.ext.threeDotVersion = "4.3.0.0"
project.ext.install4jDir = hasProperty("install4jDir") ? getProperty("install4jDir") : (OperatingSystem.current().isWindows() ? 'C:/Program Files/install4j7' : 'install4j7')
sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit 87caa95

Please sign in to comment.