Skip to content

Commit

Permalink
update for README and CHANGELOG for rel. 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nitram509 committed Jun 13, 2016
1 parent 6e09b38 commit 5debc6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
CHANGELOG jbrotli
=================

## v0.5.0 (2016-??-??)
## v0.5.0 (2016-06-13)

* NEW: add example how to use jbrotli with [Apache HttpComponents](https://hc.apache.org/)
* CHG: adopt pipeline to Concourse CI 1.2.0
* CHG: using gcc v4.8 for linux build to enhance compatibility (https://github.com/MeteoGroup/jbrotli/issues/4)
* FIX: the case where Brotli doesn't consume all input (https://github.com/MeteoGroup/jbrotli/pull/3)
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ for the following operating systems and architectures.

##### News

###### 2016-06-13

With version 0.5.0 the compatibility for the Linux binaries was increased.
This is a pre-condition, to enable brotli compression in Hadoop, [HADOOP-13126](https://issues.apache.org/jira/browse/HADOOP-13126)


###### 2016-03-20

With version 0.4.0 the Raspberry PI binaries where added as supported platform.
Expand Down Expand Up @@ -74,7 +80,7 @@ In order to use, simply add these lines to your project's **pom.xml**
<dependency>
<groupId>org.meteogroup.jbrotli</groupId>
<artifactId>jbrotli</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -102,7 +108,7 @@ In order to use BrotliServletFilter, simply add these lines to your project's **
<dependency>
<groupId>org.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-servlet</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 5debc6a

Please sign in to comment.