11 * Agent rewrite. [Vincent Pelletier]
16 * Do not use system curl. [Romain Courteaud]
21 * Add signalwrapper, generate.mac, generate.password recipes. [Romain
27 * Add slapmonitor and slapreport recipes. [Mohamadou Mbengue]
32 * Fix 0.54 release containing wrong code in request.py.
37 * Apache frontend: won't block sending slave informations to SlapOS Master
38 in case of problem from one slave instance.[Cedric de Saint Martin]
39 * Apache frontend will send IP informations for slaves in case slave is about
40 custom domain. [Cedric de Saint Martin]
41 * Ability to use LAMP applications without configuration. [Cedric de Saint
43 * Users can specify custom domain in LAMP applications. [Cedric de Saint
49 * Switch slaprunner into generic recipe, and add cloud9 recipe. [Cedric de
55 * Request bugfix: Correct default software_type (was: RootInstanceSoftware).
56 [Cedric de Saint Martin]
57 * Request will raise again if requested instance is not ready
59 * Apache Frontend: assume apache is available from standard ports.
60 Consequence: url connection parameter of slave instance doesn't contain
61 port. [Cedric de Saint Martin]
62 * Apache Frontend bugfix: correctly detect slave instance type (zope).
63 [Cedric de Saint Martin]
64 * Apache Frontend: "default" slave instances are available through http
65 in addition to https. [Cedric de Saint Martin]
66 * Apache Frontend: Configuration: Add mod_deflate and set ProxyPreserveHost
67 [Cedric de Saint Martin]
72 * LAMP stack bugfix: Users were losing data when slapgrid is ran (Don't
73 erase htdocs if it already exist). [Cedric de Saint Martin]
78 * LAMP stack bugfix: fix a crash where recipe was trying to restart
79 non-existent httpd process. [Cedric de Saint Martin]
80 * LAMP stack bugfix: don't erase htdocs at update [Cedric de Saint Martin]
81 * Apache Frontend: Improve Apache configuration, inspired by Nexedi
82 production frontend. [Cedric de Saint Martin]
83 * Allow sysadmin of node to customize frontend instance.
84 [Cedric de Saint Martin]
85 * Apache Frontend: Change 'zope=true' option to 'type=zope'.
86 [Cedric de Saint Martin]
87 * Apache Frontend: listens to plain http port as well to redirect to https.
88 [Cedric de Saint Martin]
93 * Apache Frontend supports Zope and Varnish. [Cedric de Saint Martin]
98 * New utility recipe: slapos.recipe.generate_output_if_input_not_null.
99 [Cedric de Saint Martin]
100 * New promise recipe: slapos.recipe.url_available: check if url returns http
101 code 200. [Cedric de Saint Martin]
102 * Fix: slapos.recipe.request won't raise anymore if instance is not ready.
103 [Cedric de Saint Martin]
104 * Fix: slapos.recipe.request won't assume instance reference if not
105 specified. [Cedric de Saint Martin]
110 * Slap Test Agent [Yingjie Xu]
115 * xvfb and firefox initial release [Romain Courteaud]
120 * slaprunner: change number of available partitions to 7 [Alain Takoudjou]
125 * minor: apachephp: update apache configuration to work with Apache2.4
130 * minor: erp5: add missing .zcml files into egg. [Cedric de Saint Martin]
135 * erp5: Add web_checker recipe. [Tatuya Kamada]
136 * erp5: Add generic_varnish recipe. [Tatuya Kamada]
137 * erp5: Simplify erp5_update to only create the ERP5 site. [Romain Courteaud]
138 * erp5: Allow to pass CA parameters from section. [Łukasz Nowak]
143 * Release new "generic" version of KVM, includes frontend.
144 [Cedric de Saint Martin]
149 * Fix manifest to include files needed for apache. [Cedric de Saint Martin]
154 * apache_frontend initial release. [Cedric de Saint Martin]
159 * seleniumrunner initial release. [Cedric de Saint Martin]
164 * erp5: Swtich to percona, as maatkit is obsoleted. [Sebastien Robin]
165 * erp5: Improve haproxy configuration. [Sebastien Robin]
166 * erp5: Support sphinxd. [Kazuhiko Shiozaki]
167 * erp5: Improve and make logging more usual. [Sebastien Robin]
168 * erp5: Allow mysql connection from localhost. [Romain Courteaud]
169 * erp5: Allow to control Zope/Zeo cache [Arnaud Fontaine]
170 * erp5: Increase precision in logs [Julien Muchembled]
171 * erp5: Improve erp5 update [Arnaud Fontaine, Rafael Monnerat]
176 * KVM : allow access to several KVM instances without SSL certificate duplicate
177 problem. [Cedric de Saint Martin]
182 * erp5testnode : the code of testnode is not in slapos repository anymore
187 * KVM : Promise are now working properly. [Łukasz Nowak]
188 * KVM : Use NoVNC with automatic login. [Cedric de Saint Martin]
189 * KVM : Use websockify egg and remove numpy hack. [Cedric de Saint Martin]
194 * Any LAMP software can specify its own php.ini [Alain Takoudjou]
195 * LAMP : Fix bug where buildout does not has sufficient rights to update
196 application parts. [Alain Takoudjou]
197 * LAMP : Update formatting when returning list of renamed files.
203 * erp5 : use percona toolkit instead of maatkit [Sebastien Robin]
208 * LAMP : Recipe can now call lampconfigure from slapos.toolbox which will
209 configure PHP application instance when needed. [Alain Takoudjou Kamdem]
214 * Split big redundant recipes into small ones. In order to factorize the code
215 and have everything in the buildout file. [Antoine Catton, Romain Courteaud,
217 * LAMP : Update apache and php configuration files to work with a lot of different
218 PHP software. [Alain Takoudjou Kamdem]
219 * LAMP : Recipe can launch scripts, move or remove files or directories
220 when a given condition is filled. Useful when PHP apps require you to
221 remove "admin" directory after configuration for example.
222 [Alain Takoudjou Kamdem]
227 * LAMP : Update apache and php configuration files to work with a lot of different
228 PHP software. [Alain Takoudjou Kamdem]
233 * mysql: bug fix on database recovering (avoid importing dump two times). [Antoine Catton]
238 * lamp.request: requesting the mariadb software release instead of itself. [Antoine Catton]
239 * lamp.request: adding support of remote backup repo (using a different
240 software type). The default remote backup is a davstorage. [Antoine Catton]
245 * mysql: add backup and backup recovering using different software type. [Antoine Catton]
250 * Davstorage: returning more explicit url (using webdav scheme). [Antoine Catton]
251 * Other mysql minor fixes. [Antoine Catton]
256 * mysql: Restore to default behaviour. [Antoine Catton]
257 * mysql: Use mysqldump instead of non trustable backup system. [Antoine Catton]
262 * mysql: Unhardcode the requested url. [Antoine Catton]
267 * Clean code in mysql recipe [Cedric de Saint Martin]
268 * librecipe: Provide createPromiseWrapper method. [Antoine Catton]
269 * kvm: Expose promisee checks to slapgrid. [Antoine Catton]
270 * davstorage: Initial version. [Antoine Catton]
271 * mysql: Support DAV backup. [Antoine Catton]
276 * Fix haproxy setup for erp5 [Sebastien Robin]
281 * Update PHP configuration to set session and date options.
282 [Alain Takoudjou Kamdem]
283 * Improve logrotate policy and haproxy config for erp5
289 * Update and fix KVM/noVNC installation to be compatible with new WebSocket
290 protocol (HyBi-10) required by Chrome >= 14 and Firefox >= 7.
291 [Cedric de Saint Martin]
296 * Update PHP configuration to disable debug logging. [Cedric de Saint Martin]
301 * Repackage egg to include needed .bin files. [Cedric de Saint Martin]
306 * Add XWiki software release [Cedric de Saint Martin]
311 * Improve Vifib and pure ERP5 instantiation [Rafael Monnerat]
312 * Use configurator for Vifib [Rafael Monnerat]
317 * Encrypt connection by default. [Vivien Alger]
322 * Provide new way to instantiate kvm. [Cedric de Saint Martin, Vivien Alger]
327 * Implement generic execute_wait wrapper, which allows to wait for some files
328 to appear before starting service depending on it. [Łukasz Nowak]
333 * Fix slaprunner, phpmyadmin software releases, added
334 wordpress software release. [Cedric de Saint Martin]
339 * Enable test suite runner for vifib.
344 * Add PHPMyAdmin software release used in SlapOS tutorials
345 [Cedric de Saint Martin]
346 * Add slaprunner software release [Cedric de Saint Martin]
352 * mysql recipe : Changing slapos.recipe.erp5.execute to
353 slapos.recipe.librecipe.execute [Cedric de Saint Martin]
358 * Add MySQL and MariaDB standalone software release and recipe
359 [Cedric de Saint Martin]
360 * Fixed slapos.recipe.erp5testnode instantiation [Sebastien Robin]
365 * Fix slapos.recipe.erp5 package by providing site.zcml in it. [Łukasz Nowak]
366 * Improve slapos.recipe.erp5testnode partition instantiation error reporting
372 * Fixed slapos.recipe.erp5 instantiation. [Łukasz Nowak]
377 * Implement zabbix agent instantiation. [Łukasz Nowak]
378 * Drop dependency on Zope2. [Łukasz Nowak]
379 * Share more in slapos.recipe.librecipe module. [Łukasz Nowak]
384 * Remove reference to slapos.tool.networkcache as it was removed from pypi. [Łukasz Nowak]
385 * Add Kumofs standalone software release and recipe [Cedric de Saint Martin]
386 * Add Memcached standalone software release and recipe [Cedric de Saint Martin]
391 * Moved out template and build to separate distributions [Łukasz Nowak]
392 * Depend on slapos.core instead of depracated slapos.slap [Romain Courteaud]
393 * Fix apache module configuration [Kazuhiko Shiozaki]
394 * Allow to control full environment in erp5 module [Łukasz Nowak]
399 * Allow to pass zope_environment in erp5 entry point [Łukasz Nowak]
404 * All slapos.recipe.* became slapos.cookbook:* [Łukasz Nowak]