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.
This commit is contained in:
Bruno Wolff III 2013-05-23 23:34:48 -05:00
parent 409caf7074
commit 5a0bde6c21
2 changed files with 5 additions and 1 deletions

View File

@ -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"

View File

@ -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