Skip to content

Commit

Permalink
- prepared release
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRohde committed Oct 5, 2017
1 parent 6125629 commit cd42c36
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.1.2: BETA
1.1.2: 2017/05/10
- moved source code from sourceforge to github
- added folder upload support via folder drag and drop and menu dialog
- changed file/folder action dialog
Expand All @@ -12,6 +12,10 @@
- added session authentication support
- added Brotli compression support (module IO::Compress::Brotli required)
- added Localizer plugin for Web UI translation support
- improved accessiblity: improved screenreader and keyboard support
- converted all web interface icons to SVG
- added folder tree view, big icon and small icon view

1.1.1: 2016/9/10
- fixed broken images in ImageInfo extension bug
- fixed wrong thumbnail toggle state bug in QuickToggle extension
Expand Down
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.2RC1
1.1.2
2 changes: 1 addition & 1 deletion lib/perl/WebDAVCGI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ use HTTPHelper qw( print_header_and_content );
use CacheManager;


$RELEASE = '1.1.2RC1.22';
$RELEASE = '1.1.2';

use vars qw( $_METHODS_RX );

Expand Down

0 comments on commit cd42c36

Please sign in to comment.