Skip to content

Commit 5ac4b49

Browse files
committed
Bump version number to 2.0, updated NEWS for the new release.
1 parent c43ad41 commit 5ac4b49

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
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~beta2
1+
VERSION=2.0
22

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

NEWS

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

4+
Version 2.0 (13 Aug 2012)
5+
-------------------------------
6+
7+
Release containing all the features considered for 2.0 milestone.
8+
9+
Changes
10+
~~~~~~~
11+
12+
* Written user documentation, integrated in the application.
13+
* Implemented a screen to create, edit and delete hour compensations.
14+
* Implemented a screen to create, edit and delete cities.
15+
* Implemented a screen to manage work calendars.
16+
* Upgraded Ext JS framework to the latest version in 3.x series, 3.4.0.
17+
* Reviewed permissions of the admin/user groups on some screens and services.
18+
* Reordered the menu bar, deleting the unused entries.
19+
* [Bug #131] Correct authorization problem related with project creation.
20+
* [Bug #136] Fix size of template creation and delete buttons.
21+
* [Bug #155] Prevent wrong calculation of project deviation.
22+
* [Bug #161] Prevent blank project details screen due to a null end date.
23+
* [Bug #168] Added holidays project to default installation.
24+
25+
426
Version 2.0-beta2 (16 Sep 2011)
527
-------------------------------
628

0 commit comments

Comments
 (0)