V 0.31
--------
* BBClone language can be choosed by visitors in the navigation bar and is first automatically set according the language of their browsers
* Language can be automatically detected from the browser setting
* Adding new OSes (like the BSD's), browsers (w3m, ...) and robots rules
* BBClone is now W3C compliant (HTML and CSS)
* New detection rules for more than 15 new browsers/OSes/robots have been added
* New BBClone translations (Traditional and Simplified Chinese, Swedish) and correction of older translations
* Renaming all the languages according their international codes for simplicity
* Correcting bugs (suppressing phantom connections of 1970)
* Correcting various bugs with the Netscape 4.x display

	
V 0.30.2
--------
* Adding a polish (thanks to Darek Kramin) and a german translation (thanks to Joachim Kuwan)
* Adding new OSes, browsers and robots (thanks to Joachim Kuwan)
* Correcting various bugs with the Netscape 4.x display


V 0.30.1
--------
* Correcting the name of the months in the time stats
* INSTALL becomes INSTALL.txt for windows compatibility with respect to case.

V 0.30
------
* Rewriting all the BBClone code (splitting the code in several subdirs accordings their senses)
* Separating the stats in different pages.
* Adding a navigation bar (navbar) and a title bar on the top of each page
* Adding stats for the 'n' most frequent robots
* Adding stats for the 'n' most visited page
* Adding stats for the 'n' most frequent origin (referer)
* Adding time stats with plots of the last day, week, month and year
* Adding a installation script written entirely in PHP which decompress and configure BBClone on the server
* Adding an italian translation (thanks to Andreas Liebschner)
* Updating the danish translation (thanks to Jonathan Fromer)

V 0.21
------
* Adding Dutch and Swedish translation (thanks to Niek van der Maas and Erik Englund)
* Fixed the annoying "not valid a.b.c.d format" warning
* If something can't be ressolved due to garbage contents of a variable, the originating IP and Host will be 
* Vast improvement of the proxy-engine, which will look behind most transparent proxies now shown
* REMOTE_HOST is now left empty again if its not needed
* Various bugfixes (REG_ECTYPE error, ...)

V 0.20
------
* Ken Kizaki has joined the BBclone team ;-)
* BBClone supports now various languages thanks to Ken.
* There is currently only english, german and french (other translations are welcome)
* These translation tables are stored in separated files in a /language subdir
* Enhancing the stylesheets defining each BBClone pages with Freshmeat like style. Better display on old browsers like netscape 4.7
* Adding the possibility to center the statistic page
* Adding the possibility to control the different text sizes in bbcconf.php
* Correction of various bugs with empty $HTTP_REFERER, 'Back' link in other.php, ...
* Adding the detection of Tru64, Digital Unix and afining those of SunOS and HPUX
* Rewriting the installation script which supports now remote (ftp) installations
	
V 0.16
------
* Reloadings are counted even after the rebuildings of the stats page (rewritting the end of counter_process.php to support that)
* Browsers, Countries & OS are counted once at the first visit
* Counted stats are stored in bbcdata.php which is in the php format. User can use it like a summary in his own php pages. 
* The last connections made during $maxtime are displaid with a green background color, while the olders have a blue one 
* Deleting the files var/savedstats.dat, var/bbclone.dat, bbclone.conf
* Using a configuration file in the PHP style: bbcconf.php
* Viewing the configuration file through showconf.php (linked into bbclone.html)
* Adding the full html information to each bbclone pages to respect better W3C conventions
* Correcting various bugs in the installation script install.sh
* Adding a reloading icon in the top-left corner of bbclone.html
* Adding the visualization of any "Other" country/os through the php file other.php

V 0.15.1
--------
* fixing a bug with all OSes with a partly numeric name by correcting the regexp into readconf() of counter_process.php


V 0.15
------
* Support of the full name of country into detailled stats.
* Order of fields into detailled stats is controlled by the variable stats_fields into bbclone.conf (see comments in bbclone.conf for examples).
* The title of bbclone.html is controlled by bbctitle into bbclone.conf.
* readconf() uses regexp instead of split to understand syntax <variable>=<value> into the configuration files.
* var/savedstats.dat is now written into an xml like style.

V 0.14
------
* Several OSes and browsers have been added to the possible detections (windows XP, 2000, AIX, IRIX, BSD, ...).
* Robots (like Googlebot, Inktomi, ...) are considered like special OS and recorded in the top classment (with the HAL's eye ;-).
* The complete name of each country is shown.
* IP adresses are recorded like an "IP" country.
* which_os() & which_browser() are now merged in resolve() in counter_process.php.
* In the detailled stats section, OSes and Browsers are recognized through two matrices $os_tab & $browser_tab. These define the name, the icon and the regexp to use for in each detection.
* The OSes & Browsers top classement are holding by the arrays $os_class & $browser_class.
* The "no new data" page can be avoided if autoredirect is set to 1 into bbclone.conf.
* Several bug fixes in the BBClone installation.


V 0.13
------
* bbclone rootdir can be somewhere else than in the website root dir, for instance in /bbclone/.
* Supporting the country detection.
* Adding a table for the country classification (number of countries displayed are controlled by maxcountry into bbclone.conf)
* imagesdir in bbclone.conf is now described relatively to the bbclone root dir. Url path is also allowed for this variable.
* Turning all the gif files into png files.
* Adding the correct GPL informations (AUTHORS, files header, ...)
* Adding the file THANKS for special thanks.


V 0.12
------
* Fixed a major bug (counter files were not reseted)
* Fixed a major bug on the stats (the stats where wrong, which is quite problematic for a counter)
* A *lot* of work has been put on rewriting the OS/browser detection regexps (they suck less, but there's still work to do...)
* Rewrote the kickass install script to make it easier (fewer manual operation is needed to install BBclone)
* Now sort OS / browser stats (most used first)
* Now show new hits / old (saved) hits
* Remove the "www." in the http_referer on the page to save space (the link is still correct though)
* Check if the http_referer is a *local* remote page
* Added support for Opera and Lynx (which now leaves < 1% of the traffic unresolved ! woohoo !)
* When the browser not resolved, attemp to guess the name/version
* When the OS is not resolved, all the hits using Konqueror are associated to Linux (does it seem strange to you ?)
* Fixed some bugs on the stats page (typos, CSS bugs, HTML)
* Added a test page to test if BBclone is running
* Modified the bbclone.conf structure (try to fix paths hard to guess)
* Modified in counter_process the way values used in the configuration file are used ('path', 'counterfile', 'imagesdir', 'oldstatsfile', removed 'baklogs')
* Improved the readconf() function (initialize values)
* Rewrote the README which was no longer accurate
* Rewrote the INSTALL file

V 0.11
------
* Created the Changelog :-)
* Changed all '.php3' extensions to '.php'
* Added a VERSION in each script used
* 'counter_add.php' now print the VERSION number in the error msg
* Added the Version number in 'counter_process.php' output page
* Fixed typos and bugs in the INSTALL file
* Updated Mandrakesoft URL
* Added a "clean()" function in counter_add.php to "clean" the User-agent (PHP / SSI)
* Added Macintosh support (thanks to Laurent Jacques)
* Fixed os bug (values non initialized) (thanks to Laurent Jacques)
* Fixed the hostname bug (hostname left blank)
* Fixed the OS/browser bug (they were in the wrong order)
