Skip to content

Commit 41e316b

Browse files
committed
Bump version number to 2.1, update NEWS and TODO.
1 parent 7108193 commit 41e316b

File tree

3 files changed

+37
-5
lines changed

3 files changed

+37
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=2.0
1+
VERSION=2.1
22

33
tgz: help
44
tar zcf phpreport_$(VERSION).tar.gz --exclude=Makefile --exclude=*~ \

NEWS

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
NEWS
22
====
33

4+
Version 2.1 (27 Feb 2013)
5+
-------------------------------
6+
7+
Release containing new features and bug fixes.
8+
9+
Main changes
10+
~~~~~~~~~~~~
11+
12+
* Implemented a feature to prevent the modifications of tasks older than a
13+
certain number of days.
14+
* New report for users to see a filtered list of their tasks.
15+
* Written documentation for sysadmins.
16+
* [#118] Added boolean field to mark on-site tasks.
17+
* [#164] Added some keyboard shortcuts to the task management screen.
18+
* [#183] Fix false positives in the detection of overlapping tasks.
19+
20+
Other changes
21+
~~~~~~~~~~~~~
22+
23+
* Added start and end date selectors to projects summary report.
24+
* Added show/hide all data buttons to projects summary report.
25+
* Allow the use of HTTP authentication in loginService.php.
26+
* Explicitly set start date for acc. hours report to the 1st of January of
27+
current year.
28+
* Implemented script to upgrade the DB from 2.0 to 2.1.
29+
* Added DB table containing the version number to ease upgrading in the future.
30+
* [#39] Only show one banner when saving.
31+
* [#160] Move delete/clone/template buttons below the description text area.
32+
* [#162] Fix wrong identification of the first week of the year at the weekly
33+
hour summary.
34+
* [#188] Explicitly set week start to Monday in all the calendar widgets.
35+
* [#189] Added footer with version and generation time to the docs.
36+
* [#191] Workaround a problem with trigger creation.
37+
38+
439
Version 2.0 (13 Aug 2012)
540
-------------------------------
641

TODO

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
TODO
22
====
33

4-
Version 2.1
5-
-----------
6-
74
Features
8-
~~~~~~~~
5+
--------
96

107
* Ability to reset holidays account in a determinate date, similar to the
118
compensation of extra hours.

0 commit comments

Comments
 (0)