changeset 17:93115aab4c92 0.4

Update docs.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 20 Sep 2011 15:06:53 +0400
parents 50ec0697da32
children 27f057249155
files CHANGES LICENSE README
diffstat 3 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+
+Changes with gunzip module 0.4 (2011-09-20):
+
+    *) Feature: support for nginx 1.1.4.
+
 
 Changes with gunzip module 0.3 (2010-03-22):
 
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 /* 
  * Copyright (C) 2002-2009 Igor Sysoev
- * Copyright (C) 2009-2010 Maxim Dounin
+ * Copyright (C) 2009-2011 Maxim Dounin
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
--- a/README
+++ b/README
@@ -9,9 +9,6 @@ Note well: only responses with Content-E
 are handled (e.g. using "add_header Content-Encoding gzip;" isn't enough as it
 happens after).  As of now only proxy and fastcgi are able to do so.
 
-This module was designed to work with nginx 0.8.* (though it should work with
-0.7.* too).
-
 Configuration directives:
 
     gunzip (on|off)