2011-11-15 17:48  Wytze van der Raay <wytze@logreport.org>

	* all/lib/Lire/DlfStore.pm: Fix for "lr_log2report: ERROR store
	  doesn't contain a 'lire_import_log' stream at
	  /usr/share/perl5/Lire/DlfConverterProcess.pm line 170" problem.
	  The cause is: the Perl DBI table_info() call does not work
	  reliably for all Lire users, especially with newer releases of
	  DBD-SQLite, so we use an alternative method.	Patch contributed
	  by Jean-Benoit Marzio <jbmarzio at netstaff.fr>.  Additional
	  background information: This particular error message has been
	  reported before, see for example:
	  http://lists.logreport.org/pipermail/questions/2010/000843.html
	  http://lists.logreport.org/pipermail/questions/2010/000847.html
	  http://lists.logreport.org/pipermail/questions/2010/000848.html
	  http://lists.logreport.org/pipermail/questions/2010/000856.html
	  http://lists.logreport.org/pipermail/questions/2010/000857.html
	  http://lists.logreport.org/pipermail/questions/2010/000858.html
	  http://lists.logreport.org/pipermail/questions/2010/000862.html
	  There is actually a Debian bug posted for this problem:
	  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569248 which
	  also contains a possible work-around:
	  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569248#15

2011-11-15 17:33  Wytze van der Raay <wytze@logreport.org>

	* all/lib/Lire/Config/Build.pm.in: Add require for Exporter module,
	  for compatibility with Perl 5.10 and later.  See also
	  http://lists.logreport.org/pipermail/questions/2010/000844.html
	  and
	  http://lists.logreport.org/pipermail/questions/2010/000849.html
	  for background.

2010-12-05 21:36  Wytze van der Raay <wytze@logreport.org>

	* database/script/mysql2dlf.in: Patch by Joost van Baal to make
	  this conversion script more robust, and handle more versions of
	  mysql, see the following list message for details:
	  http://lists.logreport.org/pipermail/questions/2010/000872.html

2009-06-10 09:50  Joost van Baal <joostvb@logreport.org>

	* www/script/dlf2combined.in: do not skip authuser or bytes

2009-03-15 09:10  Joost van Baal <joostvb@logreport.org>

	* firewall/lib/IpfilterDlfConverter.pm, firewall/script/pix2dlf.in,
	  www/script/w3c_extended2dlf.in: make sure groff does not choke on
	  too long lines in manpages

2009-03-14 05:12  Joost van Baal <joostvb@logreport.org>

	* ChangeLog, NEWS, VERSION: prepare 2.1

2009-01-26 11:11  Joost van Baal <joostvb@logreport.org>

	* Makefile.am, NEWS: actually ship README.merging-log-files in
	  tarball

2009-01-26 10:11  Joost van Baal <joostvb@logreport.org>

	* NEWS, VERSION: 2.0.99.1 release

2009-01-26 10:06  Joost van Baal <joostvb@logreport.org>

	* NEWS, README.merging-log-files, VERSION,
	  www/script/merge2combined: add example usage documentation for
	  merging www log files

2009-01-26 09:28  Joost van Baal <joostvb@logreport.org>

	* NEWS: record some more changes in previous 2.0.3.99.1 NEWS entry

2009-01-18 11:58  Wytze van der Raay <wytze@logreport.org>

	* email/script/exim2dlf.in: Apply patch from Adrian Phillips
	  <a.phillips@met.no>: Version 4.67 of exim introduced pid to
	  log_selector which causes the pid of the process to be written
	  to the log, e.g:
	    2008-10-02 04:25:09 [21883] SMTP connection from [192.168.1.1]
	     (TCP/IP connection count = 7)
	  Here is a patch which handles this.  See also
	  http://lists.logreport.org/pipermail/development/2008/000934.html.
	  Note that compatibility with pre-4.67 exim logfiles is preserved
	  by this patch.

2009-01-17 13:00  Joost van Baal <joostvb@logreport.org>

	* NEWS, VERSION: 2.0.3.99.1 release

2009-01-17 12:59  Joost van Baal <joostvb@logreport.org>

	* all/po/: fr.po, nl.po: regenerate .po files, convert fr to UTF-8

2009-01-17 12:54  Joost van Baal <joostvb@logreport.org>

	* configure.in, www/script/Makefile.am, www/script/dlf2combined.in:
	  make sure "make distcheck" works

2009-01-17 12:38  Joost van Baal <joostvb@logreport.org>

	* all/po/Makefile.am: make sure "make dist" works with gettext
	  0.17-4 Debian package: this one apparently is more strickt on
	  input file encoding

2009-01-17 10:40  Joost van Baal <joostvb@logreport.org>

	* ChangeLog, all/script/lr_call2CLFtime.in, www/script/Makefile.am,
	  www/script/merge2combined: make sure new merging www scripts get
	  installed

