diff --git a/NEWS b/NEWS index 162be3dd4..7115713db 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,48 @@ NEWS ==== +Version 1.0.2 (21 Jan 2011) +--------------------------- + +Bugfixing release due to a problem with database installation that makes Debian +package not work if it was newly installed in a system. Apart from fixing this +important bug, this version also includes other fixes done since 1.0.1 release. + +Notes +~~~~~ + +If you are upgrading from any 1.0.x verion, you will need to manually execute on +your database the SQL sentences from file: +``/usr/share/dbconfig-common/data/navalplan/upgrade/pgsql/1.0.0`` + +To get database access information review ``/etc/tomcat6/context.xml`` file. + +Changes +~~~~~~~ + +* Fixed problem in Debian package install with some missing SQL sentences. +* Fix bug in 'Worker search' screen, close button was not working for limiting + resources +* [Bug #815] Fix bug +* Small enhancement in CutyCapt command. +* Fixed problem with CSS not being used in printing. +* [Bug #813] it corrects redirects in the editing virtual workers screen +* [Bug #812] changes Map for SortedMap in PredefinedDatabaseSnapshots +* [Bug #812] sorts the combo of multiple search in allocation pop-up. +* [Bug #796] Fixed. The problem is that the AdvanceMeasurement was still marked + as transient. +* [Bug #811] Translate pending messages including string 'nif/NIF' +* [Bug #797] checks out if obligatory data are introduced to create a new + project. +* [Bug #797] checks out that deadline is greater than start date in project + popup window. +* [Bug #803] Refactor LimitingResourcesPanel +* [Bug #803] Fix bug dependencies were not being drawn again on changing zoom + level in LimitingResources +* [Bug #809] Fixed marking to translate missing label. +* Fixed wrong e-mail on debian/changelog. + + Version 1.0.1 (14 Jan 2011) --------------------------- diff --git a/debian/changelog b/debian/changelog index c49e8f565..af9669b40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,17 @@ +navalplan (1.0.2-1) maverick; urgency=low + + * Fixed database installation script. + * Added bugfixed from stable branch. + * Released version 1.0.2. + + -- Manuel Rego Casasnovas Fri, 21 Jan 2011 12:07:33 +0100 + navalplan (1.0.1-1) maverick; urgency=low * Added dependency with ttf-freefont on Debian package (needed for Jasper reports). - * Added bugfixed on stable branch. - * Released version 1.1. + * Added bugfixed from stable branch. + * Released version 1.0.1. -- Manuel Rego Casasnovas Fri, 14 Jan 2011 09:58:33 +0100 diff --git a/ganttzk/pom.xml b/ganttzk/pom.xml index e2f972cc0..09e1fcbe7 100644 --- a/ganttzk/pom.xml +++ b/ganttzk/pom.xml @@ -6,7 +6,7 @@ org.navalplanner navalplanner - 1.0.1 + 1.0.2 ganttzk jar diff --git a/navalplanner-business/pom.xml b/navalplanner-business/pom.xml index 9cc1fa1dd..4bb9d5287 100644 --- a/navalplanner-business/pom.xml +++ b/navalplanner-business/pom.xml @@ -5,7 +5,7 @@ org.navalplanner navalplanner - 1.0.1 + 1.0.2 navalplanner-business jar diff --git a/navalplanner-webapp/pom.xml b/navalplanner-webapp/pom.xml index 18201a00f..36b5bec6b 100644 --- a/navalplanner-webapp/pom.xml +++ b/navalplanner-webapp/pom.xml @@ -4,7 +4,7 @@ org.navalplanner navalplanner - 1.0.1 + 1.0.2 navalplanner-webapp war diff --git a/pom.xml b/pom.xml index 250be9138..3b7c27aef 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.navalplanner navalplanner pom - 1.0.1 + 1.0.2 NavalPlan