Skip to content

Commit

Permalink
Merge pull request #35 from radiolover/master
Browse files Browse the repository at this point in the history
change version from 0.3.1 to 0.3.2
  • Loading branch information
lcywoodlucy committed Jan 21, 2019
2 parents b10d374 + 0591a2b commit 7d844a7
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 17 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

The list of the most significant changes made in Netis Packet Agent over time.

## Netis Packet Agent 0.3.2

### Features
* Add Windows support

## Netis Packet Agent 0.3.1

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ endif ()
# set PKTMINERG_MAJOR_VERSION, PKTMINERG_MINOR_VERSION, etc.
set(PKTMINERG_MAJOR_VERSION "0")
set(PKTMINERG_MINOR_VERSION "3")
set(PKTMINERG_PATCH_VERSION "1")
set(PKTMINERG_PATCH_VERSION "2")
set(PKTMINERG_VERSION_STRING "${PKTMINERG_MAJOR_VERSION}.${PKTMINERG_MINOR_VERSION}.${PKTMINERG_PATCH_VERSION}")

if(WIN32)
Expand Down
8 changes: 4 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ yum install libpcap wget
2. Download and install the RPM package. Find the latest package from [Releases Page](https://github.com/Netis/packet-agent/releases).

```shell
wget https://github.com/Netis/packet-agent/releases/download/v0.3.1/netis-packet-agent-0.3.1.el6.x86_64.rpm
rpm -ivh netis-packet-agent-0.3.1.el6.x86_64.rpm
wget https://github.com/Netis/packet-agent/releases/download/v0.3.2/netis-packet-agent-0.3.2.el6.x86_64.rpm
rpm -ivh netis-packet-agent-0.3.2.el6.x86_64.rpm
```

## SUSE 12

1. Download and install the RPM package. Find the latest package from [Releases Page](https://github.com/Netis/packet-agent/releases).

```shell
wget https://github.com/Netis/packet-agent/releases/download/v0.3.1/netis-packet-agent-0.3.1.el6.x86_64.rpm
rpm -ivh netis-packet-agent-0.3.1.el6.x86_64.rpm
wget https://github.com/Netis/packet-agent/releases/download/v0.3.2/netis-packet-agent-0.3.2.el6.x86_64.rpm
rpm -ivh netis-packet-agent-0.3.2.el6.x86_64.rpm
```
12 changes: 6 additions & 6 deletions README-zh-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
[English](README.md) ∙ 简体中文

![title](./img/title.jpg)
# Netis Packet Agent 0.3.1
# Netis Packet Agent 0.3.2

[![Stable release](https://img.shields.io/badge/version-0.3.1-green.svg)](https://github.com/Netis/packet-agent/releases/tag/0.3.1)
[![Stable release](https://img.shields.io/badge/version-0.3.2-green.svg)](https://github.com/Netis/packet-agent/releases/tag/0.3.2)
[![Software License](https://img.shields.io/badge/license-BSD3-green.svg)](./LICENSE.md)


Expand Down Expand Up @@ -35,14 +35,14 @@ yum install libpcap wget

2. 下载并安装RPM包。您可以从[这个地址](https://github.com/Netis/packet-agent/releases)获取最新版本的软件包。
```bash
wget https://github.com/Netis/packet-agent/releases/download/v0.3.1/netis-packet-agent-0.3.1.el6.x86_64.rpm
rpm -ivh netis-packet-agent-0.3.1.el6.x86_64.rpm
wget https://github.com/Netis/packet-agent/releases/download/v0.3.2/netis-packet-agent-0.3.2.el6.x86_64.rpm
rpm -ivh netis-packet-agent-0.3.2.el6.x86_64.rpm
```
#### SUSE12
1. 下载并安装RPM包。您可以从[这个地址](https://github.com/Netis/packet-agent/releases)获取最新版本的软件包。
```bash
wget https://github.com/Netis/packet-agent/releases/download/v0.3.1/netis-packet-agent-0.3.1.el6.x86_64.rpm
rpm -ivh netis-packet-agent-0.3.1.el6.x86_64.rpm
wget https://github.com/Netis/packet-agent/releases/download/v0.3.2/netis-packet-agent-0.3.2.el6.x86_64.rpm
rpm -ivh netis-packet-agent-0.3.2.el6.x86_64.rpm
```

** 如果安装过程中提示libboost库的版本号不正确,请下载安装boost_1_59_0或者之后的版本。如果问题依然无法解决,可以尝试从源代码直接编译安装。<br/>
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
English ∙ [简体中文](README-zh-Hans.md)

![title](./img/title.jpg)
# Netis Packet Agent 0.3.1
# Netis Packet Agent 0.3.2

[![Stable release](https://img.shields.io/badge/version-0.3.1-green.svg)](https://github.com/Netis/packet-agent/releases/tag/0.3.1)
[![Stable release](https://img.shields.io/badge/version-0.3.2-green.svg)](https://github.com/Netis/packet-agent/releases/tag/0.3.2)
[![Software License](https://img.shields.io/badge/license-BSD3-green.svg)](./LICENSE.md)

## What is Netis Packet Agent?
Expand Down Expand Up @@ -34,15 +34,15 @@ yum install libpcap wget

2. Download and install the RPM package. Find the latest package from [Releases Page](https://github.com/Netis/packet-agent/releases).
```bash
wget https://github.com/Netis/packet-agent/releases/download/v0.3.1/netis-packet-agent-0.3.1.el6.x86_64.rpm
rpm -ivh netis-packet-agent-0.3.1.el6.x86_64.rpm
wget https://github.com/Netis/packet-agent/releases/download/v0.3.2/netis-packet-agent-0.3.2.el6.x86_64.rpm
rpm -ivh netis-packet-agent-0.3.2.el6.x86_64.rpm
```

#### SUSE 12
1. Download and install the RPM package. Find the latest package from [Releases Page](https://github.com/Netis/packet-agent/releases).
```bash
wget https://github.com/Netis/packet-agent/releases/download/v0.3.1/netis-packet-agent-0.3.1.el6.x86_64.rpm
rpm -ivh netis-packet-agent-0.3.1.el6.x86_64.rpm
wget https://github.com/Netis/packet-agent/releases/download/v0.3.2/netis-packet-agent-0.3.2.el6.x86_64.rpm
rpm -ivh netis-packet-agent-0.3.2.el6.x86_64.rpm
```
Remarks: If it encounter a library dependency error when install from rpm, you should install boost_1_59_0 or later. If this also can't work, you can build and run from source.

Expand Down

0 comments on commit 7d844a7

Please sign in to comment.