2009-01-13 12:26  Wytze van der Raay <wytze@logreport.org>

	* firewall/lib/FortigateDlfConverter.pm: Patch contributed by Joost
	  Bekkers <joost@jodocus.org> on December 30, 2008: Currently,
	  the fortigate dlf converter assumes all log rules are of type
	  traffic. This results in perl screaming about undefined variables
	  when something else (ie an "event") is in the log. The patch
	  fixes this.  [Also see
	  http://lists.logreport.org/pipermail/development/2008/000939.html
	  ].

2008-11-30 15:27  Joost van Baal <joostvb@logreport.org>

	* www/script/dlf2combined.in: bugfix: add trailing newline in
	  output

2008-11-30 13:04  Joost van Baal <joostvb@logreport.org>

	* www/script/: dlf2combined, dlf2combined.in, dlf2combined.sh:
	  reimplement dlf2combined in perl: optimize for speed.  no longer
	  uses external script lr_call2CLFtime

2008-11-24 18:13  Joost van Baal <joostvb@logreport.org>

	* www/script/merge2combined: script for merging web server logs

2008-11-19 14:32  Joost van Baal <joostvb@logreport.org>

	* all/script/lr_call2CLFtime.in, doc/BUGS, www/script/dlf2combined:
	  added two scripts for using just the dlf-stuff from the Lire
	  framework

2008-11-19 13:28  Joost van Baal <joostvb@logreport.org>

	* www/script/w3c_extended2dlf.in: make more clear IIS uses this

2008-11-19 13:26  Joost van Baal <joostvb@logreport.org>

	* www/script/w3c_extended2dlf.in: add link to MS documenation on
	  log file format

2008-11-19 13:16  Joost van Baal <joostvb@logreport.org>

	* proxy/script/ms_isa2dlf.in: update external link to documentation

2008-11-19 12:52  Joost van Baal <joostvb@logreport.org>

	* ChangeLog: update

2008-11-19 12:49  Joost van Baal <joostvb@logreport.org>

	* doc/BUGS: remove obsolete bug

2008-07-17 15:57  Wytze van der Raay <wytze@logreport.org>

	* bootstrap: Document a "minimal" alternative for the "make" before
	  "make distcheck" workaround.

2008-07-17 15:47  Wytze van der Raay <wytze@logreport.org>

	* INSTALL, NEWS, configure.in, all/lib/Lire/DlfStore.pm,
	  all/lib/tests/DlfStoreTest.pm, all/lib/tests/data/test_store.tar,
	  doc/user-manual.dbx: Update Lire's internal SQLite support from
	  SQLite 2 to SQLite 3.  SQLite 2 has become obsolete and is no
	  longer supported by its developer.  This update mainly consists
	  of changing all references to SQLite2 into references to SQLite
	  (the default version i.e. 3), accompagnied by some small changes
	  in the documentation. In addition the tar ball containing the
	  LireStore test data has been updated to contain an SQLite 3
	  formatted store instead of an SQLite 2 one.

2008-07-10 17:19  Wytze van der Raay <wytze@logreport.org>

	* all/po/Makefile.am: Remove incorrect use of $(builddir) prefix in
	  front of $(XML_POT_SRC).  This corrects a failure when building
	  new lire release.

2008-07-10 17:15  Wytze van der Raay <wytze@logreport.org>

	* all/lib/config-spec/lire.xml.in: Correct value of valid-re for
	  report_job name field in  Lire::ReportJob object.  The regular
	  expression should *not* be surrounded by slashes //, since the
	  code in Lire::Config::StringSpec already provides them, in the
	  is_valid() subroutine.  This fixes a problem with creating new
	  report jobs through the lire(1) interface.

2008-06-12 17:04  Wytze van der Raay <wytze@logreport.org>

	* proxy/lib/SquidAccessDlfConverter.pm: Update the SquidAccess DLF
	  converter to conform with the Lire convention for raw time
	  stamps, i.e. drop the milliseconds part and retain only the Unix
	  'seconds since Jan 1 1970' part in the DLF. This fixes a bug
	  reported by Ben Willcox on June 9, 2008 on the LogReport
	  Questions mailing list (see
	  http://lists.logreport.org/pipermail/questions/2008/000811.html
	  and followups).

2008-03-25 12:00  Wytze van der Raay <wytze@logreport.org>

	* spamfilter/script/spamassassin2dlf.in: Generalize patterns for
	  recognizing spamassassin logs, in order to match multiple
	  variations of spamd logging (spamassassin 2.X and 3.X).

2008-03-13 13:04  Joost van Baal <joostvb@logreport.org>

	* NEWS, VERSION: 2.0.3 release

2008-03-09 21:22  Joost van Baal <joostvb@logreport.org>

	* doc/BUGS: found out about manpage numbering issue. Thanks Peter
	  Bex for reporting this bug.

2008-03-09 20:48  Joost van Baal <joostvb@logreport.org>

	* doc/: lire.ent, user-manual.dbx: Lire is reported to run OK on
	  NetBSD.  Thanks to Peter Bex

2008-03-09 20:27  Joost van Baal <joostvb@logreport.org>

	* all/lib/Lire/: Average.pm, Count.pm, FilterExpr.pm, First.pm,
	  I18N.pm, Last.pm, Max.pm, Min.pm, Sum.pm, Config/Scalar.pm,
	  Config/Value.pm: fix syntax in manpages: make NAME section
	  parsable by mandb

