le1t0-deprec 2.1.6.045 → 2.1.6.046

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.046 (Aug 2, 2010)
4
+
5
+ * upgraded haproxy + removed reload from config task
6
+
3
7
  = 2.1.6.045 (Jul 27, 2010)
4
8
 
5
9
  * Updated dependency for capistrano
@@ -4,8 +4,8 @@ Capistrano::Configuration.instance(:must_exist).load do
4
4
  namespace :haproxy do
5
5
 
6
6
  SRC_PACKAGES[:haproxy] = {
7
- :md5sum => "0d6019b79631048765a7dfd55f1875cd haproxy-1.4.0.tar.gz",
8
- :url => "http://haproxy.1wt.eu/download/1.4/src/haproxy-1.4.0.tar.gz",
7
+ :md5sum => "104f4985b37bd9bac7a33e20fb6aaadf haproxy-1.4.8.tar.gz",
8
+ :url => "http://haproxy.1wt.eu/download/1.4/src/haproxy-1.4.8.tar.gz",
9
9
  :configure => '',
10
10
  :make => "TARGET=linux26"
11
11
 
@@ -136,7 +136,6 @@ Capistrano::Configuration.instance(:must_exist).load do
136
136
  task :config, :roles => :haproxy do
137
137
  config_system
138
138
  # config_project
139
- reload
140
139
  end
141
140
 
142
141
  task :config_system, :roles => :haproxy do
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 2
7
7
  - 1
8
8
  - 6
9
- - 45
10
- version: 2.1.6.045
9
+ - 46
10
+ version: 2.1.6.046
11
11
  platform: ruby
12
12
  authors:
13
13
  - Le1t0
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-07-27 00:00:00 +02:00
18
+ date: 2010-08-02 00:00:00 +02:00
19
19
  default_executable: depify
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency