-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathHistory.txt
54 lines (30 loc) · 1.05 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
=== 2.3.1 / 2013-04-18
* 1 bug fix
* Generate the command to start Unicorn correctly.
=== 2.3.0 / 2013-04-17
* 3 minor enhancements
* Pass an environment to Unicorn, default to rails_env (if present) or
'production'. (Mathieu Lemoine) (BC)
* Create shared/log and shared/pids directories on vlad:setup_app, even for
non-Rails apps.
* Add an option to trivially enable using `bundle exec`.
* 2 bug fixes
* Fix broken shell-quoting of sudo commands
* Quote config file path when passing it to unicorn
=== 2.2.1 / 2013-03-08
* 1 bug fix
* Quote commands better when using sudo
=== 2.2.0 / 2012-11-09
* 1 minor enhancement
* Add a new task, vlad:reload_app, to send SIGUSR2 to Unicorn
(Mathieu Lemoine). vlad:start_app still uses SIGHUP.
=== 2.1.1 / 2011-12-28
* 1 bug fix
* Allow complex commands in unicorn_command (Matthew Smith)
=== 2.1.0 / 2011-09-30
* 1 minor enhancement
* Now uses SIGHUP to restart
* Added documentation on use with Rails 2.3 apps with Bundler
=== 2.0.0 / 2010-09-18
* 1 major enhancement
* Birthday!