diff --git a/yast2-installation.changes b/yast2-installation.changes index 5b36bbc..085fe59 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Sep 26 12:27:55 CEST 2008 - locilka@suse.cz + +- Optimizing server_selections dialog layout (bnc #429977). +- Better text for installation initialization (bnc #428103). +- Better protection from removing the initial repository + (bnc #429920). +- 2.17.15 + +------------------------------------------------------------------- +Thu Sep 25 14:33:36 CEST 2008 - juhliarik@suse.cz + +- added calling kdump_finish to inst_finish.ycp (bnc #427732) + ------------------------------------------------------------------- Tue Sep 23 16:17:27 CEST 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index d0f24ea..631d0a6 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -20,7 +20,7 @@ Name: yast2-installation Version: 2.17.14 -Release: 1 +Release: 2 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -183,6 +183,14 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Fri Sep 26 2008 locilka@suse.cz +- Optimizing server_selections dialog layout (bnc #429977). +- Better text for installation initialization (bnc #428103). +- Better protection from removing the initial repository + (bnc #429920). +- 2.17.15 +* Thu Sep 25 2008 juhliarik@suse.cz +- added calling kdump_finish to inst_finish.ycp (bnc #427732) * Tue Sep 23 2008 locilka@suse.cz - Buggy SCR Agent run.get.suseconfig.modules replaced with .target.dir (bnc #429146).