Skip to content

Commit

Permalink
Release of 2.11 beta 4
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Sep 10, 2015
1 parent 6ef0cf2 commit 03b057d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[dev_2.11]
2.11 beta 4
- Add of Persian localization (by Behrouz Javanmardi)
- Backport from 2.80: Fixes #115: Remove whitespaces in serialization
- Backport from 2.80: Fixes Bug#1297: No console message on closing.
Expand Down
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
# JabRef development version (2.11 line)
# JabRef version 2.11 beta 4

[![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.

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.
You can customize the entry information shown in the main window, and sort by any of the standard Bibtex fields.
Expand All @@ -20,6 +12,9 @@ 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.

This is the last version with plugin support.
All plugins will stop working with version v2.80 of JabRef.

## Requirements

JabRef runs on any system equipped with the Java Virtual Machine (1.6 or newer), which can be downloaded at no cost from [Oracle](http://www.oracle.com/technetwork/java/javase/downloads/index.html).
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.11b4"

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.11b4" />
<property name="jabref.version.full" value="2.11.4.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 03b057d

Please sign in to comment.