diff --git a/NEWS b/NEWS index f388727dc..162be3dd4 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,43 @@ NEWS ==== +Version 1.0.1 (14 Jan 2011) +--------------------------- + +Bugfixing release due to a missing dependency on Debian packages that make +reports do not work on 1.0.0. Apart from fixing the Debian package other fixes +done during last week are also included in this release. + +Changes +~~~~~~~ + +* Updated TODO file with decisions from roadmap meeting. +* [Bug #803] Remove unused code +* [Bug #803] Change Zoom level in LimitingResources launches Validation + exception +* [Bug #804] Fix bug +* [Bug #788] changes the structure and labels in resource load view. +* [Bug #808] Fix bug when a resource field in Resource search is selected for + the first time, set 'Current selection' as name of that resource +* [Bug #785] fixes translations in company list. +* Added dependency with ttf-freefont on debian/control. +* [Bug #801] Fixed typo in Spanish translation. +* [Bug #785] Add improvements in companies list. +* [Bug #784] Sort results of add criterion combo in resource edition +* Reset the progressmeter to zero when the MonteCarlo chart is closed +* [Bug #800] Fix closable button in 'Calendar allocation' window +* [Bug #800] Fix closable button in 'Progress consolidation' window +* [Bug #800] Add closable button to 'Progress assignment' window +* [Bug #800] Add closable button to 'Project details' window +* [Bug #782] Fix bug +* Fix asyncNotifications +* Fix the type parameter +* [Bug #779] Fix bug +* Avoid LazyInitializationException accessing template's labels +* [Bug #798] Refactor 'Remove Criterion' window, change it for a MessageBox + window +* [Bug #795] Refactor calendar remove dialog box and change it to a MessageBox + Version 1.0.0 (07 Jan 2011) --------------------------- diff --git a/debian/changelog b/debian/changelog index a018fdcbf..c49e8f565 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +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. + + -- Manuel Rego Casasnovas Fri, 14 Jan 2011 09:58:33 +0100 + navalplan (1.0.0-1) maverick; urgency=low * Updated to upstream. Released version 1.0. diff --git a/debian/control.squeeze b/debian/control.squeeze new file mode 100644 index 000000000..0805769c5 --- /dev/null +++ b/debian/control.squeeze @@ -0,0 +1,23 @@ +Source: navalplan +Section: web +Priority: optional +Maintainer: Adrian Perez +Build-Depends: debhelper (>= 7.0.50), maven2, python-docutils, + gettext (>= 0.17), texlive-latex-recommended, pgf, openjdk-6-jdk +Standards-Version: 3.8.4 +Homepage: http://www.navalplan.org/en/ + +Package: navalplan +Architecture: any +Depends: cutycapt, postgresql, postgresql-client, xvfb, dbconfig-common, ucf, + tomcat6, openjdk-6-jre-headless | openjdk-6-jre, libpg-java, ttf-freefont, + ${misc:Depends} +Description: Web application for project management. + NavalPlan is a planning tool for users based on some concepts: company and + multi-project overview, criteria assignments, tasks tagging, resources + management, resource allocation (specific and generic), company load control, + external integration, etc. + . + Although its name is clearly related to shipbuilding, NavalPlan is a fully + useful planning tool for any type of company whose workflow requires project + and order administration and scheduling. diff --git a/ganttzk/pom.xml b/ganttzk/pom.xml index ffb1d8fd9..e2f972cc0 100644 --- a/ganttzk/pom.xml +++ b/ganttzk/pom.xml @@ -6,7 +6,7 @@ org.navalplanner navalplanner - 1.0.0 + 1.0.1 ganttzk jar diff --git a/navalplanner-business/pom.xml b/navalplanner-business/pom.xml index 53833a5c4..9cc1fa1dd 100644 --- a/navalplanner-business/pom.xml +++ b/navalplanner-business/pom.xml @@ -5,7 +5,7 @@ org.navalplanner navalplanner - 1.0.0 + 1.0.1 navalplanner-business jar diff --git a/navalplanner-webapp/pom.xml b/navalplanner-webapp/pom.xml index 09ee66301..18201a00f 100644 --- a/navalplanner-webapp/pom.xml +++ b/navalplanner-webapp/pom.xml @@ -4,7 +4,7 @@ org.navalplanner navalplanner - 1.0.0 + 1.0.1 navalplanner-webapp war diff --git a/pom.xml b/pom.xml index 222ed66a8..250be9138 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.navalplanner navalplanner pom - 1.0.0 + 1.0.1 NavalPlan