summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2010-01-14 13:59:35 +0530
committerMukund Sivaraman <muks@banu.com>2010-01-14 13:59:35 +0530
commit3700e1fc5b1064500b692496200ba0c5e872a95f (patch)
tree0b7aab0ff30337839441c5829ee4c3abe2e40ca8
parent46deecdb539256499554d228339780e97caf18ab (diff)
downloadtinyproxy-3700e1fc5b1064500b692496200ba0c5e872a95f.tar.gz
tinyproxy-3700e1fc5b1064500b692496200ba0c5e872a95f.zip
Add old NEWS for 1.7.0
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c9eec97..89feea3 100644
--- a/NEWS
+++ b/NEWS
@@ -63,3 +63,19 @@ Contributors
Andrew Stribblehill, Jeremy Hinegardner, Matthew Dempsky, Michael Adam,
Mukund Sivaraman, Robert James Kaes.
+
+Version 1.7.0
+-------------
+
+ * There is now support for reverse proxying.
+ * Tinyproxy does not bundle a vendor regular expressions library
+ anymore. It uses the system installed regular expressions library.
+ * The documentation has been updated.
+ * Tinyproxy now contains some code optimizations such as the use of a
+ hashmap internally for looking up error pages.
+ * Various other bugs have been fixed.
+
+Contributors
+~~~~~~~~~~~~
+
+Kim Holviala, Marc Silver, Robert James Kaes, Steven Young.