File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 2.3.3.1
4+
5+ ### Changed
6+
7+ * timezone bug fix
8+
39## 2.3.3
410
511### Changed
Original file line number Diff line number Diff line change @@ -16,11 +16,18 @@ Please check a [change log](https://github.com/delphix/dxtoolkit/blob/master/CHA
1616* OpenSSL 1.0 library is required for Solaris Sparc, Solaris x64, Red Hat 6 and Red Hat 7
1717* OpenSSL 0.98 library is required for Red Hat 5
1818
19+ If you don't have required version of OpenSSL library download a version with -openssl- in name, where
20+ those libraries are embbeded.
21+
1922Download a compiled version of DxToolkit for required platform from a [ releases page] ( https://github.com/delphix/dxtoolkit/releases ) .
2023Create a configuration file * dxtools.conf* based on dxtools.conf.example or a Wiki page.
2124
2225Check a [ documentation] ( https://github.com/delphix/dxtoolkit/wiki ) for more details
2326
27+ ### Known issues
28+
29+ There is no script dx_syslog on Windows and AIX due to lack of support of Log::Syslog::Fast Perl module
30+
2431### Source version
2532
2633Perl version 5.16 or higher
@@ -38,7 +45,8 @@ Perl version 5.16 or higher
3845- Net::SSLeay
3946- IO::Socket::SSL
4047- LWP::Protocol::https
41-
48+ - Term::ReadKey
49+ - Log::Syslog::Fast
4250
4351## Legalness
4452```
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ use File::Spec;
2929
3030use lib ' ../lib' ;
3131
32- our $version = ' 2.3.3' ;
32+ our $version = ' 2.3.3.1 ' ;
3333
3434sub logger {
3535 my $debug = shift ;
You can’t perform that action at this time.
0 commit comments