[COMMIT LOGREPORT] service ChangeLog,1.88,1.89

Joost van Baal vanbaal at users.sourceforge.net
Thu Sep 1 17:43:22 CEST 2005


Update of /cvsroot/logreport/service
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29390

Modified Files:
	ChangeLog 
Log Message:


Index: ChangeLog
===================================================================
RCS file: /cvsroot/logreport/service/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	24 Feb 2005 11:49:16 -0000	1.88
+++ ChangeLog	1 Sep 2005 15:43:20 -0000	1.89
@@ -1,3 +1,153 @@
+2005-08-24 16:24  Joost van Baal <joostvb at logreport.org>
+
+	* doc/BUGS, spamfilter/script/spamassassin2dlf.in: another doc bug,
+	  tnx dj_smilee
+
+2005-08-16 12:13  Wytze van der Raay <wytze at logreport.org>
+
+	* doc/user-manual.dbx: Update information about the absence or
+	  presence of recursive request indicator in pre-9.3 versus
+	  post-9.3 BIND9 log files.  Update the sample log lines to include
+	  a non-recursive request indicator, which is a better match with
+	  the current BIND9 release situation.
+
+2005-08-16 11:58  Wytze van der Raay <wytze at logreport.org>
+
+	* dns/script/bind9_query2dlf.in: Add support for new features found
+	  in BIND 9.3 logs: - the client address can be in IPv4 or IPv6
+	  format; - a view name will be present when the configuration uses
+	  the views feature; - separate flags 'S' or 'E' will be appended
+	  to the recursion indicator '+-'   when signer or EDNS format is
+	  present in the query.  The 'view', 'S' and 'E' information in the
+	  logs will be ignored, as there are no matching fields for these
+	  in the DLF.  Update the comments about pre-9.3 and post-9.3 BIND
+	  log formats with respect to the recursion indicator to match the
+	  present situation.
+
+2005-07-29 22:53  Francis J. Lacoste <flacoste at logreport.org>
+
+	* www/: www-search.xml,
+	  lib/Lire/DlfAnalysers/ReferrerCategoriser.pm,
+	  lib/tests/ReferrerCategoriserTest.pm: Added referring_page field.
+
+2005-07-25 17:03  Francis J. Lacoste <flacoste at logreport.org>
+
+	* all/lib/Lire/ReportConfig.pm: Try to give a proper configuration
+	  to analysers called without a persistent store. Thanks to Joost
+	  Bekkers for reporting this.
+
+2005-07-25 16:46  Francis J. Lacoste <flacoste at logreport.org>
+
+	* doc/examples/page-categoriser.xml: Fixed XML. Thanks to Joost
+	  Bekkers for reporting this.
+
+2005-06-21 17:33  Francis J. Lacoste <flacoste at logreport.org>
+
+	* all/lib/Lire/: DlfConverterProcess.pm, ImportJob.pm: - No need to
+	  set the $time parameter to its default value in every   methods
+	  which pass the parameter.  - Pass $time to log_fh() method.
+
+2005-06-21 17:23  Francis J. Lacoste <flacoste at logreport.org>
+
+	* all/script/lr_cron.in: The $time parameter goes on the run()
+	  method.
+
+2005-06-21 16:59  Francis J. Lacoste <flacoste at logreport.org>
+
+	* all/lib/Lire/ReportJob.pm: Fixe typo.
+
+2005-06-21 16:57  Francis J. Lacoste <flacoste at logreport.org>
+
+	* all/: lib/Lire/ImportJob.pm, script/lr_cron.in,
+	  lib/Lire/DlfConverterProcess.pm: Added a $time parameter for the
+	  ImportJob.
+
+2005-06-17 22:22  Francis J. Lacoste <flacoste at logreport.org>
+
+	* all/lib/: Lire/DerivedSchema.pm, tests/DerivedSchemaTest.pm: Do
+	  not delete records in the derived schemas when records in the
+	  base schemas is deleted (only delete the links). One might want
+	  to keep the derived information for longer period than the base
+	  information.
+
+2005-06-17 22:02  Francis J. Lacoste <flacoste at logreport.org>
+
+	* all/lib/Lire/ReportSchedule.pm: Fixed period parameter.
+
+2005-06-17 17:27  Francis J. Lacoste <flacoste at logreport.org>
+
+	* all/lib/Lire/ReportSchedule.pm: Make sure that the report's
+	  metadata reflects the report's data.
+
+2005-06-15 22:09  Francis J. Lacoste <flacoste at logreport.org>
+
+	* all/lib/: tests/AverageTest.pm, Lire/Average.pm: - lr_count_uniq
+	  doesn't make sense when by_fields is a numerical field.
+
+2005-06-14 21:48  Francis J. Lacoste <flacoste at logreport.org>
+
+	* all/lib/Lire/LrCommand.pm: Created templates home directory.
+
+2005-06-14 21:47  Francis J. Lacoste <flacoste at logreport.org>
+
+	* all/lib/Lire/Average.pm: Added missing import.
+
+2005-06-13 18:38  Francis J. Lacoste <flacoste at logreport.org>
+
+	* all/script/lr_env.in: Fixed interpolation name.
+
+2005-06-13 18:26  Francis J. Lacoste <flacoste at logreport.org>
+
+	* all/script/lr_env.in: Added missing variables.
+
+2005-06-13 18:19  Francis J. Lacoste <flacoste at logreport.org>
+
+	* all/lib/: Lire/DlfCategoriser.pm, tests/DlfCategoriserTest.pm:
+	  Added a finalise() method to the DlfCategoriser API.
+
+2005-06-13 18:10  Francis J. Lacoste <flacoste at logreport.org>
+
+	* all/lib/: Lire/DlfAnalyserProcess.pm, Lire/FilterExpr.pm,
+	  tests/DlfAnalyserProcessTest.pm, tests/DlfCategoriserTest.pm,
+	  tests/FilterExprTest.pm: - Use DlfSource filter expression to
+	  prevent ambiguous error in analyser process.
+
+2005-05-07 07:57  Wolfgang Sourdeau <wolfgang at logreport.org>
+
+	* all/lib/: tests/UICompoundWidgetTest.pm,
+	  Lire/UI/CompoundWidget.pm: - make sure that the cursor in the
+	  help window is reset to its highest	position everytime a new
+	  option is selected;
+
+2005-04-29 02:37  Wolfgang Sourdeau <wolfgang at logreport.org>
+
+	* configure.in: - typo and rephrasing;
+
+2005-04-29 02:36  Wolfgang Sourdeau <wolfgang at logreport.org>
+
+	* all/lib/: Lire/UI/Prefs.pm, tests/UIPrefsTest.pm: - make sure
+	  that the cursor in the help window is reset to its highest
+	  position everytime a new option is selected;
+
+2005-03-04 17:51  Wytze van der Raay <wytze at logreport.org>
+
+	* doc/BUGS: Fixed bug concerning ~/.lire/templates missing from
+	  lr_templates_path.
+
+2005-03-04 17:48  Wytze van der Raay <wytze at logreport.org>
+
+	* all/etc/defaults.in: Add creation of ~/.lire/templates to
+	  setup_home_dir().
+
+2005-03-04 17:46  Wytze van der Raay <wytze at logreport.org>
+
+	* all/lib/config-spec/lire.xml.in: Insert ~/.lire/templates in
+	  front of the default lr_templates_path.
+
+2005-02-24 21:23  Joost van Baal <joostvb at logreport.org>
+
+	* doc/BUGS: reported a strange default
+
 2005-02-24 10:50  Joost van Baal <joostvb at logreport.org>
 
 	* NEWS: document release dates
