Skip to content

Commit

Permalink
Release of 2.11 beta 5
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Oct 15, 2015
1 parent 079e2c3 commit 0ee3ef1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[dev_2.11]
2.11 beta 5
- Backports from 2.80: Fix bug #194: JabRef starts again on Win XP and Win Vista
- Backports from 2.80: Fixes #103: JDialog for auto set links is openend and closed correctly
- Backports from 2.80: Fixes #103: JDialog for auto set links is opened and closed correctly
2.11 beta 4
- Add of Persian localization (by Behrouz Javanmardi)
- Backport from 2.80: Fixes #115: Remove whitespaces in serialization
Expand Down
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
# JabRef development version (2.11 line)
# JabRef version 2.11 beta 5

[![Build Status](https://api.travis-ci.org/JabRef/jabref.png?branch=dev_2.11)](https://travis-ci.org/JabRef/jabref)
[![Join the chat at https://gitter.im/JabRef/jabref](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/JabRef/jabref?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

This version is a development version. Features may not work as expected.

The branch of this README file is `dev_2.11`.
This branch is intended for maintenance releases in the 2.11 line with Java 6 compatibility and plugin support.
The main goal is to include important fixes only.
Main development (bug fixes and new features) is happening in the [master branch](https://github.com/JabRef/jabref/tree/master).
Please check it for latest development information.
This version is a beta version. Features may not work as expected.

JabRef is a graphical Java application for editing bibtex (`.bib`) databases.
JabRef lets you organize your entries into overlapping logical groups, and with a single click limit your view to a single group or an intersection or union of several groups.
Expand All @@ -21,7 +15,8 @@ JabRef can import from and export to several formats, and you can customize expo
JabRef can be run as a command line application to convert from any import format to any export format.

This is the last version with plugin support.
All plugins will stop working with version v2.80 of JabRef.
All plugins will stop working starting with version v2.80 of JabRef.
See https://github.com/JabRef/jabref/issues/152 for status of integration of plugins in the latest version of JabRef.

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test {
}
}

version = "2.11dev"
version = "2.11b5"

repositories {
jcenter()
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->

<!-- some version information -->
<property name="jabref.version" value="2.11dev" />
<property name="jabref.version" value="2.11b5" />
<property name="jabref.version.full" value="2.11.5.0" /> <!-- a version number with 4 places. Required by launch4j -->
<property name="jabref.year" value="2015" />
<property name="jabref.placeholder.version" value="@version@" />
Expand Down

0 comments on commit 0ee3ef1

Please sign in to comment.