Skip to content

Commit

Permalink
Version 5.1 releng
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmv committed Dec 15, 2014
1 parent e74f46e commit 69cd2b5
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 25 deletions.
52 changes: 29 additions & 23 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,28 +1,34 @@
0.05 2009-11-24

Features:

* subject tag per distribution, partial port from RT 3.8
* maintainers listed with links to distribution by maintainer

0.04 2009-11-24
5.1 2014-12-15
- Updated changelog
- Packaging and documenation updates

Features:
5.0 2014-12-12
- Be more restrained with simple search guessing
- s/::/-/g when loading queue names from request args in menus

* add 'Manage' menu for distribution with:
** ability to notify additional addresses
** distribution notes from maintainers
* Maintainers block
4.0 2013-05-30
- RT 4.0 compatibility
- More localizations
- Packaging updates
- Show distribution notes on ticket display and modify
- Display preferred bug tracker information from META.yml
- Show better "queue disabled" message

Fixes:
0.06 2009-12-25
- Close XSS with current user name

* better handling of disabled queues
* use ActiveStatus from the config
* don't use abort as it hides footer and
breaks validity of html
* more code reuse with RT-BugTracker-Public

0.03 Wed Mar 5 13:36:42 UTC 2008

* intial release to the CPAN
0.05 2009-11-24
- subject tag per distribution, partial port from RT 3.8
- maintainers listed with links to distribution by maintainer

0.04 2009-11-24
- add 'Manage' menu for distribution with ability to notify additional
addresses and distribution notes from maintainers
- Maintainers block
- better handling of disabled queues
- use ActiveStatus from the config
- don't use abort as it hides footer and breaks validity of html
- more code reuse with RT-BugTracker-Public

0.03 2008-03-05
- intial release to the CPAN
3 changes: 2 additions & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ requires:
perl: 5.8.3
resources:
license: http://opensource.org/licenses/gpl-license.php
version: '5.0'
version: '5.1'
x_module_install_rtx_version: '0.36'
x_requires_rt: 4.0.9
x_rt_too_new: 4.2.0
2 changes: 1 addition & 1 deletion lib/RT/BugTracker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ use warnings;
package RT::BugTracker;

use 5.008003;
our $VERSION = '5.0';
our $VERSION = '5.1';

=head1 NAME
Expand Down

0 comments on commit 69cd2b5

Please sign in to comment.