yast2-services-manager/yast2-services-manager.changes

140 lines
4.1 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Tue Jan 7 17:01:45 CET 2014 - locilka@suse.com
- Reusing already defined constant in SystemdTarget instead of
redefining it again
- 0.0.22
-------------------------------------------------------------------
Tue Dec 3 09:33:19 UTC 2013 - vmoravec@suse.com
- 0.0.21
- Fix installation proposal for default taret
- Do not validate new target outside of normal mode
-------------------------------------------------------------------
Thu Nov 28 08:20:59 UTC 2013 - vmoravec@suse.com
- 0.0.20
- fix prep in spec
-------------------------------------------------------------------
Wed Nov 27 13:41:46 UTC 2013 - vmoravec@suse.com
- 0.0.19
- use versioned tarball
-------------------------------------------------------------------
Wed Nov 27 12:50:10 UTC 2013 - vmoravec@suse.com
- 0.0.18
- remove dependency on ruby 2.0
-------------------------------------------------------------------
Wed Nov 27 10:13:56 UTC 2013 - vmoravec@suse.com
- fix publishing export method in SystemdService module
- 0.0.17
-------------------------------------------------------------------
Tue Nov 26 07:43:18 UTC 2013 - vmoravec@suse.cz
- fix missing dependency on Mode module
- 0.0.16
-------------------------------------------------------------------
Fri Nov 22 14:47:02 UTC 2013 - vmoravec@suse.com
- 0.0.15
- do not call dbus during installation for setting
default_target
-------------------------------------------------------------------
Mon Nov 11 13:01:49 UTC 2013 - vmoravec@suse.com
- 0.0.14
- obsoletes yast2-runlevel package
-------------------------------------------------------------------
Mon Nov 11 11:13:12 UTC 2013 - vmoravec@suse.com
- 0.0.13
- group base target constants for better referencing from
withing other modules and clients
-------------------------------------------------------------------
Wed Nov 6 16:49:42 UTC 2013 - vmoravec@suse.com
- 0.0.12
- complete autoyast support
-------------------------------------------------------------------
Mon Nov 4 12:09:05 UTC 2013 - vmoravec@suse.com
- 0.0.11
- list missing LSB services bnc#846422
-------------------------------------------------------------------
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.