Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
markov2 committed Jan 18, 2019
1 parent 49834cc commit 49b06db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 28 deletions.
34 changes: 7 additions & 27 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,47 +1,27 @@
= release 3.5.0-rc4

Fixes:
- Minor bug fixes

= release 3.5.0

Fixes:
- #260 race condition while collecting in parallel.

= release 3.5.0-rc3

Fixes:
- work-around to make sort buttons work.
- running phantomjs to take pictures.
- install do not unpack sources again.

= release 3.5.0-rc2

Fixes:
- path for taranis command, to prefer local templates
- matching keywords in IMAP/POP sources
- parsing email attachments in display assess
- #255 emailing assess item fails

= release 3.5.0
Fri Jan 18 13:29:24 CET 2019

Please see the website for upgrade instructions.
Please see the wiki for more details and upgrade instructions.
https://github.com/NCSC-NL/taranis3/wiki

Bugfixes are discussed in the issues in GitHUB. This file only lists
substantial changes. The public wiki provides more details on the
changes and fixes.

Changes:
Changes (since 3.4.0)
- Upgrade license from EUPL 1.1 to EUPL 1.2
- Change the way that copyright and license is included in the code.
- Remove personal names from the code.
- Rename 'taranis specint send-reminders' to 'taranis send specint-reminders'

Improvements:
Improvements: (since 3.4.x)
- add 'taranis send year-stats'
- add 'taranis db remove-items'
- add 'taranis db schema-version'
- add 'taranis install --remove'
- add reply-to header to publications
- add assess page short-cut '!'
- advisory print preview contains advisory matrix
- full rewrite of search
- many, many small bugfixes and small features
2 changes: 1 addition & 1 deletion pm/Taranis.pm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use File::Path qw(make_path);
use Taranis::FunctionalWrapper qw(CGI);

our @ISA = qw(Exporter);
our $VERSION = '3.5.0_06';
our $VERSION = '3.5.0';

our %EXPORT_TAGS = ();
$EXPORT_TAGS{util} = [
Expand Down

0 comments on commit 49b06db

Please sign in to comment.