-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGES
215 lines (120 loc) · 4.79 KB
/
CHANGES
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
== Version 0.3.5
2008-07-02: Quick major minor-bugfix
* Make the debian binary architecture handling for gems more intelligent: we now actually report the underlying system's build architecture instead of just i386. This allows native gems to be built on my amd64 system...
== Version 0.3.4
2008-06-25: Lots of bugfixing, some small refinements.
* Added mickey-mouse usage instructions to README (http://dpkg-tools.lighthouseapp.com/projects/12374/tickets/2)
* dpkg-etc was copying its payload to the wrong place, fixing which revealed a worse underlying bad-assumption caused problem. (http://dpkg-tools.lighthouseapp.com/projects/12374/tickets/8)
* Fixed bug with dependency requirements handling which was causing dependencies without version requirements to explode when being written to the control file (http://dpkg-tools.lighthouseapp.com/projects/12374/tickets/7)
* Fixed typos in the various deb.yml templates (http://dpkg-tools.lighthouseapp.com/projects/12374/tickets/6)
* Added shebang to dpkg-etc postinst template (http://dpkg-tools.lighthouseapp.com/projects/12374/tickets/4)
* Refactored DpkgTools::Package::Builder and subclasses to fix problems with builder creation (http://dpkg-tools.lighthouseapp.com/projects/12374/tickets/1)
== Version 0.3.3
2008-06-06: Initial Rubyforge release, lots of rough edges around the process (and the software)
* Initial release at Rubyforge
* Lots of reorganisation of the release infrastructure, which I have been looting wholesale from RSpec.
== Version 0.3.0
2008-05-08
* Plenty tweaks to Rails startup scripts, added dpkg-etc for config. package generation
== Version 0.2.20
2008-01-18
* Tweaks to mongrel startup script and corresponding data
values in DpkgTools::Package::Rails::Data
== Version 0.2.19
2008-01-17
* refactor Gem::Format creation so that Package::Builder can
cope with old formats
== Version 0.2.18
2008-01-15
* Making dpkg:setup:reset more robust in its error checking
== Version 0.2.17
2008-01-15
* Added the ruby .deb to the base deps for rails packages
(otherwise only ruby18 is there)
== Version 0.2.16
2008-01-07
* Fixed a problem where directories were treated as files
in dpkg-rails
== Version 0.2.15
2007-12-14
* Modified maintainer scripts for controlled modification of
sudoers
* Modified Rails setup tasks so they can be re-run on an app
from Rake
== Version 0.2.14
2007-12-04
* Modified maintainer scripts to make them tidy up
after themselves a bit better
* Added username to deploy.rb
== Version 0.2.13
2007-12-04
* Includes modified Capistrano deployment recipes
* Generates the ssh authorized_keys file in a Rails package
== Version 0.2.12
2007-12-01
* postinst quotes the MySQL strings correctly now.
== Version 0.2.11
2007-12-01
* Refactored out the Rake build tasks stuff to DRY it up a bit
* Made certain things happen more in accordance with debian policy
stuff (Gem gets installed on debian/rules build)
* -arch and -indep rake tasks get invoked from binary and build
properly (i.e. only one)
* postinst and comrades actually have the right names now
== Version 0.2.10
2007-12-01
* Tweaks to base package list for rails apps
== Version 0.2.9
2007-12-01
* Copes with nil values in Gem::Format.files (thanks, mysql...)
* Also looks for COPYING to contain the license info
== Version 0.2.8
2007-12-01
* Maintains a list of -dev packages for gems which need to compile
against them and adds those to build-time dependencies as
appropriate
== Version 0.2.7
2007-11-25
* Nasty bug with hold-out from before refactoring squished
== Version 0.2.6
2007-11-25
* Maintainer scripts are in
== Version 0.2.5
2007-11-20
* Changes (under the hood) to the way control files are generated
== Version 0.2.3
2007-11-20
* Tweak to make sure config/deb.yml is created
== Version 0.2.2
2007-11-20
* Added Rails apache 2.2 / mod_proxy_balancer to the supported packages
== Version 0.1.11
2007-11-13
* Fix bug in dependency name generation for debian/control
== Version 0.1.10
2007-11-13
* Fix generation of deb_filename
== Version 0.1.9
2007-11-13
* Fix bad changelog and control file generation
== Version 0.1.8
2007-11-13
* Correctly handle gems which have underscores or capitalisation in their names
== Version 0.1.7
2007-10-31
* Correctly handle gems which need to be parsed with Gem::OldFormat
== Version 0.1.6
2007-10-31
* Allow spec.platform to be nil (as with bluecloth)
== Version 0.1.5
2007-10-31
* Append -1 to all version dependencies so version requirements like (= 1.4.4) become (= 1.4.4-1) and can be met
== Version 0.1.4
2007-10-31
* Fixed a bug in the monkey-patching of Gem.bindir so that bin install should work again
== Version 0.1.3
2007-10-31
* Improved the bin/dpkg-gem so it runs when called from Rubygems' generated wrapper script
== Version 0.1.2
2007-10-30
* Initial release