=================== New from 1.4 to 1.9 =================== - Rewrote large pieces of code in order to get it to compile with gcc 3.2 - Fixed a minor bug in the --total option - Fixed so that it removes the total log as well upon -d - Fixed duplicate definition of 'error' - Rewrote some in the Makefile (autoconf support will be added to the next release) - Altered the code in cnt.cpp =================== New from 1.0 to 1.4 =================== - The logging doesn't start until there actually is a ppp connection - The logging ends within three seconds after the connection is lost - Cleaned the code, and rewrote some lazy written code, meaning that I got rid of those system() calls. (ehmn, all but one to be exact) - Included manpages - Added the --total option - Added multiuser support - Rebuild the code to ease bug tracking - Commented the source a little better, but far from good. (Hey I'm lazy!) The comments can be found in the HTML files under the source dir. =================== New from 0.9 to 1.0 =================== - Implemented console based operation and skipped the menu system entirely. - Fixed the timing bug, which was quite harmless but annoying. (And no this has not had any remarkable impact on your online log!) - Optimized the code and got rid of some rubbish.