From 505749ecc86994da7861a498cac4d0ec5bcd0ca2 Mon Sep 17 00:00:00 2001 From: kaitoy Date: Wed, 23 Sep 2015 09:28:01 -0600 Subject: [PATCH] Version up. --- CHANGES.md | 8 ++++++++ README.md | 10 +++++----- README_ja.md | 10 +++++----- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 8fcd9609c..496b4138d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. diff --git a/README.md b/README.md index bd6665854..ccea7ea47 100644 --- a/README.md +++ b/README.md @@ -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/ @@ -165,12 +165,12 @@ Add a dependency to the pom.xml as like below: org.pcap4j pcap4j-core - 1.6.0 + 1.6.1 org.pcap4j pcap4j-packetfactory-static - 1.6.0 + 1.6.1 ... diff --git a/README_ja.md b/README_ja.md index d5b28802a..4ae1ba971 100644 --- a/README_ja.md +++ b/README_ja.md @@ -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/ @@ -167,12 +167,12 @@ pom.xmlに以下のような記述を追加する。 org.pcap4j pcap4j-core - 1.6.0 + 1.6.1 org.pcap4j pcap4j-packetfactory-static - 1.6.0 + 1.6.1 ...