Released 1.0.1 version.

* Bump to 1.0.1.
* Updated NEWS file.
* Updated debian package changelog.

FEA: ItEr67S03CommunityMaterialItEr66S03
This commit is contained in:
Manuel Rego Casasnovas 2011-01-14 10:16:15 +01:00
parent 82e5409b9c
commit fd16bbf8f8
7 changed files with 73 additions and 4 deletions

37
NEWS
View file

@ -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)
---------------------------

9
debian/changelog vendored
View file

@ -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 <mrego@erizana> Fri, 14 Jan 2011 09:58:33 +0100
navalplan (1.0.0-1) maverick; urgency=low
* Updated to upstream. Released version 1.0.

23
debian/control.squeeze vendored Normal file
View file

@ -0,0 +1,23 @@
Source: navalplan
Section: web
Priority: optional
Maintainer: Adrian Perez <aperez@igalia.com>
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.

View file

@ -6,7 +6,7 @@
<parent>
<groupId>org.navalplanner</groupId>
<artifactId>navalplanner</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>ganttzk</artifactId>
<packaging>jar</packaging>

View file

@ -5,7 +5,7 @@
<parent>
<groupId>org.navalplanner</groupId>
<artifactId>navalplanner</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>navalplanner-business</artifactId>
<packaging>jar</packaging>

View file

@ -4,7 +4,7 @@
<parent>
<groupId>org.navalplanner</groupId>
<artifactId>navalplanner</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>navalplanner-webapp</artifactId>
<packaging>war</packaging>

View file

@ -5,7 +5,7 @@
<groupId>org.navalplanner</groupId>
<artifactId>navalplanner</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version>
<version>1.0.1</version>
<name>NavalPlan</name>
<!--