Routine bugfix upgrade to version 4.0.3 ChangeLog: This release contains a number of bugfixes and small improvements since the 4.0.2 release; a few of the more notable ones include: * Due to a change in RT 3.8.9, which also affected RT 4.0.0 and higher, TransactionBatch scrips were run twice; this has now been fixed. * A new toggle has been added to expand all quote folding in a ticket's transaction history. * New "On Forward", "On Forward Transaction" and "On Forward Ticket" conditions have been added. * Ticket searches no longer forget which saved search they were loaded from when being updated. * A new "make jsmin" target has been added to aid in downloading, compiling, and installing jsmin. * Improved threading for automatically generated emails concerning a ticket. * Improved detection of Outlook-style message fowarding headers. * No longer error when a user has supplied a non-existant RT style; instead, fall back to the default. This is particularly relevant for users coming RT 3.8 with the 3.6 stylesheet applied, which no longer exists in 4.0. * Improved handling of files named "0", and Unicode filenames, in file uploads. * Tickets can no longer be linked to deleted tickets. * Restore missing menus on simple search result pages. * Fix support for perl 5.12 and later by removing a deprecated use of "defined %hash". While Here: -- Drop last remnants of apache-1.3.x support: minimum version is now 2.0.x -- Install the necessary data required to update DB schema to match the new version of RT. This should help people that install from pkgs. -- Update pkg-message accordingly
Responsible Changed From-To: freebsd-ports-bugs->clsung I'll take it.
clsung 2011-11-10 06:15:25 UTC FreeBSD ports repository Modified files: www/rt40 Makefile distinfo pkg-plist www/rt40/files pkg-message.in Log: Routine bugfix upgrade to version 4.0.3 ChangeLog: This release contains a number of bugfixes and small improvements since the 4.0.2 release; a few of the more notable ones include: * Due to a change in RT 3.8.9, which also affected RT 4.0.0 and higher, TransactionBatch scrips were run twice; this has now been fixed. * A new toggle has been added to expand all quote folding in a ticket's transaction history. * New "On Forward", "On Forward Transaction" and "On Forward Ticket" conditions have been added. * Ticket searches no longer forget which saved search they were loaded from when being updated. * A new "make jsmin" target has been added to aid in downloading, compiling, and installing jsmin. * Improved threading for automatically generated emails concerning a ticket. * Improved detection of Outlook-style message fowarding headers. * No longer error when a user has supplied a non-existant RT style; instead, fall back to the default. This is particularly relevant for users coming RT 3.8 with the 3.6 stylesheet applied, which no longer exists in 4.0. * Improved handling of files named "0", and Unicode filenames, in file uploads. * Tickets can no longer be linked to deleted tickets. * Restore missing menus on simple search result pages. * Fix support for perl 5.12 and later by removing a deprecated use of "defined %hash". While Here: -- Drop last remnants of apache-1.3.x support: minimum version is now 2.0.x -- Install the necessary data required to update DB schema to match the new version of RT. This should help people that install from pkgs. -- Update pkg-message accordingly PR: ports/162420 Submitted by: maintainer (Matthew Seaman) Revision Changes Path 1.45 +7 -2 ports/www/rt40/Makefile 1.12 +2 -2 ports/www/rt40/distinfo 1.8 +17 -3 ports/www/rt40/files/pkg-message.in 1.15 +131 -0 ports/www/rt40/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thank You.