2008-03-08 10:58  Joost van Baal <joostvb@logreport.org>

	* doc/BUGS: added some more tasks to be fixed before upcoming
	  release

2008-03-05 07:46  Joost van Baal <joostvb@logreport.org>

	* AUTHORS: more exact representation of license conditions

2008-03-03 08:16  Joost van Baal <joostvb@logreport.org>

	* NEWS: start work on new release

2008-03-03 07:56  Joost van Baal <joostvb@logreport.org>

	* NEWS, VERSION: 2.0.2.99.2 release

2008-03-03 07:54  Joost van Baal <joostvb@logreport.org>

	* bootstrap: document new insights in workarounds for build
	  troubles

2008-03-03 07:34  Joost van Baal <joostvb@logreport.org>

	* NEWS, doc/BUGS: begin preparing next release, new plans

2008-03-03 07:30  Joost van Baal <joostvb@logreport.org>

	* doc/dev-manual.dbx: document lag at sf cvs log availability

2008-03-03 07:28  Joost van Baal <joostvb@logreport.org>

	* doc/dev-manual.dbx: more realistic example of cvs tagging a
	  release

2008-03-03 07:27  Joost van Baal <joostvb@logreport.org>

	* bootstrap: document build troubles

2008-03-03 06:34  Joost van Baal <joostvb@logreport.org>

	* NEWS, VERSION: 2.0.2.99.1 release

2008-03-03 06:33  Joost van Baal <joostvb@logreport.org>

	* all/po/: fr.po, nl.po: updated by "make dist"

2008-03-03 06:30  Joost van Baal <joostvb@logreport.org>

	* Makefile.am: "make distcheck" now works again

2008-03-03 05:59  Joost van Baal <joostvb@logreport.org>

	* bootstrap: update comments about versions of autotools needed

2008-02-27 15:41  Joost van Baal <joostvb@logreport.org>

	* doc/BUGS: patches have been dealt with (2 were listed as patches
	  but did actually not contain a suitable patch)

2008-02-27 15:26  Joost van Baal <joostvb@logreport.org>

	* all/lib/Lire/UI/StringWidget.pm, all/lib/config-spec/lire.xml.in,
	  doc/user-manual.dbx: Contribution by Konstantinos Koukopoulos, as
	  per

	   To: LogReport Development List
	   Subject: Re: patch for Report Job name in lire(1)
	   Date: Tue, 20 Sep 2005 15:19:49 +0300
	   Message-Id: <200509201519.50107.Software.Lire@noc.edunet.gr>

	  stating

	   It has been noted that lire(1) allows you to incorrectly use
	   spaces and other characters to name a Report Job. Also, although
	   the sidebar in lire(1) notes that you must only use alphanumerics,
	   hyphens and underscores, this is not mentioned in the user manual.
	   I've attached a patch against cvs which:

	   a) adds a <warning> to doc/user_manual.dbx
	   b) adds two lines to all/lib/Lire/UI/StringWidget.pm so that the
	      TextEntry dialog uses the 'valid-re' attribute of
	      <lrcsml:string>
	   c) added a regexp to all/lib/config-spec/lire.xml.in to be used
	      for the Report Job name field.

2008-02-11 06:38  Joost van Baal <joostvb@logreport.org>

	* www/lib/: Lire/WWW/UserAgent/Browser.pm,
	  tests/UserAgentCategoriserTest.pm: fix typo: s/Internet
	  Exporer/Internet Explorer/

2008-02-11 00:17  Joost van Baal <joostvb@logreport.org>

	* doc/BUGS: oops, we have missed some other patches to.  added as
	  todo-item, to be dealt with _before_ upcoming release

2008-02-09 02:27  Joost van Baal <joostvb@logreport.org>

	* NEWS: record some older news, for upcoming release

2008-02-09 02:24  Joost van Baal <joostvb@logreport.org>

	* configure.in: add comment on gettext stuff

2008-02-09 02:06  Joost van Baal <joostvb@logreport.org>

	* firewall/lib/FortigateDlfConverter.pm: add some notes explaining
	  what fortigate is

2008-02-09 01:58  Joost van Baal <joostvb@logreport.org>

	* firewall/lib/: Makefile.am, fortigate_init: deal with installing
	  FortigateDlfConverter.pm

2008-02-09 01:55  Joost van Baal <joostvb@logreport.org>

	* firewall/lib/FortigateDlfConverter.pm: Contribution by Jean
	  Benoit Marzio, as per

	   To: development@list.l.o
	   Date: Thu, 10 Jan 2008 16:13:58 +0100
	   Message-Id: <200801101613.58897.jbmarzio@netstaff.fr>
	   Subject: [LogReport Development] Fortinet Firewall log converter

	  stating

	   I've needed a Dlf converter for Fortinet firewall. I wroten a
	   piece of code from other converter. As this code helps me, it
	   may help some of you.

