Skip to content

Commit

Permalink
change version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Aug 21, 2014
1 parent 83dcb10 commit bb967d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Version 1.2.1
* Fix: gracefully shutdown when trying to read over a closed pipe for communication
with another process
reported by Emanuele Rocca
* Fix: issue #9, pip installation

Version 1.2.0 - 11th of August 2014
* Feature: ICAP is the new black
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Exaproxy is used in production since early 2013, and proxies millions of URL per

## News

August 14th 2014, released ExaProxy 1.2.0
August 21st 2014, released ExaProxy 1.2.1

## Features

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

```sh
> wget http://exaproxy.googlecode.com/files/exaproxy-1.2.0.tgz
> tar zxvf exaproxy-1.2.0.tgz
> cd exaproxy-1.2.0
> wget http://exaproxy.googlecode.com/files/exaproxy-1.2.1.tgz
> tar zxvf exaproxy-1.2.1.tgz
> cd exaproxy-1.2.1
> ./sbin/exaproxy
```

Expand Down
2 changes: 1 addition & 1 deletion lib/exaproxy/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from exaproxy.configuration import default,value,string

version = '1.2.0'
version = '1.2.1'

def version_warning ():
sys.stdout.write('\n')
Expand Down

0 comments on commit bb967d3

Please sign in to comment.