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 1
1
# Change Log
2
2
3
+ ## 2.3.3.1
4
+
5
+ ### Changed
6
+
7
+ * timezone bug fix
8
+
3
9
## 2.3.3
4
10
5
11
### 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
16
16
* OpenSSL 1.0 library is required for Solaris Sparc, Solaris x64, Red Hat 6 and Red Hat 7
17
17
* OpenSSL 0.98 library is required for Red Hat 5
18
18
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
+
19
22
Download a compiled version of DxToolkit for required platform from a [ releases page] ( https://github.com/delphix/dxtoolkit/releases ) .
20
23
Create a configuration file * dxtools.conf* based on dxtools.conf.example or a Wiki page.
21
24
22
25
Check a [ documentation] ( https://github.com/delphix/dxtoolkit/wiki ) for more details
23
26
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
+
24
31
### Source version
25
32
26
33
Perl version 5.16 or higher
@@ -38,7 +45,8 @@ Perl version 5.16 or higher
38
45
- Net::SSLeay
39
46
- IO::Socket::SSL
40
47
- LWP::Protocol::https
41
-
48
+ - Term::ReadKey
49
+ - Log::Syslog::Fast
42
50
43
51
## Legalness
44
52
```
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ use File::Spec;
29
29
30
30
use lib ' ../lib' ;
31
31
32
- our $version = ' 2.3.3' ;
32
+ our $version = ' 2.3.3.1 ' ;
33
33
34
34
sub logger {
35
35
my $debug = shift ;
You can’t perform that action at this time.
0 commit comments