[Lxr-commits] CVS: lxr/doc CHANGES, 1.4, 1.5 CREDITS.txt, 1.2, 1.3 INSTALL, 1.1, 1.2
Brought to you by:
ajlittoz
From: Andre-Littoz <ajl...@us...> - 2013-01-25 14:43:47
|
Update of /cvsroot/lxr/lxr/doc In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10188/doc Modified Files: CHANGES CREDITS.txt INSTALL Log Message: doc/*: update shipping documentation before release Index: CHANGES =================================================================== RCS file: /cvsroot/lxr/lxr/doc/CHANGES,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- CHANGES 21 Nov 2012 17:16:14 -0000 1.4 +++ CHANGES 25 Jan 2013 14:43:43 -0000 1.5 @@ -4,6 +4,16 @@ LXR 1.0 --> LXR 1.1 ====================== +Easy upgrade +------------ +Since the database definition did not change between 1.0 and 1.1, +you can upgrade without reconfiguring not reindexing. +1/ Save lxr.conf and other customised files (mainly apache-lxrserver.conf + and lighttpd-lxrserver.conf) +2/ Install the new release. +3/ Reload lxr.conf and other saved customised files +4/ Restart your web server + User'Manual ----------- Updated to reflect new 1.1 features; separately downloadable on SourceFourge. @@ -11,7 +21,14 @@ Installation ------------ -No change, instructions for 1.0 still valid +Few user-visible changes, instructions for 1.0 still valid +Better web server configuration taking into account the way are described +in lxr.conf +Configuration can disable free-text search if no search engine is detected, +allowing to test LXR without the burden of installing a text search engine +Script configure-lxr.pl modified so that all (configuration) templates are +processed the same. Extended macro language (now called LCL) well defined +and made easily readable. Directory and file view, identifier cross-references ---------------------------------------------------- @@ -36,6 +53,17 @@ ---------------- Ant, asm, Fortran, Java, JavaScript, Make, Pascal, PHP, SQL enabled +Mercurial.pm: NEW NEW NEW +------------- +Experimental support for Mercurial VCS. +Repository restricted to directory in the local file system, no network +access allowed. +Note: this preliminary implementation runs horribly sloooooooow on directory +====| listing (rougly 0.5 seconds per line). The problem lies in function + | getdir(). Though it is similar to Subversion's, it does not run with + | the expected speed. + | Please send suggestions for improvement. + ====================== LXR 0.11 --> LXR 1.0 ====================== Index: CREDITS.txt =================================================================== RCS file: /cvsroot/lxr/lxr/doc/CREDITS.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- CREDITS.txt 22 Sep 2012 13:08:14 -0000 1.2 +++ CREDITS.txt 25 Jan 2013 14:43:43 -0000 1.3 @@ -31,9 +31,10 @@ Patrick Gerlier <pag...@ya...> en & fr User's manual Andre-Littoz <ajl...@us...> Website " Config scripts, genxref "POST" checks + " Interactive configurator " Revised INSTALL document " Directory re-org - " Git & Subversion backends + " Git, Mercurial & Subversion backends " SQLite backend & many DB patches Index: INSTALL =================================================================== RCS file: /cvsroot/lxr/lxr/doc/INSTALL,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- INSTALL 22 Sep 2012 13:08:14 -0000 1.1 +++ INSTALL 25 Jan 2013 14:43:43 -0000 1.2 @@ -531,7 +531,7 @@ of both first - your question may already have been answered. By web: http://lxr.sf.net/ -By web: http://sf.net/projects/lxr/forums/forum/861451 +By web: http://sf.net/p/lxr/discussion/?source=navbar By email: Send a mail to lxr...@li... |