Skip to content

Commit 77791fb

Browse files
author
Marcin Przepiorowski
committed
ver 2.3.3.1
1 parent 5c9722a commit 77791fb

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
1922
Download a compiled version of DxToolkit for required platform from a [releases page](https://github.com/delphix/dxtoolkit/releases).
2023
Create a configuration file *dxtools.conf* based on dxtools.conf.example or a Wiki page.
2124

2225
Check 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

2633
Perl 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
```

lib/Toolkit_helpers.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use File::Spec;
2929

3030
use lib '../lib';
3131

32-
our $version = '2.3.3';
32+
our $version = '2.3.3.1';
3333

3434
sub logger {
3535
my $debug = shift;

0 commit comments

Comments
 (0)