commit 5a0bde6c2191b283850558eff1bfffbe5ea95a3a Author: Bruno Wolff III bruno@wolff.to Date: Thu May 23 23:34:48 2013 -0500
Pick up pile of changes made for beta
A bunch of changes to master and f19 were made shortly before beta to get things under their size limits. Some other fixes were made as well.
configure.ac | 2 +- spin-kickstarts.spec.in | 4 ++++ 2 files changed, 5 insertions(+), 1 deletions(-) --- diff --git a/configure.ac b/configure.ac index 1beda73..aebe8a5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([spin-kickstarts], 0.20.3) +AC_INIT([spin-kickstarts], 0.20.4) AC_SUBST([RELEASE], 1)
ALL_LINGUAS="bn_IN bn ca cs da de el es fi fr gl gu hi hr hu is it ja ko ml ms nb nl or pa pl pt pt_BR ru sk sl sr@latin sr sv ta tr uk zh_CN zh_TW" diff --git a/spin-kickstarts.spec.in b/spin-kickstarts.spec.in index 52231c1..c0812fd 100644 --- a/spin-kickstarts.spec.in +++ b/spin-kickstarts.spec.in @@ -76,6 +76,10 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{name}/l10n/README
%changelog +* Thu May 23 2013 Bruno Wolff III bruno@wolff.to 0.20.4-1 +- Pick up changes for getting spins under size limits +- Pick up various fixes for other issues + * Mon May 06 2013 Bruno Wolff III bruno@wolff.to 0.20.3-1 - Add missing ks files to Makefile.am - bz 959911