visfleet-deprec 2.1.4.2 → 2.1.4.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,5 +1,9 @@
1
1
  # deprec changelog
2
2
 
3
+ = 2.1.4.3 (Oct 30, 2009)
4
+
5
+ * GZip support
6
+
3
7
  = 2.1.4.2 (Oct 22, 2009)
4
8
 
5
9
  * Apache default site can be removed with the setting apache_single_site,true
@@ -4,6 +4,8 @@
4
4
  DocumentRoot "<%= passenger_document_root %>"
5
5
  CustomLog <%= apache_log_dir %>/<%= application %>-access.log combined
6
6
  ErrorLog <%= apache_log_dir %>/<%= application %>-error.log
7
+
8
+ AddOutputFilterByType DEFLATE application/xml
7
9
 
8
10
  RailsEnv <%= rails_env %>
9
11
  RailsAllowModRewrite <%= passenger_rails_allow_mod_rewrite %>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: visfleet-deprec
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.4.2
4
+ version: 2.1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Bailey
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-10-27 00:00:00 +13:00
13
+ date: 2009-10-30 00:00:00 +13:00
14
14
  default_executable: depify
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency