Merge branch 'master' of github.com:alibaba/anyproxy

This commit is contained in:
砚然 2016-10-19 23:13:16 +08:00
commit 15f5a76e97
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
19 Sep 2016: AnyProxy 3.10.3:
* fix the cert path issue with Windows
* split out the cert management to an independent module
* add unit tests to AnyProxy
29 Apr 2016: AnyProxy 3.10.0: 29 Apr 2016: AnyProxy 3.10.0:
* using node-forge to generate HTTPS certificates instead of openssl * using node-forge to generate HTTPS certificates instead of openssl
@ -124,4 +130,4 @@
9 Jan 2015: AnyProxy 3.0.2: 9 Jan 2015: AnyProxy 3.0.2:
* UI improvement: add link and qr code to root CA file. * UI improvement: add link and qr code to root CA file.

View File

@ -1,6 +1,6 @@
{ {
"name": "anyproxy", "name": "anyproxy",
"version": "3.10.3Beta1", "version": "3.10.3",
"description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.", "description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.",
"main": "proxy.js", "main": "proxy.js",
"bin": { "bin": {