yast2-services-manager/yast2-services-manager.changes
ZYpp Developers 9eed2ee398 - 0.0.10
- add alias services for services-manager client
- replace old tests with rspec tests
- add yast clients: target_proposal, services_proposal, target_finish
- various fixes of modules' API

- Fix the ruby dep and drop clean section as it is useless.

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-services-manager?expand=0&rev=16
2013-10-25 13:22:52 +00:00

64 lines
2.0 KiB
Plaintext

-------------------------------------------------------------------
Fri Oct 25 12:31:53 UTC 2013 - vmoravec@suse.com
- 0.0.10
- add alias services for services-manager client
- replace old tests with rspec tests
- add yast clients: target_proposal, services_proposal, target_finish
- various fixes of modules' API
-------------------------------------------------------------------
Sun Sep 15 08:49:56 UTC 2013 - tchvatal@suse.com
- Fix the ruby dep and drop clean section as it is useless.
-------------------------------------------------------------------
Fri Sep 13 14:42:38 UTC 2013 - vmoravec@suse.com
- 0.0.9
- Refactoring of module API
- Added tests
-------------------------------------------------------------------
Wed Jul 10 15:27:49 CEST 2013 - locilka@suse.com
- 0.0.8
- Added full AutoYast support
- Temporarily disabled tests for openSUSE 13.1 and further
- Added dependency on ruby-bindings >= 1.2.0
-------------------------------------------------------------------
Thu Jul 4 14:04:32 CEST 2013 - locilka@suse.com
- Dialogs and their handling split into separate file to be used
from Autoyast
- Double click in table of services enables/disables the selected
service
-------------------------------------------------------------------
Thu Jun 27 08:42:20 UTC 2013 - vmoravec@suse.com
- 0.0.7
- Use updated yast2-ruby-bindings
- Adapt namespace to new yast2-ruby-bindings
-------------------------------------------------------------------
Fri Jun 21 15:20:35 CEST 2013 - locilka@suse.com
- 0.0.6
- Added infrastructure for tests and one simple exemplary test
-------------------------------------------------------------------
Fri Jun 21 11:12:03 CEST 2013 - locilka@suse.com
- 0.0.5
- SystemdTarget.all changed to return hash instead of array
- Using target description in UI
-------------------------------------------------------------------
Thu Jun 20 10:39:41 CEST 2013 - locilka@suse.com
- 0.0.4
- Initial version: Services can be started and stopped, enabled
or disabled. Default target can be set.