diff --git a/NEWS b/NEWS index 9100cf5f6..020caeb51 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,56 @@ NEWS ==== +Version 1.1.3 (12 Aug 2011) +--------------------------- + +New minor release with all the issues fixed in stable branch since previous +version. The most important problem solved is the save operation in Gantt view +screen for big projects using labels. Under some special conditions not all the +labels were loaded and the persistence to disk failed. + +Other minor fixes included in this version: +* Task Scheduling Status In Project report has been reviewed and fixed. +* Now NavalPlan does not depend on server language for translations of strings + in the business module. +* Resource load chart is fixed for tasks finishing in the middle of a day. +* Solved issue on Gantt saving due to transient resource allocations. +* Added some basic constraints checkers to exception days and progress type. +* New log file to register login attempts. + +Changes +~~~~~~~ + +* [Bug #1138] Fix bug +* [Bug #1136] Fix bug +* Add class to distribute an EffortDuration considering the capacities +* Add logging category for authentication attempts +* [i18n] Update Spanish and Galician translations +* [i18n] Update keys.pot files +* [Bug #1133] Fix bug +* Fix issue in ConstraintChecker now error messages was not being shown +* [Bug #1132] Fix problem with CalendarExceptionType without name +* Fix problem in ConstraintChecker +* [Bug #1121] Fix issue adding @AssertTrue on AdvanceType entity +* [Bug #1119] DataIntegrityViolationException saving a new Process +* Fix wrong label in "Work And Progress Per Task" report +* [Bug #1130] Fix issue changing text size and moving box +* [Bug #1113] Fix issue marking as not transient all allocations +* [Bug #1129] Fix bug setting scale for progress value +* [Bug #1106] Fix bug +* [Bug #1111] Fix name and code of tasks in report +* Remove not in effect annotations +* [Bug # 1111] Fix several issues in report: Task Scheduling Status In Project +* Show the precise efforts instead of the rounded amount in hours +* Switch to GanttDates +* [Bug #1124] Fix problem when calculating assigned duration +* [Bug #1117] Fix issue changing I18nHelper in business. +* [Bug #1111] Change label in filter by project section +* [Bug #1111] Task status combo internationalized +* Modify CSS to show labels in containers when are expanded +* [Bug #1088] Fixed issue in earned value chart + + Version 1.1.2 (18 Jul 2011) --------------------------- diff --git a/debian/changelog b/debian/changelog index d9b7ccaf8..086266821 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +navalplan (1.1.3-1) maverick; urgency=low + + * Fixed important issue in Gantt view for big projects with labels. + * Added bugs fixed from stable branch. + * Released version 1.1.3. + + -- Manuel Rego Casasnovas Fri, 12 Aug 2011 13:08:00 +0200 + navalplan (1.1.2-1) maverick; urgency=low * Fixed critical bug that causes concurrency issues editing projects with diff --git a/ganttzk/pom.xml b/ganttzk/pom.xml index 61625ce18..328c019a9 100644 --- a/ganttzk/pom.xml +++ b/ganttzk/pom.xml @@ -6,7 +6,7 @@ org.navalplanner navalplanner - 1.1.2 + 1.1.3 ganttzk jar diff --git a/navalplanner-business/pom.xml b/navalplanner-business/pom.xml index 958718e77..85f1137df 100644 --- a/navalplanner-business/pom.xml +++ b/navalplanner-business/pom.xml @@ -5,7 +5,7 @@ org.navalplanner navalplanner - 1.1.2 + 1.1.3 navalplanner-business jar diff --git a/navalplanner-webapp/pom.xml b/navalplanner-webapp/pom.xml index cd5a9872d..cdf93a768 100644 --- a/navalplanner-webapp/pom.xml +++ b/navalplanner-webapp/pom.xml @@ -4,7 +4,7 @@ org.navalplanner navalplanner - 1.1.2 + 1.1.3 navalplanner-webapp war diff --git a/pom.xml b/pom.xml index 4884c7802..c99cefc23 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.navalplanner navalplanner pom - 1.1.2 + 1.1.3 NavalPlan