Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114787 - New taskjuggler version 2.2.0 released
Summary: New taskjuggler version 2.2.0 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Michael Imhof (RETIRED)
URL: http://taskjuggler.org
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-07 11:58 UTC by Ulrich Plate (RETIRED)
Modified: 2005-12-28 15:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Plate (RETIRED) gentoo-dev 2005-12-07 11:58:40 UTC
ChangeLog of Version 2.2.0 (2005-12-05)

* The two graphical front-ends that have been present in earlier TaskJuggler
releases have been merged into one new front-end. It's called TaskJugglerUI. The
ktjview2 and TaskJuggler executables are no longer included. This was done also
to avoid name clashes on Windows/Cygwin.
* The TaskJuggler user interface now supports printing of high-quality task and
resource reports.
* Major usability improvements for the GUI. It's now fully navigable by
keyboard. The scaling/zooming of the Gantt chart has been improved.
* HTML reports are now rendered with an embedded browser instead of lauching an
external browser.
* Export reports are now loaded into the editor when selected in the report browser.
* The GUI supports now multiple project templates. The templates can be
customized on loading to reflect the current date.
* Added date picker to GUI editor. By pressing CTRL+D the user can insert or
change a date using the comfortable date picker widget.
* The GUI editor now supports search and replace over all files.
* The computation of completion degrees of container task has been improved to
produce more meaningful values for all milestone or all effort tasks.
* To get Gantt and resource reports in the GUI the column 'chart' must be
specified. They are no longer displayed automatically. This was done to have
more consistency between the printed version of the GUI reports and the other
reports.
* The default separator for CSV files is now a semicolon since this is what
OpenOffice.org uses by default. But this can be changed if needed.
* The projection scheduling mode has been fixed and extended. In strict mode
bookings will be scheduled only after the current date. In sloppy mode, bookings
will also be scheduled prior to the current date for tasks that have no bookings
at all. The modes can be set in the scenario definition.
* Fixed reporting of value 1,000 in US currency format.
* Fixed reported task duration value in all report types. Value was only correct
when unit 'days' was used.
* Fixed account reports which had summary lines that were all 0. In HTML reports
the summary columns were rendered all black.
* Fixed detection of cyclic brother tasks. This caused taskjuggler to go into a
memory hogging endless loop.
* Fixed bug in priority handling. Under certain circumstances resources were
allocated to lower priority tasks even though they should have been assigned to
higher priority tasks.
* Fixed critical bug that turned 'precedes' of parent tasks into 'depends' of
child tasks.
* Fixed cost accounting for non-working resources. They were always accounted to 0.
Comment 1 Cameron Maxwell 2005-12-11 04:25:23 UTC
Tested with a bumb of the taskjuggler-2.1.1-r1.ebuild, compiles and operates
correctly.  Should be safe just to bumb to 2.2.0.
Comment 2 steveb 2005-12-27 14:59:43 UTC
(In reply to comment #1)
> Tested with a bumb of the taskjuggler-2.1.1-r1.ebuild, compiles and operates
> correctly.  Should be safe just to bumb to 2.2.0.

I can confirm that. The old taskjuggler-2.1.1-r1 ebuild failed on my system to complie with gcc 4.0.2-r2, but the 2.2.0 bumbed ebuild compiles without any problem.
Comment 3 Michael Imhof (RETIRED) gentoo-dev 2005-12-28 15:50:47 UTC
In cvs. Thanks for your help.