Skip to content

Commit

Permalink
Update for v1.5.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mahlonsmith committed Oct 13, 2019
1 parent 3e5868c commit 5488508
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
15 changes: 3 additions & 12 deletions .hgtags
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
66ab8df0b6c8bb0dcb5dce8a7e8cd6a28e6c7c04 0.2
46dfe9d6f3680bf38aeddda68f014fc8bf6517fc 0.3
664bbe3dcd44e842559978725bf2128538a2b40a 0.4
12f279ef4f9d03b12dffc30eb96cde1fdd456bbe 0.5
4e77e8e5d4672cc8ef0cd608f00a8ed4ed305342 0.7
27bbe75233a3da1482fededd7f67215bc716b2d5 1.0.0
0cc20d93ff50438fcb3fec864474b3cab492dd1a 1.0.1
94b64bbf93cfdfaf0ee68c54cd60bd85865fcb47 1.0.2
e1728adb2561a87a3ab10e57ae4b3140abf4b5cf 1.1.0
1a480ba231b6ef7714a08151434b7773a1851936 1.2.0
27bbe75233a3da1482fededd7f67215bc716b2d5 v1.0.0
e1728adb2561a87a3ab10e57ae4b3140abf4b5cf v1.1.0
1a480ba231b6ef7714a08151434b7773a1851936 v1.2.0
b3b840a4b56c534501ee930a8ca0b2e08ecb43bb v1.3.0
7b7810fee305fd420e6d1082000c833ca28803ac v1.3.1
aa4172c204d411c4f5693f2b12b472ea0a18cfd1 v1.3.2
e8af5aa8bd1541bd7d06f5f08c27d0c16b176df4 v1.4.0
d6a75d14db1261943924f265119c1812736aabd1 v1.5.0
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

2019-10-13 v1.5.1

* Repair SASL authentications, add a 'sasluser' option


2019-06-26 v1.5.0

* Default display attributes can set as an option
Expand Down
2 changes: 1 addition & 1 deletion shelldap
Original file line number Diff line number Diff line change
Expand Up @@ -2706,7 +2706,7 @@ use warnings;
use Fatal qw/open/;

$0 = 'shelldap';
my $VERSION = '1.5.0';
my $VERSION = '1.5.1';

use Getopt::Long qw(:config no_ignore_case);
use YAML::Syck qw//;
Expand Down

0 comments on commit 5488508

Please sign in to comment.