Changes since Apache JServ 1.1.1:
Apache JServ 1.1.2 - 17 June 2000
(Jon S. Stevens, Henner Zeller, Jean-Luc Rochat)
change the allowed host for the jserv status page (/jserv/) from 'localhost'
to '127.0.0.1'. localhost does not work, if HostnameLookups isn't enabled in
httpd.conf or on badly configured systems (Default Redhat installation without
hostname used to have localhost.localdomain in its /etc/hosts which doesn't
match 'localhost'). So using the IP address here will work better in many
cases ..(HZ)
fixed some issues with load balancing and uneven distribution of servers as a
result of those that are marked as down. thanks to Christos Zoulas (JSS).
Fixed Bug Id: mod_jserv/6108 JservSessionId is not found in Query -> Load
balancing fails when cookies are not used Thanks to Jerome Waibel. (JLR)
allow ApJServEnvVar to work in virtual hosts (useful with SSL). Thanks to
Antonio Merighi for the fix. (JLR)
Fixed Bug Id: mod_jserv/6087 encoding should be ISO-8859-1 instead of ISO8859_1
Thanks to tim.landscheidt@gmx.de. (JSS)
class reloader session serialization hack: fix bug where the hashtable might
not have been sent through serialization, but is expected. (JSS)
Fixed Bug Id: mod_jserv/6074 JServ RPM packaging not complete Thanks to
apeac@byu.edu. (HZ)
minor documentation fix in how.to.security.html. An example was false when
it should have been true. Thanks to George Armhold. (JSS)
Changes: This is still _not_ a release candidate for BIND 9.0.0;
More configuration options can be specified separately for each
view, including the "key" and "server" statements; Fixed:
Numerous bugs have been fixed and the code has been cleaned
up. Added: Stub zones have been implemented; Additional
configuration options have been implemented, such as
"max-cache-ttl" and "max-ncache-ttl".
now, without manual intervention, and it even runs!
Also, gmake -> ${GMAKE} for pkglint.
Still needs lots of work. I haven't even tried "make install" yet.
- files & symlinks first
- @exec/@unexec calls are added for info files
- @dirrm statements last
- empty directories are handled properly
- dirs from mtree files are excluded
Usage:
- make install
- make print-PLIST | brain >pkg/PLIST
Moved over from bsd.hf-pkg.mk, after it's lived there for quite
some time now.
--
Changes and new features introduced in Version 3.14 [released March 1999]
Bug fixes
"lout -PDF" now available as alternative to "lout -Z"
Cross referencing list items yields just the raw item number now
Changes and new features introduced in Version 3.15 [May 1999]
Bug fixes
@FootNoteFormat option for controlling format of footnotes
@TheoremFormat option for controlling format of theorems (etc.)
@ListOuterGap setup file option for space before and after lists
Standardized and improved "slides" package, incl. new setup file options
(NB please send me @Word&&lecture and @Word&&overhead in your language)
Faster database reading (uses more memory though); prevent with -M
@DoubleLine symbol in diagrams for drawing a double line
-l and -L flags for selecting collation order (see lout -u)
Changes and new features introduced in Version 3.16 [28 May 1999]
Bug fixes
Optimal paragraph breaking weights adjusted yet again (sigh)
Changes and new features introduced in Version 3.17 [13 September 1999]
Bug fixes
@AtEnd option for @Book and @Report (unnumbered back cover page)
@Abbreviations symbol in books (like @Introduction but for abbreviations)
@Euro symbol added for getting a European Currency symbol
Document OBJECT struct declaration in externs.h (for gurus only)
Changes and new features introduced in Version 3.18 [26 February 2000]
Bug fixes (more than usual, somehow)
New @CurrYUnit and @CurrZUnit symbols (expert users)
@Diag enhancement: node types, similar to row types in @Tbl
@Diag enhancement: new features for drawing syntax diagrams
Portuguese (thanks to Jose Roberto B. de A. Monteiro)
Slight change to @Tbl spec (affects aligned columns)
Replaced c2lout with prg2lout (computer program formatting)
@Outline symbol for printing words in outline rather than filled
A few extra @Eq symbols: filledcircle, small, trieq
Changes and new features introduced in Version 3.19 [9 March 2000]
Bug fixes
Four @HeaderComponent symbols for running headers (expert users)
Running headers in multi-page tables
Running headers in indexes
Two extra @Eq symbols: triangleup, triangledown
Changes and new features introduced in Version 3.20 [8 April 2000]
Bug fixes (including the internal error that was dumping core recently)
Multi-line style changes (@I, @Colour etc.) now work in lines @Break mode
@Perl symbol for Perl programming language formatting (includes Pod)
Changes and new features introduced in Version 3.21 [10 May 2000]
Bug fixes (including an old problem of bits lost from programs in tables)
Refinements to @Perl symbol for Perl programming language formatting
Program texts can now be formatted with line numbers added
-V now tells about PDF compression and whether debug output is available
"Page body margins" for indenting of page body wrt headers and footers
Margin notes code updated to work as desired with the new page body margins
@PageEnclose symbol generalizes @PageBox (enclose each page in anything)
Robustness wrt Linux strcoll() improved (tab characters no longer compared)
"Abstract" word in tech reports now centred again by default
Lout now builds composite characters - see Expert's Guide, under @Font
*** IMPORTANT: ONE CHANGE THAT IS NOT UPWARDLY COMPATIBLE ***
If you are using your own setup file, then it is likely to contain the
line "@SysInclude { fontdefs }". There is no longer a fontdefs file,
there is now a fontdefs database, so you need to replace this line with
"@SysDatabase @FontDef { fontdefs }".