2007-06-04 11:38  Wytze van der Raay <wytze@logreport.org>

	* NEWS, README.lire-client, doc/dev-manual.dbx,
	  doc/user-manual.dbx: Update addresses of LogReport mailing lists:
	  ...@logreport.org => ...@lists.logreport.org

2006-10-04 12:19  Joost van Baal <joostvb@logreport.org>

	* all/script/lr_log2report.in: Wytze once gave a better workaround,
	  posted on our lists

2006-10-04 12:04  Joost van Baal <joostvb@logreport.org>

	* all/script/lr_log2report.in, doc/BUGS: finally documented bug and
	  workaround in lr_log2report html output commandline.  Thanks Eva
	  Gomez Hidalgo

2006-08-03 10:48  Joost van Baal <joostvb@logreport.org>

	* doc/BUGS: report GNU Make dependency issue as a bug

2006-07-30 12:50  Joost van Baal <joostvb@logreport.org>

	* all/lib/Lire/Rangegroup.pm: Patch contributed by Stefan
	  Schuermans in a message to Joost van Baal, Fri, 28 Jul 2006
	  10:05:31 +0200:

	  I've found another problem with merging two XML reports created
	  from two consecutive postfix logs:

	  lr_xml2report: WARNING invalid number of names for a rangegroup
	  subreport: 0 lr_xml2report: WARNING Merge of
	  'deliveries-by-delay.0' failed at
	  /usr/share/perl5/Lire/ReportConfig.pm line 794.

	  During generation of the deliveries-by-delay table, an empty
	  entry slips into the subreport causing the merger to fail. This
	  is caused in Rangegroup.pm::create_entry( ) because the entry is
	  created first and then the method may abort, thus leaving an
	  empty entry in the group.

2006-07-29 20:13  Joost van Baal <joostvb@logreport.org>

	* THANKS: more contributors

2006-07-29 20:01  Joost van Baal <joostvb@logreport.org>

	* all/lib/Lire/ChartType.pm: fix minor bug in previous patch: POD

2006-07-29 20:00  Joost van Baal <joostvb@logreport.org>

	* all/lib/Lire/ChartType.pm: Patch contributed by Stefan Schuermans
	  in a message to Francis J. Lacoste, Thursday 27 July 2006:

	  If ploticus is feeded with a single row containing a large
	  Y-value (e.g.  "foobar 1100000000") after having done "#set
	  yrange 0" the value is interpreted as negative value. I've fixed
	  this in Lire by adding some code to get the maximum value and do
	  "#set yrange 0 <maximum>". Then ploticus works.

2006-07-29 19:57  Joost van Baal <joostvb@logreport.org>

	* all/lib/Lire/ReportParser/LaTeXWriter.pm: Patch contributed by
	  Stefan Schuermans in a message to Francis J. Lacoste, Thursday 27
	  July 2006:

	  Outputting pdf-reports into a subdirectory of the current
	  directory (e.g. lr_xml2report --output_format pdf foo.xml
	  bar/foo.pdf) failed due to some mix-up of the directories in
	  LaTeXWriter.

2006-07-29 19:55  Joost van Baal <joostvb@logreport.org>

	* all/lib/Lire/Rangegroup.pm: Patch contributed by Stefan
	  Schuermans in a message to Francis J. Lacoste, Thursday 27 July
	  2006:

	  When merging multiple XML reports (for proxy_default template),
	  the file size ranges (in 4.d Cache Reports, Requests by Requst's
	  Size) expected are different form the ranges in the input files
	  (created with the same template).

2006-07-26 18:04  Joost van Baal <joostvb@logreport.org>

	* NEWS, VERSION: 2.0.2 release

2006-07-24 07:01  Joost van Baal <joostvb@logreport.org>

	* ChangeLog, doc/ChangeLog.2004.gz, doc/ChangeLog.2005.gz,
	  doc/Makefile.am: split off 2004 and 2005 ChangeLogs

