ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/pbcdedit/pbcdedit
(Generate patch)

Comparing pbcdedit/pbcdedit (file contents):
Revision 1.58 by root, Thu Aug 22 09:09:12 2019 UTC vs.
Revision 1.59 by root, Thu Aug 22 09:09:45 2019 UTC

19# along with this program. If not, see <https://www.gnu.org/licenses/>. 19# along with this program. If not, see <https://www.gnu.org/licenses/>.
20# 20#
21 21
22use 5.016; # numerous features need 5.14, __SUB__ needs 5.16 22use 5.016; # numerous features need 5.14, __SUB__ needs 5.16
23 23
24our $VERSION = '1.3'; 24our $VERSION = '1.4';
25our $JSON_VERSION = 3; # the version of the json objects generated by this program 25our $JSON_VERSION = 3; # the version of the json objects generated by this program
26 26
27our $CHANGELOG = <<EOF; 27our $CHANGELOG = <<EOF;
28 28
291.4 Thu Aug 22 10:48:22 CEST 2019 291.4 Thu Aug 22 10:48:22 CEST 2019
30 - new "create" subcommand. 30 - new "create" subcommand.
31 - "create" and "edit" try to save and restore ownership/permissions 31 - "create" and "edit" try to save and restore ownership/permissions
32 of bcd hives when writing the new file. 32 of bcd hives when writing the new file.
33 - editorial fixes to the documentation. 33 - editorial fixes to the documentation.
34 - add mininmal hive creation example.
34 35
351.3 Sat Aug 17 07:04:15 CEST 2019 361.3 Sat Aug 17 07:04:15 CEST 2019
36 - output of pbcdedit elements --json has changed, as it didn't 37 - output of pbcdedit elements --json has changed, as it didn't
37 take the reorganisation by classes fully into account. 38 take the reorganisation by classes fully into account.
38 - json schema bumped to 3. 39 - json schema bumped to 3.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines