Changeset 1851
- Timestamp:
- 08/16/08 23:36:04 (3 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (3 diffs)
- cherokee/trunk/doc/Makefile.am (modified) (1 diff)
- cherokee/trunk/doc/basics_installation_svn.txt (added)
- cherokee/trunk/doc/index.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1850 r1851 1 2008-08-16 Taher Shihadeh <taher@unixwars.com> 2 3 * doc/basics_installation_svn.txt: added info. 4 1 5 2008-08-16 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 6 … … 11 15 cherokee/handler_scgi.c: Clean up the code where handler were 12 16 using 'source' object in order to connect to an external 13 information source. This pat h removes some code duplication.17 information source. This patch removes some code duplication. 14 18 15 19 * admin/PageVServer.py (PageVServer._render_vserver_guts): Fixes … … 18 22 variable value messed up the property key. 19 23 20 2008-08-1 4Taher Shihadeh <taher@unixwars.com>24 2008-08-15 Taher Shihadeh <taher@unixwars.com> 21 25 22 26 * admin/PageVServers.py, admin/PageVServer.py, cherokee/trunk/doc/Makefile.am
r1824 r1851 16 16 basics_installation_unix.html \ 17 17 basics_installation_windows.html \ 18 basics_installation_svn.html \ 18 19 basics_upgrade.html \ 19 20 basics_running_cherokee.html \ cherokee/trunk/doc/index.txt
r1823 r1851 11 11 - link:basics_installation_unix.html[Unix]: Installation on Unix/Linux platforms. 12 12 - link:basics_installation_windows.html[Windows]: Installation on Windows platform. 13 - link:basics_installation_svn.html[From SVN]: Installation of the development release. 13 14 . link:basics_upgrade.html[Upgrading Cherokee]: Upgrading from a previous release? 14 15 . link:basics_running_cherokee.html[Running Cherokee]: Basic steps to run Cherokee.