2006-07-23 15:16  Joost van Baal <joostvb@logreport.org>

	* ChangeLog, configure.in, all/benchmarks/bench_perl_vs_sqlite.pl,
	  all/etc/address.cf, all/etc/defaults.in, all/etc/profile_lean.in,
	  all/lib/Firewall/Firewall.pm, all/lib/Lire/Aggregate.pm,
	  all/lib/Lire/Aggregator.pm, all/lib/Lire/Average.pm,
	  all/lib/Lire/ChartType.pm, all/lib/Lire/Config.pm,
	  all/lib/Lire/Count.pm, all/lib/Lire/DataTypes.pm,
	  all/lib/Lire/DerivedSchema.pm, all/lib/Lire/DlfAnalyser.pm,
	  all/lib/Lire/DlfAnalyserProcess.pm,
	  all/lib/Lire/DlfCategoriser.pm, all/lib/Lire/DlfConverter.pm,
	  all/lib/Lire/DlfConverterProcess.pm, all/lib/Lire/DlfQuery.pm,
	  all/lib/Lire/DlfResult.pm, all/lib/Lire/DlfSchema.pm,
	  all/lib/Lire/DlfStore.pm, all/lib/Lire/DocBookParser.pm,
	  all/lib/Lire/Error.pm, all/lib/Lire/ExtendedSchema.pm,
	  all/lib/Lire/Field.pm, all/lib/Lire/FilterExpr.pm,
	  all/lib/Lire/FilterSpec.pm, all/lib/Lire/First.pm,
	  all/lib/Lire/Group.pm, all/lib/Lire/GroupField.pm,
	  all/lib/Lire/I18N.pm, all/lib/Lire/ImportJob.pm,
	  all/lib/Lire/Last.pm, all/lib/Lire/Logger.pm,
	  all/lib/Lire/LrCommand.pm, all/lib/Lire/Max.pm,
	  all/lib/Lire/Min.pm, all/lib/Lire/OldDlfAdapter.pm,
	  all/lib/Lire/OutputFormat.pm, all/lib/Lire/OutputJob.pm,
	  all/lib/Lire/Param.pm, all/lib/Lire/Plugin.pm,
	  all/lib/Lire/PluginManager.pm, all/lib/Lire/Program.pm,
	  all/lib/Lire/Rangegroup.pm, all/lib/Lire/Records.pm,
	  all/lib/Lire/Report.pm, all/lib/Lire/ReportConfig.pm,
	  all/lib/Lire/ReportJob.pm, all/lib/Lire/ReportOperator.pm,
	  all/lib/Lire/ReportParser.pm, all/lib/Lire/ReportSchedule.pm,
	  all/lib/Lire/ReportSection.pm, all/lib/Lire/ReportSpec.pm,
	  all/lib/Lire/Sum.pm, all/lib/Lire/Syslog.pm,
	  all/lib/Lire/Time.pm, all/lib/Lire/Timegroup.pm,
	  all/lib/Lire/Timeslot.pm, all/lib/Lire/UI.pm,
	  all/lib/Lire/Utils.pm, all/lib/Lire/W3CExtendedLog.pm,
	  all/lib/Lire/WELF.pm, all/lib/Lire/WeekCalculator.pm,
	  all/lib/Lire/XMLParser.pm, all/lib/Lire/XMLSpecContainer.pm,
	  all/lib/Lire/XMLSpecI18N.pm, all/lib/Lire/XMLSpecParser.pm,
	  all/lib/Lire/ChartTypes/Dist.pm,
	  all/lib/Lire/ChartTypes/Lines.pm, all/lib/Lire/ChartTypes/Pie.pm,
	  all/lib/Lire/ChartTypes/Scat.pm,
	  all/lib/Lire/ChartTypes/Stack.pm,
	  all/lib/Lire/ChartTypes/VBars.pm,
	  all/lib/Lire/Config/BasePluginSpec.pm,
	  all/lib/Lire/Config/BooleanSpec.pm,
	  all/lib/Lire/Config/Build.pm.in,
	  all/lib/Lire/Config/ChartSpec.pm,
	  all/lib/Lire/Config/ChartTypeSpec.pm,
	  all/lib/Lire/Config/CommandSpec.pm,
	  all/lib/Lire/Config/CompoundSpec.pm,
	  all/lib/Lire/Config/ConfigFile.pm,
	  all/lib/Lire/Config/Dictionary.pm,
	  all/lib/Lire/Config/DirectorySpec.pm,
	  all/lib/Lire/Config/DlfAnalyserSpec.pm,
	  all/lib/Lire/Config/DlfConverterSpec.pm,
	  all/lib/Lire/Config/DlfSchemaSpec.pm,
	  all/lib/Lire/Config/DlfStreamSpec.pm,
	  all/lib/Lire/Config/DlfStreamsSpec.pm,
	  all/lib/Lire/Config/ExecutableSpec.pm,
	  all/lib/Lire/Config/FileSpec.pm, all/lib/Lire/Config/Index.pm,
	  all/lib/Lire/Config/IntegerSpec.pm, all/lib/Lire/Config/List.pm,
	  all/lib/Lire/Config/ListSpec.pm, all/lib/Lire/Config/Object.pm,
	  all/lib/Lire/Config/ObjectSpec.pm,
	  all/lib/Lire/Config/OptionSpec.pm,
	  all/lib/Lire/Config/OutputFormatSpec.pm,
	  all/lib/Lire/Config/Parser.pm, all/lib/Lire/Config/PluginSpec.pm,
	  all/lib/Lire/Config/Reference.pm,
	  all/lib/Lire/Config/ReferenceSpec.pm,
	  all/lib/Lire/Config/ReportConfigIndex.pm,
	  all/lib/Lire/Config/ReportSectionSpec.pm,
	  all/lib/Lire/Config/ReportSpec.pm, all/lib/Lire/Config/Scalar.pm,
	  all/lib/Lire/Config/ScalarSpec.pm,
	  all/lib/Lire/Config/SelectSpec.pm,
	  all/lib/Lire/Config/SpecParser.pm,
	  all/lib/Lire/Config/StringSpec.pm,
	  all/lib/Lire/Config/TypeSpec.pm, all/lib/Lire/Config/Value.pm,
	  all/lib/Lire/Config/VariableIndex.pm,
	  all/lib/Lire/Config/XMLSpecListSpec.pm,
	  all/lib/Lire/OutputFormats/DVI.pm,
	  all/lib/Lire/OutputFormats/Excel95.pm,
	  all/lib/Lire/OutputFormats/HTML.pm,
	  all/lib/Lire/OutputFormats/LaTeX.pm,
	  all/lib/Lire/OutputFormats/PDF.pm,
	  all/lib/Lire/OutputFormats/PS.pm,
	  all/lib/Lire/OutputFormats/Text.pm,
	  all/lib/Lire/OutputFormats/XML.pm,
	  all/lib/Lire/Report/ChartConfig.pm,
	  all/lib/Lire/Report/ColumnInfo.pm, all/lib/Lire/Report/Entry.pm,
	  all/lib/Lire/Report/Group.pm, all/lib/Lire/Report/GroupInfo.pm,
	  all/lib/Lire/Report/Section.pm, all/lib/Lire/Report/Subreport.pm,
	  all/lib/Lire/Report/TableInfo.pm,
	  all/lib/Lire/ReportParser/AsciiDocBookFormatter.pm,
	  all/lib/Lire/ReportParser/AsciiWriter.pm,
	  all/lib/Lire/ReportParser/ExcelWriter.pm,
	  all/lib/Lire/ReportParser/HTMLDocBookFormatter.pm,
	  all/lib/Lire/ReportParser/HTMLWriter.pm,
	  all/lib/Lire/ReportParser/LaTeXDocBookFormatter.pm,
	  all/lib/Lire/ReportParser/LaTeXWriter.pm,
	  all/lib/Lire/ReportParser/ReportBuilder.pm,
	  all/lib/Lire/ReportParser/RowColHandler.pm,
	  all/lib/Lire/SQLExt/LrCountUniq.pm,
	  all/lib/Lire/SQLExt/LrFirst.pm, all/lib/Lire/SQLExt/LrLast.pm,
	  all/lib/Lire/SQLExt/LrMatch.pm,
	  all/lib/Lire/SQLExt/LrMissingCases.pm,
	  all/lib/Lire/SQLExt/LrRangegroup.pm,
	  all/lib/Lire/SQLExt/LrTimegroup.pm,
	  all/lib/Lire/SQLExt/LrTimeslot.pm,
	  all/lib/Lire/SQLExt/Registry.pm,
	  all/lib/Lire/Test/CommandResult.pm,
	  all/lib/Lire/Test/CursesUIDriver.pm,
	  all/lib/Lire/Test/DlfAnalyserTestCase.pm,
	  all/lib/Lire/Test/DlfConverterTestCase.pm,
	  all/lib/Lire/Test/FunctionalTestCase.pm,
	  all/lib/Lire/Test/HashConfig.pm, all/lib/Lire/Test/Mock.pm,
	  all/lib/Lire/Test/PluginTestCase.pm,
	  all/lib/Lire/Test/TestCase.pm, all/lib/Lire/UI/Prefs.pm,
	  all/lib/Lire/UI/Utils.pm, all/lib/Lire/UI/Widget.pm,
	  all/lib/tests/DlfConverterProcessFixture.pm,
	  all/lib/xml/dtd/ldsml.xml, all/lib/xml/dtd/lire-desc-1.0.mod,
	  all/lib/xml/dtd/lire-desc.xml, all/lib/xml/dtd/lire-types.xml,
	  all/lib/xml/dtd/lrcml.xml, all/lib/xml/dtd/lrcsml.xml,
	  all/lib/xml/dtd/lrml-1.0.dtd, all/lib/xml/dtd/lrml.xml,
	  all/lib/xml/dtd/lrsml-1.0.dtd, all/lib/xml/dtd/lrsml.xml,
	  all/man/lire.pod, all/script/lire.in, all/script/lr_anondump.in,
	  all/script/lr_anonymize.in, all/script/lr_check_service.in,
	  all/script/lr_check_superservice.in, all/script/lr_cron.in,
	  all/script/lr_deanonymize.in, all/script/lr_desyslog.in,
	  all/script/lr_env.in, all/script/lr_environment.in,
	  all/script/lr_functions.in, all/script/lr_getbody.in,
	  all/script/lr_gsconvert.in, all/script/lr_log2mail.in,
	  all/script/lr_log2report.in, all/script/lr_mail.in,
	  all/script/lr_processmail.in, all/script/lr_rawmail2mail.in,
	  all/script/lr_report_cfg2xml.in, all/script/lr_run.in,
	  all/script/lr_setup_responder.in, all/script/lr_spec2pot.in,
	  all/script/lr_spool.in, all/script/lr_spoold.in,
	  all/script/lr_vendor_cron.in, all/script/lr_xml2mail.in,
	  all/script/lr_xml2report.in, all/script/subst-configvars.in,
	  database/lib/Lire/DlfAnalysers/SQLQueryType.pm,
	  database/script/mysql2dlf.in, database/script/pgsql2dlf.in,
	  dialup/script/isdnlog2dlf.in, dns/script/bind8_query2dlf.in,
	  dns/script/bind9_query2dlf.in, dns/script/tinydns2dlf.in,
	  doc/ChangeLog.2000.gz, doc/ChangeLog.2001.gz,
	  doc/ChangeLog.2002.gz, doc/ChangeLog.2003.gz,
	  email/lib/Lire/Email.pm,
	  email/lib/Lire/DlfAnalysers/EmailConcatenater.pm,
	  email/script/argomail2dlf.in, email/script/exim2dlf.in,
	  email/script/nms2dlf.in, email/script/postfix2dlf.in,
	  email/script/postfix2dlf_main.in,
	  email/script/postfix2dlf_pre.in, email/script/qmail2dlf.in,
	  email/script/s1ms2dlf.in, email/script/sendmail2dlf.in,
	  email/script/test, firewall/etc/report_bytesperfrom.conf,
	  firewall/etc/report_bytesperto.conf,
	  firewall/filters/exclude-from-ip.xml,
	  firewall/filters/exclude-to-ip.xml,
	  firewall/filters/select-from-ip.xml,
	  firewall/filters/select-to-ip.xml,
	  firewall/filters/select-to-port.xml,
	  firewall/lib/IpchainsDlfConverter.pm,
	  firewall/lib/IpfilterDlfConverter.pm,
	  firewall/lib/IptablesDlfConverter.pm,
	  firewall/lib/SnortDlfConverter.pm,
	  firewall/lib/WatchguardDlfConverter.pm,
	  firewall/reports/top-pkt-by-dst-by-port.xml,
	  firewall/script/cisco_ios2dlf.in, firewall/script/fw1_lea2dlf.in,
	  firewall/script/pix2dlf.in, firewall/script/snort2dlf.in,
	  firewall/script/welf2dlf.in, ftp/lib/IisFtpDlfConverter.pm,
	  ftp/reports/bytes-by-dir-by-user-by-period.xml,
	  ftp/script/xferlog2dlf.in, include/lr_superservice.mk,
	  include/lr_superservice_po.mk, include/rules.mk,
	  msgstore/msgstore.xml, msgstore/script/nmsmmp2dlf.in,
	  msgstore/script/nmsstore2dlf.in,
	  print/lib/Lire/DlfAnalysers/SheetsCategoriser.pm,
	  print/lib/Lire/DlfConverters/CUPS.pm,
	  print/lib/Lire/DlfConverters/Lprng.pm,
	  proxy/lib/SquidAccessDlfConverter.pm, proxy/script/ms_isa2dlf.in,
	  proxy/script/welf_proxy2dlf.in, syslog/script/syslog2dlf.in,
	  www/lib/Lire/Apache.pm,
	  www/lib/Lire/DlfAnalysers/AttackCategoriser.pm,
	  www/lib/Lire/DlfAnalysers/DomainCategoriser.pm,
	  www/lib/Lire/DlfAnalysers/ReferrerCategoriser.pm,
	  www/lib/Lire/DlfAnalysers/RobotCategoriser.pm,
	  www/lib/Lire/DlfAnalysers/URLCategoriser.pm,
	  www/lib/Lire/DlfAnalysers/UserAgentCategoriser.pm,
	  www/lib/Lire/DlfAnalysers/UserSessionAnalyser.pm,
	  www/lib/Lire/WWW/Domain.pm, www/lib/Lire/WWW/Filename.pm,
	  www/lib/Lire/WWW/UserAgent.pm,
	  www/lib/Lire/WWW/Domain/Country.pm,
	  www/lib/Lire/WWW/Domain/Robot.pm,
	  www/lib/Lire/WWW/Filename/Attack.pm,
	  www/lib/Lire/WWW/UserAgent/Browser.pm,
	  www/lib/Lire/WWW/UserAgent/Language.pm,
	  www/lib/Lire/WWW/UserAgent/OS.pm,
	  www/lib/Lire/WWW/UserAgent/Robot.pm, www/script/combined2dlf.in,
	  www/script/common2dlf.in, www/script/modgzip2dlf.in,
	  www/script/referer2dlf.in, www/script/w3c_extended2dlf.in: get
	  rid of obsolete FSF snailmail address

