author | Mahlon E. Smith <mahlon@martini.nu> |
Sat, 31 Aug 2019 21:47:20 -0700 | |
changeset 129 | 3bb9610fcc12 |
parent 126 | 9e04aa833d37 |
child 132 | c06315e8f0ac |
permissions | -rw-r--r-- |
126
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
1 |
|
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
2 |
2019-06-26 v1.5.0 |
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
3 |
|
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
4 |
* Default display attributes can set as an option |
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
5 |
|
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
6 |
* Support user specific aliases |
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
7 |
|
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
8 |
* Manage configuration file from within the shell |
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
9 |
|
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
10 |
* Improvements to 'ls -l' output |
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
11 |
|
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
12 |
* Mirror command line flags with those of openldap tools |
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
13 |
|
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
14 |
* Documentation improvements |
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
15 |
|
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
16 |
|
96 | 17 |
2017-06-07 v1.4.0 |
18 |
||
19 |
* Optionally support server side pagination controls. |
|
20 |
||
21 |
* Documentation spelling corrections. |
|
22 |
||
23 |
||
89 | 24 |
2016-01-12 v1.3.2 |
25 |
||
26 |
* Don't test for optional perl modules by string eval(). |
|
27 |
||
28 |
* Migration to BitBucket for issue tracking and downloads. |
|
29 |
Primary repository is still (and will continue to be) martini.nu. |
|
30 |
||
31 |
* Fix anonymous binds when SASL is not used. |
|
32 |
||
33 |
* Allow the period character when moving an entry by DN. |
|
34 |
||
35 |
* Allow editor arguments in your .shelldap.rc or EDITOR environment |
|
36 |
variable when editing files externally. |
|
37 |
||
38 |
||
39 |
2015-03-04 v1.3.1 |
|
40 |
||
41 |
* Use the system definied tempdir instead of hardcoding /tmp. |
|
42 |
||
43 |
||
44 |
2014-12-04 v1.3.0 |
|
45 |
||
46 |
* Add a 'less' command, that does the same as cat, but uses a pager. |
|
47 |
||
48 |
||
49 |
2014-08-11 v.1.2.0 |
|
50 |
||
51 |
* Disable LDIF line wrapping when writing -to- temporary files. |
|
52 |
||
53 |
* Add 'rm' for a fully qualified DN, instead of only working with RDN. |
|
54 |
||
55 |
||
56 |
2014-06-23 v1.1.1 |
|
57 |
||
58 |
* Fix pod documentation so it can build without complaint under perl 5.20. |
|
59 |
||
60 |
||
61 |
2014-06-21 v.1.1.0 |
|
62 |
||
63 |
* Add CONTRIBUTORS file. |
|
64 |
||
65 |
* Add simple (optional) SASL support. |
|
66 |
||
67 |
* Fix the DN regexp to include dashes. |
|
68 |
||
69 |
||
70 |
2013-05-15 v1.0.2 |
|
71 |
||
72 |
* Automatically use ldif syntax highlighting for editors that understand LDIF. |
|
73 |
||
74 |
* Catch a case where the LDAP object is defined, but in a state that |
|
75 |
schema/root_dse are not obtainable. Add the connected server to |
|
76 |
'id/whoami' output. |
|
77 |
||
78 |
* Fix another LCS edge case. |
|
79 |
||
80 |
||
81 |
2013-04-18 v1.0.1 |
|
82 |
||
83 |
* Fix for edge case Diff::LCS traversals. |
|
84 |
* Ensure re-edit state is cleared in between attempts. |
|
85 |
||
86 |
||
87 |
2013-03-19 v1.0.0 |
|
88 |
||
89 |
* Add the "inspect" command, which provides some quick reference for |
|
90 |
server schema objectClasses and attributes. |
|
91 |
||
92 |
* Add a command line option (-f) to specify an alternate configuration file. |
|
93 |
||
94 |
* Allow setting the $editor from the config file. |
|
95 |
||
96 |
* Offer to re-enter the editor if there is an error during create or |
|
97 |
edit, so changes aren't lost. |
|
98 |
||
99 |
* Change the version number to reflect semantic versioning (http://semver.org). |
|
100 |
||
101 |
* Alter the default wrap width for LDIF to expand to the terminal |
|
102 |
size, with an optional rc file override. |
|
103 |
||
104 |
* More robust path for connection retries. Show optional, unused |
|
105 |
attributes as comments in the editor. |
|
106 |
||
107 |
||
108 |
2013-01-08 v0.7 |
|
109 |
||
110 |
* Attempt to retry the operation on failure. |
|
111 |
||
112 |
* Add a flag to force a password prompt, so you can override |
|
113 |
credentials from your cached shelldap.rc. |
|
114 |
||
115 |
* Make the behaviour of cd, edit and mkdir similar to cat and |
|
116 |
delete/rm and fail if some RDN's in the argument contain spaces |
|
117 |
without beeing quoted. |
|
118 |
||
119 |
||
120 |
2011-09-06 v0.5 |
|
121 |
||
122 |
* Backout the additional objectClasses patch for mkdir: same behavior |
|
123 |
can be acheived with 'touch', less complex to leave it as is. |
|
124 |
||
125 |
* Add a --version flag. |
|
126 |
||
127 |
* Add better verbosity when saving connection cache data. |
|
128 |
||
129 |
* Make sure the hasSubordinates attribute is defined before checking its value. |
|
130 |
||
131 |
* Fix 'ls -R' output. |
|
132 |
||
133 |
* Repair broken path behavior, remove unneeded #path_to_dn 'relative' flag. |
|
134 |
||
135 |
* Add method path_to_dn() to convert a given "path" to a DN |
|
136 |
||
137 |
* mkdir: support more objectclasses |
|
138 |
||
139 |
* make_filter: cope with filters that are already parenthesized |
|
140 |
||
141 |
* cd: flexible treatment of repeated '..', even as prefix |
|
142 |
||
143 |
* base(): make more secure, allow '' as DN |
|
144 |
||
145 |
* Added documentation for the additional short flags. |
|
146 |
||
147 |
* Accept short option names for some options |
|
148 |
||
149 |
* use symbolic LDAP error codes instead of numbers |
|
150 |
||
151 |
* Exit with a nicer error message if IO::Socket::SSL isn't installed. |
|
152 |
||
153 |
* Allow '-' on RDN name when copying |
|
154 |
||
155 |
||
156 |
2011-02-17 v0.4 |
|
157 |
||
158 |
* Follow regular man page conventions. |
|
159 |
||
160 |
* Improve performance for cd/ls for containers with a large number of entries. |
|
161 |
||
162 |
||
163 |
2011-02-17 v0.3 |
|
164 |
||
165 |
* Update documentation, now that multiline edits work. Minor other cleanups. |
|
166 |
||
167 |
* Combine multiple lines into a single one before displaying LDIF. |
|
168 |
||
169 |
* Append a trailing slash to entries that contain other entries. |
|
170 |
||
171 |
* Add options to support ssl key verification when connecting with TLS. |
|
172 |
||
173 |
* Display correct configuration file in error message, if a YAML parse error occurrs. |
|
174 |
||
175 |
||
176 |
2008-12-04 v0.2 |
|
177 |
||
178 |
* Start using a repository. :-) |
|
179 |
||
180 |