New version 29.3-1
- Remove useless constants from pyanaconda.dbus.constants (vponcova) - Use identifiers to get observers and proxies (vponcova) - Remove the publish method from DBus interfaces (vponcova) - Replace constants in publish and register methods (vponcova) - Replace constants in DBus interface names (vponcova) - Define DBus errors with the dbus_error decorator (vponcova) - Use namespaces and identifiers to describe Anaconda DBus objects (vponcova) - Add support for identification of DBus objects and services (vponcova) - User module should parse only rootpw for now (#1553488) (vponcova) - localization module: plug localization module into keyboard GUI spoke (rvykydal) - localization module: add KeyboardKickstarted property (rvykydal) - localization module: add KS support for keyboard command (rvykydal) - localization module: don't use Kickstarted so another command can be added (rvykydal) - Fix release docs (mkolman) - network: set TYPE value in ifcfg from kickstart in initrmfs (rvykydal) - Make formatting consistent in AnacondaWidgets.xml (riehecky)
This commit is contained in:
parent
6de9719ea0
commit
d0534026ec
1
.gitignore
vendored
1
.gitignore
vendored
@ -134,3 +134,4 @@
|
||||
/anaconda-28.22.tar.bz2
|
||||
/anaconda-29.1.tar.bz2
|
||||
/anaconda-29.2.tar.bz2
|
||||
/anaconda-29.3.tar.bz2
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 29.2
|
||||
Version: 29.3
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
@ -334,6 +334,26 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 09 2018 Martin Kolman <mkolman@redhat.com> - 29.3-1
|
||||
- Remove useless constants from pyanaconda.dbus.constants (vponcova)
|
||||
- Use identifiers to get observers and proxies (vponcova)
|
||||
- Remove the publish method from DBus interfaces (vponcova)
|
||||
- Replace constants in publish and register methods (vponcova)
|
||||
- Replace constants in DBus interface names (vponcova)
|
||||
- Define DBus errors with the dbus_error decorator (vponcova)
|
||||
- Use namespaces and identifiers to describe Anaconda DBus objects (vponcova)
|
||||
- Add support for identification of DBus objects and services (vponcova)
|
||||
- User module should parse only rootpw for now (#1553488) (vponcova)
|
||||
- localization module: plug localization module into keyboard GUI spoke
|
||||
(rvykydal)
|
||||
- localization module: add KeyboardKickstarted property (rvykydal)
|
||||
- localization module: add KS support for keyboard command (rvykydal)
|
||||
- localization module: don't use Kickstarted so another command can be added
|
||||
(rvykydal)
|
||||
- Fix release docs (mkolman)
|
||||
- network: set TYPE value in ifcfg from kickstart in initrmfs (rvykydal)
|
||||
- Make formatting consistent in AnacondaWidgets.xml (riehecky)
|
||||
|
||||
* Mon Mar 05 2018 Martin Kolman <mkolman@redhat.com> - 29.2-1
|
||||
- Use the user DBUS module in the UI (mkolman)
|
||||
- Use the user DBUS module for the rootpw command in kickstart.py (mkolman)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-29.2.tar.bz2) = 4b051cda88116ddc46dce2e33510ff256ec495ed089859be50f5094fbd1d7fcca92f0577743299d0245ead615a8abcbdf596835573e8a6b3cfc50cf244458ebe
|
||||
SHA512 (anaconda-29.3.tar.bz2) = b249f5d6051641c697f38b14e22c18b7ca40d741049408c747f6804a07a2221ef5e8cfada3744ac94bfbf72ed82ea349468def09d29b6eb2d090f1229cd010fe
|
||||
|
Loading…
Reference in New Issue
Block a user