Skip to content
Snippets Groups Projects
Commit e9aeac45 authored by Ivan Savin's avatar Ivan Savin
Browse files

0.1.4-alt1

- Add checking of user rights to execute methods using polkit.
- Data from alterator-manager is now transferred not in a GHashTable,
  but in a structure ManagerData.
- Add check for the correctness of the interface name in a backend file.
- Add check for the correctness of the node name in a backend file.
- Add automatic addition of prefix 'ru.basealt.alterator.' to the interface
  name from a file.
- Update docs/README-ru.md.
parent dc4c95b5
No related branches found
Tags 0.1.4-alt1
No related merge requests found
%define alterator_libexecdir %_prefix/libexec/alterator
Name: alterator-manager
Version: 0.1.3
Version: 0.1.4
Release: alt1
Summary: Modular tool for system configuration via D-Bus
......@@ -49,6 +49,16 @@ mkdir -p %buildroot%_datadir/alterator/backends
%_includedir/alterator
%changelog
* Mon May 22 2023 Ivan Savin <svn17@altlinux.org> 0.1.4-alt1
- Add checking of user rights to execute methods using polkit.
- Data from alterator-manager is now transferred not in a GHashTable,
but in a structure ManagerData.
- Add check for the correctness of the interface name in a backend file.
- Add check for the correctness of the node name in a backend file.
- Add automatic addition of prefix 'ru.basealt.alterator.' to the interface
name from a file.
- Update docs/README-ru.md.
* Fri Apr 21 2023 Ivan Savin <svn17@altlinux.org> 0.1.3-alt1
- Add thread_limit option to manager section in backend file.
- Update doc/README-ru.md.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment