CHANGES.txt 9.43 KB
Newer Older
Łukasz Nowak's avatar
Łukasz Nowak committed
1 2
Changes
=======
3

4 5 6 7 8
0.51 (Unreleased)
-----------------

  * No change yet.

9
0.50 (2012-05-12)
10 11
-----------------

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
12 13 14
  * LAMP stack bugfix: fix a crash where recipe was trying to restart
    non-existent httpd process. [Cedric de Saint Martin]
  * LAMP stack bugfix: don't erase htdocs at update [Cedric de Saint Martin]
15 16 17 18 19 20 21 22
  * Apache Frontend: Improve Apache configuration, inspired by Nexedi
    production frontend. [Cedric de Saint Martin]
  * Allow sysadmin of node to customize frontend instance.
    [Cedric de Saint Martin]
  * Apache Frontend: Change 'zope=true' option to 'type=zope'.
    [Cedric de Saint Martin]
  * Apache Frontend: listens to plain http port as well to redirect to https.
    [Cedric de Saint Martin]
23
  
24
0.49 (2012-05-10)
25 26
-----------------

27
  * Apache Frontend supports Zope and Varnish. [Cedric de Saint Martin]
28

29
0.48 (2012-04-26)
30 31
-----------------

32 33 34 35 36 37 38 39
  * New utility recipe: slapos.recipe.generate_output_if_input_not_null.
    [Cedric de Saint Martin]
  * New promise recipe: slapos.recipe.url_available: check if url returns http
    code 200. [Cedric de Saint Martin]
  * Fix: slapos.recipe.request won't raise anymore if instance is not ready.
    [Cedric de Saint Martin]
  * Fix: slapos.recipe.request won't assume instance reference if not
    specified. [Cedric de Saint Martin]
40

Yingjie Xu's avatar
Yingjie Xu committed
41
0.47 (2012-04-19)
42 43
-----------------

Yingjie Xu's avatar
Yingjie Xu committed
44
  * Slap Test Agent [Yingjie Xu]
45

46
0.46 (2012/04/12)
47 48
-----------------

49
  * xvfb and firefox initial release [Romain Courteaud]
50

51 52 53 54 55
0.45 (2012-03-29)
-----------------

  * slaprunner: change number of available partitions to 7 [Alain Takoudjou]

56
0.44 (2012-03-28)
57 58
-----------------

59
  * minor: apachephp: update apache configuration to work with Apache2.4
60

61
0.43 (2012-03-28)
62 63
-----------------

64
  * minor: erp5: add missing .zcml files into egg. [Cedric de Saint Martin]
65

66
0.42 (2012-03-26)
67 68
-----------------

69 70 71 72
 * erp5: Add web_checker recipe. [Tatuya Kamada]
 * erp5: Add generic_varnish recipe. [Tatuya Kamada]
 * erp5: Simplify erp5_update to only create the ERP5 site. [Romain Courteaud]
 * erp5: Allow to pass CA parameters from section. [Łukasz Nowak]
73

74 75 76 77 78 79
0.41 (2012-03-21)
-----------------

 * Release new "generic" version of KVM, includes frontend.
   [Cedric de Saint Martin]

80
0.40.1 (2012-03-01)
81 82
-----------------

83
 * Fix manifest to include files needed for apache. [Cedric de Saint Martin]
84

85
0.40 (2012-03-01)
86 87
-----------------

88
 * apache_frontend initial release. [Cedric de Saint Martin]
89
 
90
0.39 (2012-02-20)
Łukasz Nowak's avatar
Łukasz Nowak committed
91 92
-----------------

93
 * seleniumrunner initial release. [Cedric de Saint Martin]
Łukasz Nowak's avatar
Łukasz Nowak committed
94

Łukasz Nowak's avatar
Łukasz Nowak committed
95
0.38 (2011-12-05)
96
-----------------
Łukasz Nowak's avatar
Łukasz Nowak committed
97 98 99 100 101 102 103 104 105

 * erp5: Swtich to percona, as maatkit is obsoleted. [Sebastien Robin]
 * erp5: Improve haproxy configuration. [Sebastien Robin]
 * erp5: Support sphinxd. [Kazuhiko Shiozaki]
 * erp5: Improve and make logging more usual. [Sebastien Robin]
 * erp5: Allow mysql connection from localhost. [Romain Courteaud]
 * erp5: Allow to control Zope/Zeo cache [Arnaud Fontaine]
 * erp5: Increase precision in logs [Julien Muchembled]
 * erp5: Improve erp5 update [Arnaud Fontaine, Rafael Monnerat]
106

107 108 109 110 111 112
0.37 (2011-11-24)
-----------------

 * KVM : allow access to several KVM instances without SSL certificate duplicate
   problem. [Cedric de Saint Martin]

113 114 115 116 117
0.36 (2011-11-16)
-----------------

 * erp5testnode : the code of testnode is not in slapos repository anymore

118
0.35 (2011-11-10)
Łukasz Nowak's avatar
Łukasz Nowak committed
119 120
-----------------

121 122 123
 * KVM : Promise are now working properly. [Łukasz Nowak]
 * KVM : Use NoVNC with automatic login. [Cedric de Saint Martin]
 * KVM : Use websockify egg and remove numpy hack. [Cedric de Saint Martin]
124

125
0.34 (2011-11-08)
126 127
-----------------

128 129 130 131 132
  * Any LAMP software can specify its own php.ini [Alain Takoudjou]
  * LAMP : Fix bug where buildout does not has sufficient rights to update
    application parts. [Alain Takoudjou]
  * LAMP : Update formatting when returning list of renamed files.
    [Alain Takoudjou]
133

134
0.33 (2011-10-31)
135 136
-----------------

137
  * erp5 : use percona toolkit instead of maatkit [Sebastien Robin]
138

139
0.32 (2011-10-28)
140 141
-----------------

Alain Takoudjou's avatar
Alain Takoudjou committed
142
  * LAMP : Recipe can now call lampconfigure from slapos.toolbox which will 
143
   configure PHP application instance when needed. [Alain Takoudjou Kamdem]
144

145
0.31 (2011-10-16)
146 147
-----------------

Antoine Catton's avatar
Antoine Catton committed
148 149 150
 * Split big redundant recipes into small ones. In order to factorize the code
   and have everything in the buildout file. [Antoine Catton, Romain Courteaud,
   Łukasz Nowak]
151 152 153 154 155 156
 * LAMP : Update apache and php configuration files to work with a lot of different
   PHP software. [Alain Takoudjou Kamdem]
 * LAMP : Recipe can launch scripts, move or remove files or directories
   when a given condition is filled. Useful when PHP apps require you to
   remove "admin" directory after configuration for example.
   [Alain Takoudjou Kamdem]
157

158
0.30 (2011-10-06)
159 160
-----------------

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
161 162
 * LAMP : Update apache and php configuration files to work with a lot of different
   PHP software. [Alain Takoudjou Kamdem]
163

164
0.29 (2011-09-28)
165 166
-----------------

167
 * mysql: bug fix on database recovering (avoid importing dump two times). [Antoine Catton]
168

169
0.28 (2011-09-27)
170 171
-----------------

172
 * lamp.request: requesting the mariadb software release instead of itself. [Antoine Catton]
173
 * lamp.request: adding support of remote backup repo (using a different
174
   software type). The default remote backup is a davstorage. [Antoine Catton]
175

176
0.27 (2011-09-27)
Antoine Catton's avatar
Antoine Catton committed
177 178
-----------------

179
 * mysql: add backup and backup recovering using different software type. [Antoine Catton]
Antoine Catton's avatar
Antoine Catton committed
180

181
0.26 (2011-09-27)
Łukasz Nowak's avatar
Łukasz Nowak committed
182 183
-----------------

184 185
 * Davstorage: returning more explicit url (using webdav scheme). [Antoine Catton]
 * Other mysql minor fixes. [Antoine Catton]
Łukasz Nowak's avatar
Łukasz Nowak committed
186

187
0.25 (2011-09-21)
Łukasz Nowak's avatar
Łukasz Nowak committed
188 189
-----------------

190 191
 * mysql: Restore to default behaviour. [Antoine Catton]
 * mysql: Use mysqldump instead of non trustable backup system. [Antoine Catton]
Łukasz Nowak's avatar
Łukasz Nowak committed
192

Łukasz Nowak's avatar
Łukasz Nowak committed
193
0.24 (2011-09-19)
Łukasz Nowak's avatar
Łukasz Nowak committed
194 195
-----------------

Łukasz Nowak's avatar
Łukasz Nowak committed
196
 * mysql: Unhardcode the requested url. [Antoine Catton]
Łukasz Nowak's avatar
Łukasz Nowak committed
197

198
0.23 (2011-09-19)
199 200
-----------------

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
201
 * Clean code in mysql recipe [Cedric de Saint Martin]
Łukasz Nowak's avatar
Łukasz Nowak committed
202 203
 * librecipe: Provide createPromiseWrapper method. [Antoine Catton]
 * kvm: Expose promisee checks to slapgrid. [Antoine Catton]
Łukasz Nowak's avatar
Łukasz Nowak committed
204 205
 * davstorage: Initial version. [Antoine Catton]
 * mysql: Support DAV backup. [Antoine Catton]
206

207
0.22 (2011-09-12)
208 209
-----------------

210
 * Fix haproxy setup for erp5 [Sebastien Robin]
211 212

0.21 (2011-09-12)
213 214
-----------------

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
215 216
 * Update PHP configuration to set session and date options.
   [Alain Takoudjou Kamdem]
217 218
 * Improve logrotate policy and haproxy config for erp5
   [Sebastien Robin]
219

220
0.20 (2011-09-07)
221 222
-----------------

223 224 225
 * Update and fix KVM/noVNC installation to be compatible with new WebSocket
   protocol (HyBi-10) required by Chrome >= 14 and Firefox >= 7.
   [Cedric de Saint Martin]
226

227
0.19 (2011-09-06)
228 229
-----------------

230
 * Update PHP configuration to disable debug logging. [Cedric de Saint Martin]
231

232
0.18 (2011-08-25)
233 234
-----------------

235
 * Repackage egg to include needed .bin files. [Cedric de Saint Martin]
236 237

0.17 (2011-08-25)
Łukasz Nowak's avatar
Łukasz Nowak committed
238 239
-----------------

240
 * Add XWiki software release [Cedric de Saint Martin]
Łukasz Nowak's avatar
Łukasz Nowak committed
241

Łukasz Nowak's avatar
Łukasz Nowak committed
242
0.16 (2011-07-15)
Łukasz Nowak's avatar
Łukasz Nowak committed
243 244
-----------------

Łukasz Nowak's avatar
Łukasz Nowak committed
245 246
 * Improve Vifib and pure ERP5 instantiation [Rafael Monnerat]
 * Use configurator for Vifib [Rafael Monnerat]
Łukasz Nowak's avatar
Łukasz Nowak committed
247

Łukasz Nowak's avatar
Łukasz Nowak committed
248
0.15 (2011-07-13)
Łukasz Nowak's avatar
Łukasz Nowak committed
249
-----------------
Łukasz Nowak's avatar
Łukasz Nowak committed
250

Łukasz Nowak's avatar
Łukasz Nowak committed
251
 * Encrypt connection by default. [Vivien Alger]
Łukasz Nowak's avatar
Łukasz Nowak committed
252

Łukasz Nowak's avatar
Łukasz Nowak committed
253
0.14 (2011-07-13)
Łukasz Nowak's avatar
Łukasz Nowak committed
254
-----------------
Łukasz Nowak's avatar
Łukasz Nowak committed
255

Łukasz Nowak's avatar
Łukasz Nowak committed
256
 * Provide new way to instantiate kvm. [Cedric de Saint Martin, Vivien Alger]
Łukasz Nowak's avatar
Łukasz Nowak committed
257

Łukasz Nowak's avatar
Łukasz Nowak committed
258
0.13 (2011-07-13)
Łukasz Nowak's avatar
Łukasz Nowak committed
259
-----------------
260

Łukasz Nowak's avatar
Łukasz Nowak committed
261 262
 * Implement generic execute_wait wrapper, which allows to wait for some files
   to appear before starting service depending on it. [Łukasz Nowak]
263 264

0.12 (2011-07-11)
Łukasz Nowak's avatar
Łukasz Nowak committed
265
-----------------
266

267 268
 * Fix slaprunner, phpmyadmin software releases, added
   wordpress software release. [Cedric de Saint Martin]
269 270

0.11 (2011-07-07)
Łukasz Nowak's avatar
Łukasz Nowak committed
271
-----------------
272 273 274 275

 * Enable test suite runner for vifib.

0.10 (2011-07-01)
Łukasz Nowak's avatar
Łukasz Nowak committed
276
-----------------
277 278 279 280 281

 * Add PHPMyAdmin software release used in SlapOS tutorials
 [Cedric de Saint Martin]
 * Add slaprunner software release [Cedric de Saint Martin]

282

283
0.9 (2011-06-24)
Łukasz Nowak's avatar
Łukasz Nowak committed
284
----------------
285 286 287 288 289

 * mysql recipe : Changing slapos.recipe.erp5.execute to
   slapos.recipe.librecipe.execute [Cedric de Saint Martin]

0.8 (2011-06-15)
Łukasz Nowak's avatar
Łukasz Nowak committed
290
----------------
291 292 293 294 295 296

 * Add MySQL and MariaDB standalone software release and recipe
   [Cedric de Saint Martin]
 * Fixed slapos.recipe.erp5testnode instantiation [Sebastien Robin]

0.7 (2011-06-14)
Łukasz Nowak's avatar
Łukasz Nowak committed
297
----------------
298 299 300 301 302 303

 * Fix slapos.recipe.erp5 package by providing site.zcml in it. [Łukasz Nowak]
 * Improve slapos.recipe.erp5testnode partition instantiation error reporting
   [Sebastien Robin]

0.6 (2011-06-13)
Łukasz Nowak's avatar
Łukasz Nowak committed
304
----------------
305 306 307 308

 * Fixed slapos.recipe.erp5 instantiation. [Łukasz Nowak]

0.5 (2011-06-13)
Łukasz Nowak's avatar
Łukasz Nowak committed
309
----------------
310 311 312 313 314

 * Implement zabbix agent instantiation. [Łukasz Nowak]
 * Drop dependency on Zope2. [Łukasz Nowak]
 * Share more in slapos.recipe.librecipe module. [Łukasz Nowak]

315
0.4 (2011-06-09)
Łukasz Nowak's avatar
Łukasz Nowak committed
316
----------------
Łukasz Nowak's avatar
Łukasz Nowak committed
317

318 319 320
 * Remove reference to slapos.tool.networkcache as it was removed from pypi. [Łukasz Nowak]
 * Add Kumofs standalone software release and recipe [Cedric de Saint Martin]
 * Add Memcached standalone software release and recipe [Cedric de Saint Martin]
Łukasz Nowak's avatar
Łukasz Nowak committed
321

Łukasz Nowak's avatar
Łukasz Nowak committed
322
0.3 (2011-06-09)
Łukasz Nowak's avatar
Łukasz Nowak committed
323
----------------
Łukasz Nowak's avatar
Łukasz Nowak committed
324 325 326 327 328 329

 * Moved out template and build to separate distributions [Łukasz Nowak]
 * Depend on slapos.core instead of depracated slapos.slap [Romain Courteaud]
 * Fix apache module configuration [Kazuhiko Shiozaki]
 * Allow to control full environment in erp5 module [Łukasz Nowak]

330
0.2 (2011-05-30)
Łukasz Nowak's avatar
Łukasz Nowak committed
331
----------------
Łukasz Nowak's avatar
Łukasz Nowak committed
332

333
  * Allow to pass zope_environment in erp5 entry point [Łukasz Nowak]
Łukasz Nowak's avatar
Łukasz Nowak committed
334

Łukasz Nowak's avatar
Łukasz Nowak committed
335
0.1 (2011-05-27)
Łukasz Nowak's avatar
Łukasz Nowak committed
336
----------------
337

338
  * All slapos.recipe.* became slapos.cookbook:* [Łukasz Nowak]