diff --git a/NEWS b/NEWS index 79d5512b7..b300a907b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,48 @@ NEWS ==== +Version 1.0.6 (26 Apr 2011) +--------------------------- + +New minor version in stable branch due to several important bugs detected during +1.1 stabilization. The most important ones: + +* Fix problems when tasks with zero hours are in critical path. +* Improve feedback to user when some error happens (add + exception stacktrace). +* Solved issues removing entities related with others. +* Fixed sorting problems in resources load chart. +* Avoid creation of duplicate quality forms in tasks. + +Changes +~~~~~~~ + +* [Bug #1026] Fix bug +* Inline silly method +* [Bug #952] Fix bug +* [Bug #992] Fix bug +* [Bug #990] When removing a profile check is not referenced by order + authorizations +* [Bug #990] When removing a profile check is not referenced by other users +* [Bug #992] Fix bug +* [Bug #991] When removing an hours type check is not referenced by other + entities +* [Bug #986] Prevent removing a label type that is being used by and + orderelement +* [Bug #986] Prevent removing a label that is being used by an orderelement +* [Bug #986] Set cascade to none in mapping between Labels and OrderElements +* [Bug #986] Remove unused code +* [Bug #985] Fixed changing lables mapping to all-delete-orphan. +* [Bug #941] fixing bug : Quality forms are not duplicated now in the same + task. +* Fixed NullPointerException in PageForErrorOnEvent. +* Improved design of errors and fixed NullPointerException when clicking in + continue. +* Improved information showed when some runtime error happens. +* [Bug #873] Show warning before add an empty label. +* [Bug #] Fix division by zero in Gantt + + Version 1.0.5 (8 Apr 2011) -------------------------- diff --git a/debian/changelog b/debian/changelog index b595525d4..0547e9c5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +navalplan (1.0.6-1) maverick; urgency=low + + * Several important bugs fixed during 1.1 stabilization. + * Released version 1.0.6. + + -- Manuel Rego Casasnovas Tue, 26 Apr 2011 11:35:00 +0200 + navalplan (1.0.5-1) maverick; urgency=low * Added bugs fixed from stable branch. diff --git a/ganttzk/pom.xml b/ganttzk/pom.xml index 99af6531a..bc020f551 100644 --- a/ganttzk/pom.xml +++ b/ganttzk/pom.xml @@ -6,7 +6,7 @@ org.navalplanner navalplanner - 1.0.5 + 1.0.6 ganttzk jar diff --git a/navalplanner-business/pom.xml b/navalplanner-business/pom.xml index 9dad63cda..cdc95a6a4 100644 --- a/navalplanner-business/pom.xml +++ b/navalplanner-business/pom.xml @@ -5,7 +5,7 @@ org.navalplanner navalplanner - 1.0.5 + 1.0.6 navalplanner-business jar diff --git a/navalplanner-webapp/pom.xml b/navalplanner-webapp/pom.xml index d53c41b99..cf9837e6c 100644 --- a/navalplanner-webapp/pom.xml +++ b/navalplanner-webapp/pom.xml @@ -4,7 +4,7 @@ org.navalplanner navalplanner - 1.0.5 + 1.0.6 navalplanner-webapp war diff --git a/pom.xml b/pom.xml index 65c99b826..3a015f404 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.navalplanner navalplanner pom - 1.0.5 + 1.0.6 NavalPlan