2006-07-23 15:15  Joost van Baal <joostvb@logreport.org>

	* AUTHORS, COPYING: update obsolete FSF snailmail address

2006-07-22 16:40  Joost van Baal <joostvb@logreport.org>

	* ChangeLog, NEWS, VERSION: 2.0.1.99.3 prerelease

2006-07-22 13:57  Joost van Baal <joostvb@logreport.org>

	* print/lib/Lire/DlfConverters/CUPS.pm: allow for extra " - " to
	  occur in page_log. Thanks Marco Gaiarin for the bugreport.
	  (Debian Bug #313545)

2006-07-22 13:06  Joost van Baal <joostvb@logreport.org>

	* all/script/lr_vendor_cron.in: document usage of daemon in .cfg
	  file

2006-07-20 14:30  Joost van Baal <joostvb@logreport.org>

	* all/man/lire.pod: update to current situation (actually to
	  situation since 2.0rc1 - August 30 2004): the Lire
	  platform-specific faq is gone; We ship lr_cron; Lots of lr_*
	  scripts are now maintained as Perl modules; Lots of Dlf
	  convertors are now shipped as Perl modules.

2006-07-20 14:11  Joost van Baal <joostvb@logreport.org>

	* NEWS, VERSION, doc/dev-manual.dbx: 2.0.1.99.2 prerelease

2006-07-16 16:46  Joost van Baal <joostvb@logreport.org>

	* all/lib/Lire/Utils.pm: fixed typo in manpage

2006-07-16 16:45  Joost van Baal <joostvb@logreport.org>

	* doc/dev-manual.dbx: added some extra notes and hints on how to
	  test and debug Lire code

2006-07-16 16:23  Joost van Baal <joostvb@logreport.org>

	* doc/BUGS: update (very) longstanding bug with new insights
	  related to Debian Bug #291063

2006-07-16 16:13  Joost van Baal <joostvb@logreport.org>

	* www/lib/Lire/DlfAnalysers/ReferrerCategoriser.pm: added some
	  comments

2006-07-16 15:29  Joost van Baal <joostvb@logreport.org>

	* www/lib/Lire/DlfAnalysers/ReferrerCategoriser.pm:
	  No longer crash on %-escaped stuff in &q=...& field in search url
	  which is outside UTF-8 range.  We now check if the search engine
	  gives us the name of a non-utf8 encoding.  If so, we don't even
	  try to decode the search string.  For now, we only deal with
	  google: we don't know how other searchengines pass
	  encoding-information to us.  This is a partial fix for
	  http://bugs.debian.org/291063 .

2006-07-16 14:02  Joost van Baal <joostvb@logreport.org>

	* www/lib/Lire/DlfAnalysers/ReferrerCategoriser.pm: cosmetics

2006-07-16 12:44  Joost van Baal <joostvb@logreport.org>

	* all/lib/Lire/: Report.pm, ReportConfig.pm, Utils.pm: some minor
	  improvements in manpages

2006-07-16 12:05  Joost van Baal <joostvb@logreport.org>

	* all/lib/Lire/ReportConfig.pm: fix some typos in manpage

2006-07-16 11:57  Joost van Baal <joostvb@logreport.org>

	* all/lib/Lire/Makefile.am: make sure manpages
	  Lire::DerivedSchema(3pm), Lire::ExtendedSchema(3pm),
	  Lire::FilterExpr(3pm), Lire::FilterSpec(3pm), Lire::Param(3pm),
	  Lire::ReportConfig(3pm), Lire::ReportSection(3pm),
	  Lire::ReportSpec(3pm) and Lire::XMLSpecContainer(3pm) are
	  typesetted and installed too

2006-06-08 21:16  Joost van Baal <joostvb@logreport.org>

	* all/script/Makefile.am: do not install the to be sourced shell
	  snippet lr_functions as executable

2006-05-30 06:32  Joost van Baal <joostvb@logreport.org>

	* bootstrap: update comments: we now use automake/aclocal 1.8.5 and
	  autoconf 2.59d for building from CVS

2006-05-30 06:29  Joost van Baal <joostvb@logreport.org>

	* include/: lr_superservice.mk, lr_superservice_po.mk, rules.mk:
	  clean up commented out stuff

2006-05-29 23:32  Joost van Baal <joostvb@logreport.org>

	* NEWS: 2.0.1.99.1 prerelease

2006-05-29 23:25  Joost van Baal <joostvb@logreport.org>

	* include/lr_superservice.mk: fixing "make distcheck"; phase N:
	  another bugfix in the uninstall target.

2006-05-29 23:17  Joost van Baal <joostvb@logreport.org>

	* all/po/: Makefile.am, nl.po: there is no uninstall-data-local in
	  automake, just use uninstall-local

2006-05-29 23:08  Joost van Baal <joostvb@logreport.org>

	* all/po/Makefile.am: add missing uninstall-data-local target (we
	  are supplying install-data-local)

2006-05-29 23:01  Joost van Baal <joostvb@logreport.org>

	* include/lr_superservice.mk: and another spurious '.  removing the
	  all target seems to help in building from CVS with recent
	  autotools.  effect is (as of yet) unknown when building with
	  older tools. caveat emptor

2006-05-29 22:55  Joost van Baal <joostvb@logreport.org>

	* include/: lr_superservice.mk, lr_superservice_po.mk, rules.mk:
	  fix syntax-error: spurious '

2006-05-28 22:39  Joost van Baal <joostvb@logreport.org>

	* bootstrap: add comments on building from cvs using recent
	  autotools

2006-05-28 22:28  Joost van Baal <joostvb@logreport.org>

	* doc/user-manual.dbx: we dont have a separate entity for Bind 9.3

2006-04-17 06:53  Joost van Baal <joostvb@logreport.org>

	* doc/user-manual.dbx: minor language bug fixes, thanks fcano for
	  bugreport

2006-02-19 10:41  Joost van Baal <joostvb@logreport.org>

	* firewall/script/fw1_lea2dlf.in: fw1-loggrabber has a new home

