Skip to content

Commit bb967d3

Browse files
committed
change version to 1.2.1
1 parent 83dcb10 commit bb967d3

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Version 1.2.1
99
* Fix: gracefully shutdown when trying to read over a closed pipe for communication
1010
with another process
1111
reported by Emanuele Rocca
12+
* Fix: issue #9, pip installation
1213

1314
Version 1.2.0 - 11th of August 2014
1415
* Feature: ICAP is the new black

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Exaproxy is used in production since early 2013, and proxies millions of URL per
88

99
## News
1010

11-
August 14th 2014, released ExaProxy 1.2.0
11+
August 21st 2014, released ExaProxy 1.2.1
1212

1313
## Features
1414

@@ -47,9 +47,9 @@ Tested with [Co-Advisor](http://coad.measurement-factory.com/). We are failing H
4747
## Get it
4848

4949
```sh
50-
> wget http://exaproxy.googlecode.com/files/exaproxy-1.2.0.tgz
51-
> tar zxvf exaproxy-1.2.0.tgz
52-
> cd exaproxy-1.2.0
50+
> wget http://exaproxy.googlecode.com/files/exaproxy-1.2.1.tgz
51+
> tar zxvf exaproxy-1.2.1.tgz
52+
> cd exaproxy-1.2.1
5353
> ./sbin/exaproxy
5454
```
5555

lib/exaproxy/application.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
from exaproxy.configuration import default,value,string
1313

14-
version = '1.2.0'
14+
version = '1.2.1'
1515

1616
def version_warning ():
1717
sys.stdout.write('\n')

0 commit comments

Comments
 (0)