1
2			Isoqlog Version History
3
4-  Version 2.2.1 Feb 23, 2005
5   * Zero size bug fixed.
6   * All Makefile.am files renewed
7   * "data" Directory created
8   * htmltemp & lang folders moved from isoqlog/ to data/
9   * isoqlog/isoqlog.conf-dist moved to data/isoqlog.conf-dist.in
10   * isoqlog.conf-dist file added to configure.in for updating prefix
11   * data/Makefile.am created
12   * CONFIGFILE variable defined in configure.in (see main.c:54-> readconfig(CONFIGFILE); )
13   * config.h included in main.c
14   * you can change prefix as shown below (now it works, tested on slackware 10):
15	./configure --prefix=/usr/jail/ozkan
16
17
18-  Version 2.2 May 28, 2004
19   * Postfix virtual domain handling support
20   * Parser module re-written, many functionality and security fixes.
21   * The quick link added in Domain's and General's homepages that is about last day statistics.
22   * Some html's name has been changed.
23   * Incorporated Steve Crowder's [steve at crowders dot org] tarball (about
24     validated HTML).
25     All Html files should be valid HTML 4.01 now!.
26   * L_Encoding is processed, and has a meaning now. It's processed according
27     to the lang file.
28     Deafult encoding is iso-8859-1.
29   * Some cosmetic fixes on HTML template files, and isoqlog.conf by Dan
30     Langille [dan at langille dot org]
31
32
33-  Version 2.1.1 October 14, 2003
34   * Exim MTA support
35     by Marco Erra <mare at erra.myip.org>
36   * Czech language support by Lukas Maly im at lukasmaly.net
37   * Romanian language translation by Gelu.Constantin at anofm.ro
38   * missing fclose()'s added. Thanks manu - manu at asp.be
39   * Danish translation by "Christian Kurek" <archdandy at spar-es dot dk>
40   * a parser bug was patched by "Koh Swee Meng" <swee_meng ~  phoenix-gamestudios.com> Parser.c:44
41   * Autotool scripts written from scratch
42
43
44-  Version 2.1 January 03, 2003
45   * Some more lang files
46   * bugfixes and patches from 2.0-current are merged into
47     release branch.
48
49-  Version 2.0-current  July 17, 2002
50
51   * Postfix bug fix
52   * Html.c:1322 "%d" -> "%d/"
53
54-  Version 2.0  July 16, 2002
55
56   * lowercase function bug is fixed
57   * Language support is activated
58   * Configuration script is corrected
59   * Up and home buttons is added end of htmls
60
61-  Version 2.0beta June 15, 2002
62
63 * New Isoqlog has been re * written from scratch in C.
64 * Faster log analysis and reporting
65 * Multi * MTA support (Isoqlog can read and analyze qmail(multilog/syslog)
66   sendmail and postfix mail server logs.
67 * HTML Templates. By changing the html templates, and the .css file you
68   can completely customize the way your stats look.
69 *
70
71-  Version 1.7   May  17 2001
72
73 * changes made by R. Hutchinson hutch@midwales.com
74 * I have tidied up the html, added some more MBorKBs and created a var called $Debug, which
75   if set to 0 no more screen output
76 * Also more errors displayed
77 * Formatted the code with tabs for ease of reading
78 * The reason for using the perl qq function is that it is easy to drop html into the code
79   from elsewhere.
80 * Created some more subs:
81   &makehtmlheader
82   &makemenu
83   &display_time
84 * modified existing sub EnderUnixTeam to work in the same way, content unchanged
85
86
87-  Version 1.5 Stable  12 April 2001
88
89 * Spanish language support has been added (Thanks to  cad_vga <cad_vga@yahoo.com>   ) (18 April  2001)
90 * Portuguese language support has been added (Thanks to Edson Lima Monteiro <boni@usp.br> ) (16 April  2001)
91 *  0 MB problem corrected .  if your domains total byte is less than 1MB , it will be printed as a KB
92 *  * Full Language Support has been added
93 * Strange "<"  characters has been removed :)
94
95-  Version 1.5 	6 Mar  2001
96
97 * All codes are rewritten , now isoqlog is more functional
98 * multilog support has been given
99 * User based incoming mail  top scores has been added for every your domain that  you define
100 * User based outgoing mail  top scores has been added for every your domain that  you define
101 * User based total mail  top scores has been added for every your domain that  you define
102 * User based  byte  top scores has been added for every your domain that  you define
103 * Domain based  byte  top scores has been added
104 *  minus( * ) mail values at top scores part is corrected
105
106 * Giving Full Langugaga support (15 Mar 2001)
107 * 0 MB values changed to KB when total  byte values less than 1 MB (15 Mar  2001)
108 * More clear Documentation (16 Mar 2001  Thanks to  Murat Balaban )
109
110 - Version 1.4 	15 Feb 2001
111
112 * Multi Domains Support added
113 * Displaying Top Domains is corrected
114 * Wrong Date Info is corrected
115
116 - Version 1.3.1  1 October 2000
117
118 * Year bug is fixed .for example if time is 1 February 2001 and your log file is October 2000
119it will be included in 2001 year output file
120
121 * Version 1.2 28 November 2000
122
123 * Domains bug is fixed . if your domain is qmail.org ,IsoQlog count qmail.org.tr qmail.org.us ,...
124
125
126http://www.enderunix.org
127
128Tue Oct 14 08:44:21 EEST 2003
129