Skip to content

Commit

Permalink
Reading 2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
plk committed Oct 21, 2015
1 parent efecee0 commit cfe6cfb
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
11 changes: 8 additions & 3 deletions Changes
@@ -1,8 +1,13 @@
Revision history for Biber

2.2 (2015-)
* Tool mode now preserves comments at the end of the file
* New ISBN formatting options for biber (--isbn10, --isnb13, --isbn-normalise)
2.2 (2015-10-21)
* Tool mode now preserves comments at the end of the file
* New ISBN formatting options for biber (--isbn10, --isnb13, --isbn-normalise)
* Implemented way of ignoring certain regexps when counting
fixed-width string in labels (see biblatex \DeclareNolabelwidthcount macro)
* Updated binary builds to perl 5.22
* Cygwin binary build is now handled by Texlive builders
* Misc bug fixes
2.1 (2015-05-06)
* Misc bug fixes
2.0 (2015-04-20)
Expand Down
Binary file modified doc/biber.pdf
Binary file not shown.
3 changes: 2 additions & 1 deletion doc/biber.tex
Expand Up @@ -30,7 +30,7 @@
\MakeAutoQuote{«}{»}

\gdef\biberversion{2.2} % BIBER VERSION
\gdef\biblatexversion{3.0} % BIBLATEX VERSION
\gdef\biblatexversion{3.1} % BIBLATEX VERSION

% colour for tables
\definecolor{Gray}{gray}{0.85}
Expand Down Expand Up @@ -237,6 +237,7 @@ \subsection{Compatibility Matrix}
\toprule
\biber\ version & \biblatex\ version\\
\midrule
2.2 & 3.1\\
2.1 & 3.0\\
2.0 & 3.0\\
1.9 & 2.9\\
Expand Down
4 changes: 2 additions & 2 deletions htdocs/index.html
Expand Up @@ -105,9 +105,9 @@ <h1>Biber: A BibTeX replacement for users of BibLaTeX</h1>
source for much Biber+BibLaTeX information. Biber-only features are
marked prominently in the BibLaTeX manual with the marginal note "Biber
only"</p>
<p><strong>Biber 2.1 is now <a
<p><strong>Biber 2.2 is now <a
href="http://sourceforge.net/project/platformdownload.php?group_id=228270">released</a></strong>.
It should be used in conjunction with biblatex 3.0".
It should be used in conjunction with biblatex 3.1".
</p>

<table>
Expand Down
2 changes: 1 addition & 1 deletion lib/Biber/Config.pm
Expand Up @@ -22,7 +22,7 @@ use Log::Log4perl::Layout::PatternLayout;
use Unicode::Normalize;

our $VERSION = '2.2';
our $BETA_VERSION = 1; # Is this a beta version?
our $BETA_VERSION = 0; # Is this a beta version?

our $logger = Log::Log4perl::get_logger('main');
our $screen = Log::Log4perl::get_logger('screen');
Expand Down
2 changes: 1 addition & 1 deletion lib/Biber/Constants.pm
Expand Up @@ -27,7 +27,7 @@ our @EXPORT = qw{

# Version of biblatex control file which this release expects. Matched against version
# passed in control file. Used when checking the .bcf
our $BCF_VERSION = '2.7';
our $BCF_VERSION = '2.8';
# Format version of the .bbl. Used when writing the .bbl
our $BBL_VERSION = '2.5';

Expand Down

0 comments on commit cfe6cfb

Please sign in to comment.