@@ -173,8 +323,8 @@
 	  README, myconverter_init, page-categoriser.xml,
 	  page-categoriser_init, www-category.xml: Added analysers example.
 
-1970-01-01 00:00  
-
+2004-09-03 18:59  Francis J. Lacoste <flacoste at logreport.org>
+2004-09-03 18:59  Francis J. Lacoste <flacoste at logreport.org>
 	* ChangeLog, NEWS, VERSION: [no log message]
 
 2004-09-03 18:59  Francis J. Lacoste <flacoste at logreport.org>
@@ -250,10 +400,6 @@
 
 	* NEWS: Documented fixed DlfConverters.
 
-1970-01-01 00:00  
-
-	* NEWS, VERSION: [no log message]
-
 2004-09-02 09:42  Joost van Baal <joostvb at logreport.org>
 
 	* all/script/lr_log2report.in: some output formats are gone, no
@@ -1277,10 +1423,6 @@
 	* all/lib/tests/ChartTypesFixture.pm: Clone the config spec, so as
 	  not to modify the original.
 
-1970-01-01 00:00  
-
-	* all/po/fr.po: [no log message]
-
 2004-08-18 13:18  Joost van Baal <joostvb at logreport.org>
 
 	* www/lib/Lire/WWW/UserAgent/Robot.pm: Applied contributed patch by

-- 
To UNSUBSCRIBE, email to commit-request at logreport.org with a subject of 
"unsubscribe". Trouble? Send an email with subject "help" to 
commit-request at logreport.org



More information about the Commit mailing list