[Lxr-commits] CVS: lxr/doc CHANGES,1.5,1.6 INSTALL,1.2,1.3
Brought to you by:
ajlittoz
From: Andre-Littoz <ajl...@us...> - 2013-04-21 07:45:28
|
Update of /cvsroot/lxr/lxr/doc In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15243/doc Modified Files: CHANGES INSTALL Log Message: doc/CHANGES & INSTALL: updates before 1.2.0 release Index: CHANGES =================================================================== RCS file: /cvsroot/lxr/lxr/doc/CHANGES,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- CHANGES 25 Jan 2013 14:43:43 -0000 1.5 +++ CHANGES 21 Apr 2013 07:45:25 -0000 1.6 @@ -1,8 +1,35 @@ -This file draws your attention on changes made for +This file draws your attention on changes made +which could impact your existing trees. - ====================== +If they result in an incompatibility, you must reindex your tree. + + ===================== + LXR 1.1 --> LXR 1.2 + ===================== + +Language parsers +---------------- +Include processing restructured to avoid infinite loop if source does +not match internal grammar; now shared between the languages +Syntax of Java import corrected +C/C++ parsing separated from generic parser +Awk parser enabled +New HTML parser to correct a serious flaw in hyperlink generation + => reindexing recommended + +Custom icons +------------ +New parameter 'parenticon' to define an icon for parent directories + => no impact + +User'Manual +----------- +Updated to reflect new 1.2 features; separately downloadable on SourceFourge. +Please, read it; a lot of time has been invested in its writing. + + ===================== LXR 1.0 --> LXR 1.1 - ====================== + ===================== Easy upgrade ------------ @@ -245,9 +272,9 @@ => no impact (unless you developed your own templates and lxr.css) - ======================== - LXR 0.9.9 --> LXR 0.10 - ======================== + ========================= + LXR 0.9.10 --> LXR 0.10 + ========================= This version contains new features. @@ -258,7 +285,7 @@ New and simpler way of entering the URL of your server with 'host_names' 'baseurl' and 'baseurl_aliases' kept for compatibility => no impact (unless you want to use this new feature) -Custom icons may ve used in directory listing => no impact (unless you want to use this new feature) +Custom icons may be used in directory listing => no impact (unless you want to use this new feature) lxr.css ------- @@ -285,6 +312,7 @@ => no impact on indexing Languages +--------- JavaScript and Ruby added => re-index your tree @@ -313,10 +341,6 @@ LXR 0.9.8 --> LXR 0.9.9 ========================= -which could impact your existing trees. - -If they result in an incompatibility, you must reindex your tree. - lxr.conf -------- File restructured for more logical reading => no impact Index: INSTALL =================================================================== RCS file: /cvsroot/lxr/lxr/doc/INSTALL,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- INSTALL 25 Jan 2013 14:43:43 -0000 1.2 +++ INSTALL 21 Apr 2013 07:45:25 -0000 1.3 @@ -10,6 +10,9 @@ First time installation for a single source-tree ------------------------------------------------- (revised September 2012 for 1.0 release) +(configuration wizard for release 1.2 modified March 2013 to cope with +a change in Apache configuration; otherwise unchanged) + These instructions are also available on the web site at http://lxr.sourceforge.net |