le1t0-deprec 2.1.6.041 → 2.1.6.042

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.6.042 (Jul 23, 2010)
4
+
5
+ * small bugfix in syslog recipe
6
+
3
7
  = 2.1.6.041 (Jul 23, 2010)
4
8
 
5
9
  * Fixed dependencies
@@ -67,7 +67,7 @@ Capistrano::Configuration.instance(:must_exist).load do
67
67
  :f_mail => "facility(mail)",
68
68
  :f_news => "facility(news)",
69
69
  :f_user => "facility(user)",
70
- :f_local => "facility(local0,local1,local2,local3,local4,local5,local6,local7)"
70
+ :f_local => "facility(local0,local1,local2,local3,local4,local5,local6,local7)",
71
71
  :f_local0 => "facility(local0)",
72
72
  :f_local1 => "facility(local1)",
73
73
  :f_local2 => "facility(local2)",
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 2
7
7
  - 1
8
8
  - 6
9
- - 41
10
- version: 2.1.6.041
9
+ - 42
10
+ version: 2.1.6.042
11
11
  platform: ruby
12
12
  authors:
13
13
  - Le1t0