Change log for outgoing releases $Id: CHANGELOG,v 1.14 2005/11/01 00:29:09 simes Exp $ Version 0.9 YYYY/MM/DD Version 0.8 2005/11/01 + Corrected a bug for when we have a four week period which contains a change from daylight savings to normal (eg the change from BST to GMT in the UK) which led to the incorrect week start days being used; whilst most of the data displayed was correct, the details of how much money had gone out and which weeks had already gone by was incorrect. + Added a feature to the -T flag to specify a period of time relative to the current time so you can use "+1w" to generate the figures for a week's time or "-5d" to go back a day. Read the manual page for more Version 0.7 2003/11/26 + Added the transfer ("tr") type of outgoing money + Added the ability to show how much money is "spare" after the monthly money has gone out via the $MoneyIn variable in the configuration file. + Corrected an annoying bug where we had reached the start of the "month", ie payday, part way through a working week so that we saw the next month's payments and not the the payments for the rest of the week. Version 0.6 2003/06/03 + Minor changes to Makefile to make life easier for the maintainer + Completely re-wrote the main algorithm Version 0.5 2003/02/25 + Fixed a bug where under certain conditions days in the month would be missed Version 0.4 2003/02/11 + Direct debits and standing orders which fall on a weekend are shifted to the next weekday, assuming that this doesn't cause them to jump the end of month boundry + More work on reducing the number of duplicate entries occuring during five week months + Added the manual page Version 0.3 2002/06/25 + Fixed a bug in how -T options are parsed + Fixed a bug for when a month start is worked out to be on the first of the next month + Fixed a bug where the fifth week could have days missing + Added a warning for five week months Version 0.2 2002/04/25 + Fixed a bug with the week start code + Fixed a bug whereby certain entries could be double entered Version 0.1 2002/02/08 + Initial release