Mercurial > getan
comparison CHANGES @ 518:dbefc648ad71 3.2
Merge
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Fri, 30 Nov 2018 12:56:42 +0100 |
parents | e30fef63f1ed 7cf04ec84eb9 |
children | 9d27713164c9 |
comparison
equal
deleted
inserted
replaced
517:35ed3247cdc4 | 518:dbefc648ad71 |
---|---|
1 3.2 2018-11-30 | 1 3.2 2018-11-30 |
2 | 2 |
3 * The human_time function calculates up to 59 minutes, not 60. | 3 * Fix human_time() to output one hour instead of 60 minutes. This defect was |
4 A mistake in porting from Python2 to Python3 made minutes and hours to float. | 4 introduced when porting from Python2 to Python3, because the calculation |
5 They are now integers again. | 5 had implicitly changed from integers to floating point. |
6 (Magnus Schieder) | |
6 | 7 |
7 * The time of the currently running entry is cached every minute and after a | 8 * The time of the currently running entry is cached every minute and after a |
8 program crash the entry has the description "-no description-". | 9 program crash the entry has the description "-no description-". |
9 information can be found in /doc/old_issues.txt 20180806 Magnus Schieder | 10 information can be found in /doc/old_issues.txt 20180806 Magnus Schieder |
10 Patch by Magnus Schieder | 11 Patch by Magnus Schieder |