Skip to content

Commit

Permalink
Version up.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitoy committed Sep 23, 2015
1 parent 83600c2 commit 505749e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ Future
======
### New Features ###

### Bug Fixes ###

### Other Changes ###

Release 1.6.1 (23-Sep-2015)
==========================
### New Features ###

### Bug Fixes ###
* [Issues#46](https://github.com/kaitoy/pcap4j/issues/46): Fix a problem with openvpn's tun devices on FreeBSD.

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ Download

Pcap4J is available on the Maven Central Repository.

* Pcap4J 1.6.0 (latest version on Maven Central Repository)
* without source: [pcap4j-distribution-1.6.0-bin.zip](http://search.maven.org/remotecontent?filepath=org/pcap4j/pcap4j-distribution/1.6.0/pcap4j-distribution-1.6.0-bin.zip)
* with source: [pcap4j-distribution-1.6.0-src.zip](http://search.maven.org/remotecontent?filepath=org/pcap4j/pcap4j-distribution/1.6.0/pcap4j-distribution-1.6.0-src.zip)
* Pcap4J 1.6.1 (latest version on Maven Central Repository)
* without source: [pcap4j-distribution-1.6.1-bin.zip](http://search.maven.org/remotecontent?filepath=org/pcap4j/pcap4j-distribution/1.6.1/pcap4j-distribution-1.6.1-bin.zip)
* with source: [pcap4j-distribution-1.6.1-src.zip](http://search.maven.org/remotecontent?filepath=org/pcap4j/pcap4j-distribution/1.6.1/pcap4j-distribution-1.6.1-src.zip)
* Snapshot builds
* https://oss.sonatype.org/content/repositories/snapshots/org/pcap4j/pcap4j-distribution/

Expand Down Expand Up @@ -165,12 +165,12 @@ Add a dependency to the pom.xml as like below:
<dependency>
<groupId>org.pcap4j</groupId>
<artifactId>pcap4j-core</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>org.pcap4j</groupId>
<artifactId>pcap4j-packetfactory-static</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
</dependency>
...
</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ Pcap4J

Maven Central Repositoryからダウンロードできる。

* Pcap4J 1.6.0 (Maven Central Repositoryにある最新バージョン)
* ソースなし: [pcap4j-distribution-1.6.0-bin.zip](http://search.maven.org/remotecontent?filepath=org/pcap4j/pcap4j-distribution/1.6.0/pcap4j-distribution-1.6.0-bin.zip)
* ソース入り: [pcap4j-distribution-1.6.0-src.zip](http://search.maven.org/remotecontent?filepath=org/pcap4j/pcap4j-distribution/1.6.0/pcap4j-distribution-1.6.0-src.zip)
* Pcap4J 1.6.1 (Maven Central Repositoryにある最新バージョン)
* ソースなし: [pcap4j-distribution-1.6.1-bin.zip](http://search.maven.org/remotecontent?filepath=org/pcap4j/pcap4j-distribution/1.6.1/pcap4j-distribution-1.6.1-bin.zip)
* ソース入り: [pcap4j-distribution-1.6.1-src.zip](http://search.maven.org/remotecontent?filepath=org/pcap4j/pcap4j-distribution/1.6.1/pcap4j-distribution-1.6.1-src.zip)
* スナップショットビルド
* https://oss.sonatype.org/content/repositories/snapshots/org/pcap4j/pcap4j-distribution/

Expand Down Expand Up @@ -167,12 +167,12 @@ pom.xmlに以下のような記述を追加する。
<dependency>
<groupId>org.pcap4j</groupId>
<artifactId>pcap4j-core</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>org.pcap4j</groupId>
<artifactId>pcap4j-packetfactory-static</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
</dependency>
...
</dependencies>
Expand Down

0 comments on commit 505749e

Please sign in to comment.