From 8e45c0119f611315ee76a6b042ac67059e5414d9 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Fri, 16 Dec 2016 20:44:52 +0100 Subject: [PATCH] Release v3.8 --- CHANGELOG.md | 95 ++-------------------------------------------------- README.md | 12 +++---- build.gradle | 4 +-- 3 files changed, 8 insertions(+), 103 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a0845f8d4..c2294cdb26a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,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] +## [3.8] - 2016-12-16 ### Changed - Bibliographic information from web resources can now be used to complete existing entries. @@ -59,97 +59,6 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `# - We fixed an issue where the BibLaTeX Cleanup did not move the contents of the fields `year` and `month` to the field `date`. [#2335](https://github.com/JabRef/jabref/issues/2335) - Fixed [#2378](https://github.com/JabRef/jabref/issues/2378): Saving of the Backup-Option in the Preferences does now work. - We fixed an issue which prevented the preference dialog to open on systems with Java 9. - -### Removed - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ## [3.7] - 2016-11-14 @@ -748,7 +657,7 @@ Since much functionality has changed during development, a release of this versi The changelog of 2.11 and versions before is maintained as [text file](https://github.com/JabRef/jabref/blob/v2.11.1/CHANGELOG) in the [v2.11.1 tag](https://github.com/JabRef/jabref/tree/v2.11.1). -[Unreleased]: https://github.com/JabRef/jabref/compare/v3.7...HEAD +[3.8]: https://github.com/JabRef/jabref/compare/v3.7...v3.8 [3.7]: https://github.com/JabRef/jabref/compare/v3.6...v3.7 [3.6]: https://github.com/JabRef/jabref/compare/v3.5...v3.6 [3.5]: https://github.com/JabRef/jabref/compare/v3.4...v3.5 diff --git a/README.md b/README.md index 2f034e7332f..144290cb328 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# JabRef Development Version +# JabRef Version 3.8 [![Build Status](https://travis-ci.org/JabRef/jabref.svg?branch=master)](https://travis-ci.org/JabRef/jabref) [![Dependency Status](https://www.versioneye.com/user/projects/557f2723386664002000009c/badge.svg?style=flat)](https://www.versioneye.com/user/projects/557f2723386664002000009c) @@ -7,13 +7,9 @@ [![Issue Stats](http://www.issuestats.com/github/jabref/jabref/badge/pr)](http://www.issuestats.com/github/jabref/jabref) [![Issue Stats](http://www.issuestats.com/github/jabref/jabref/badge/issue)](http://www.issuestats.com/github/jabref/jabref) -This version is a development version. Features may not work as expected. +Development builds are available at [builds.jabref.org](https://builds.jabref.org/master/) whereas the [latest release is available via GitHub](https://github.com/JabRef/jabref/releases/latest). -Branches of JabRef development are listed at https://github.com/JabRef/jabref/wiki/Branches. - -Development builds are available at [builds.jabref.org](http://builds.jabref.org/master/), the [latest release is available via GitHub](https://github.com/JabRef/jabref/releases/latest). - -Explanation of donation possibilities and usage of donations is available at our [donations page](https://github.com/JabRef/jabref/wiki/Donations). +Explanation of donation possibilities and usage of donations is available at our [donations page](https://donations.jabref.org). We use [install4j], the multi-platform installer builder. @@ -28,7 +24,7 @@ JabRef also lets you easily link to PDF or web sources for your reference entrie JabRef can import from and export to several formats, and you can customize export filters. JabRef can be run as a command line application to convert from any import format to any export format. -* Homepage: http://www.jabref.org +* Homepage: https://www.jabref.org * Development page: https://github.com/JabRef/jabref * Open HUB page: https://www.openhub.net/p/jabref diff --git a/build.gradle b/build.gradle index c31aab6d20c..ae18040b060 100644 --- a/build.gradle +++ b/build.gradle @@ -43,8 +43,8 @@ apply from: 'localization.gradle' apply from: 'xjc.gradle' group = "net.sf.jabref" -version = "3.8-dev" -project.ext.threeDotVersion = "3.7.0.1" +version = "3.8" +project.ext.threeDotVersion = "3.8.0.0" project.ext.install4jDir = hasProperty("install4jDir") ? getProperty("install4jDir") : (OperatingSystem.current().isWindows() ? 'C:/Program Files/install4j6' : 'install4j6') sourceCompatibility = 1.8 targetCompatibility = 1.8