From 752bcb4a7ac2ed6dda13476c9a63f25fc8ec2b8e Mon Sep 17 00:00:00 2001 From: Adam Williamson awilliam@redhat.com Date: Oct 31 2017 22:09:52 +0000 Subject: Not shipping release notes with F27 due to not ready in time: see RHBZ#1506052
---
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index da214f5..0000000 --- a/.gitignore +++ /dev/null @@ -1,38 +0,0 @@ -fedora-release-notes-13.2.tar.gz -/fedora-release-notes-13.95.0.tar.gz -/fedora-release-notes-14.0.0.tar.gz -/fedora-release-notes-14.1.0.tar.gz -/fedora-release-notes-14.1.1.tar.gz -/fedora-release-notes-14.1.2.tar.gz -/fedora-release-notes-14.95.0.tar.gz -/fedora-release-notes-14.96.1.tar.gz -/fedora-release-notes-14.98.0.tar.gz -/fedora-release-notes-15.0.0.tar.gz -/fedora-release-notes-15.1.0.tar.gz -/fedora-release-notes-15.95.0.tar.gz -/fedora-release-notes-16.0.0.tar.gz -/fedora-release-notes-16.1.0.tar.gz -/fedora-release-notes-16.95.0.tar.gz -/fedora-release-notes-16.96.0.tar.gz -/fedora-release-notes-17.0.0.tar.gz -/fedora-release-notes-17.0.1.tar.gz -/fedora-release-notes-17.1.0.tar.gz -/fedora-release-notes-17.95.0.tar.gz -/release-notes-20-0.0.tar.bz2 -/release-notes-20-0.1.tar.bz2 -/release-notes-20-0.2.tar.bz2 -/release-notes-20-0.3.tar.bz2 -/release-notes-20-0.4.tar.bz2 -/fedora-release-notes-20-0.5.src.rpm -/release-notes-20-0.6.tar.bz2 -/release-notes-20-0.8.tar.bz2 -/fedora-release-notes-20-0.9.src.rpm -/release-notes-21-03.tar.bz2 -/release-notes-21-04.tar.bz2 -/release-notes-21.04.tar.bz2 -/release-notes-22.01.tar.bz2 -/release-notes-23.02.tar.bz2 -/release-notes-24.00.tar.bz2 -/release-notes-24.01.tar.bz2 -/release-notes-25.0.tar.gz -/release-notes-25.0-1.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..ede022e --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Not shipping release notes with F27 due to not ready in time: see RHBZ#1506052 diff --git a/fedora-release-notes.spec b/fedora-release-notes.spec deleted file mode 100644 index c82da35..0000000 --- a/fedora-release-notes.spec +++ /dev/null @@ -1,581 +0,0 @@ -Name: fedora-release-notes -Version: 25.01 -Release: 3%{?dist} -Summary: Release Notes -# since name of git repo may not be name of package, we define it here to aid reuse. -%global gitname %(echo %{name}|sed -e 's/^fedora-//') -License: CC-BY-SA -URL: https://docs.fedoraproject.org -#Source0: http://git.fedorahosted.org/cgit/docs/release-notes.git/snapshot/%%7Bgitname... -Source0: https://pagure.io/releases/release-notes/release-notes-25.0-1.tar.gz -BuildArch: noarch -BuildRequires: publican, publican-fedora, desktop-file-utils - -%description -These are the official Release Notes for Fedora %{version}, -written and edited by the Fedora community. For more -information on the Release Notes process or how you can -contribute, refer to the Release Notes HOWTO located at -http://fedoraproject.org/wiki/Docs/Beats/HowTo. - -%prep -%setup -q -n release-notes - -%build -export LANG=en_US.utf8 -desktop-file-edit --set-comment="%{summary} for Fedora %{version}" build/%{name}.desktop -desktop-file-edit --set-icon="%{name}" build/%{name}.desktop -LOCALES="en-US" -for LANGDIR in * ; do - if locale -a|sed -e's/_/-/'|grep -qx ${LANGDIR} - then publican build --langs=${LANGDIR} --formats=html - REALLANG=$(echo "${LANGDIR}"|sed -e 's/-/_/') - mv tmp/${LANGDIR}/html/* tmp/${LANGDIR}/ - rm -rf tmp/${LANGDIR}/{html,xml*} - LOCALES="${LOCALES}, "${LANGDIR}"" - sed --in-place "/</ul>/i <li><a href='./${LANGDIR}/index.html' />${LANGDIR}</li>" build/index.html - if [ ${LANGDIR} != en-US ] - then TRANSNAME=$(grep -A1 'msgid "%{summary}"' ${LANGDIR}/Article_Info.po|tail -1|sed -r 's/.*"(.*)".*$/\1/') - TRANSCOMMENT=$(grep -A1 'msgid "%{summary} for Fedora %{version}"' ${LANGDIR}/Article_Info.po |tail -1|sed -r 's/.*"(.*)".*$/\1/') - desktop-file-edit --set-key="Name[${REALLANG}]" --set-value="${TRANSNAME}" build/%{name}.desktop - desktop-file-edit --set-key="Comment[${REALLANG}]" --set-value="${TRANSCOMMENT}" build/%{name}.desktop - fi - fi -done -sed --in-place -e "s/LOCALESTRING/${LOCALES}/" build/index.html -find tmp -name overrides.css -execdir sed -i -e "1 s/^/.producttitle span { color: white; }\n/" {} ; - -cp build/%{name}.desktop build/%{name}.webapp.desktop -desktop-file-edit --set-key=OnlyShowIn --set-value="GNOME;" build/%{name}.webapp.desktop -desktop-file-edit --set-key=NotShowIn --set-value="GNOME;" build/%{name}.desktop -desktop-file-edit --set-key=Exec --set-value="xdg-open file://%{_docdir}/%{name}/index.html" build/%{name}.desktop - -%install -ICONDIR="%{buildroot}%{_datadir}/icons/hicolor/" -cd build -for SZ in icons/* ; do -SZA=${SZ#icons/} -mkdir -p %buildroot}%{_datadir}/icons/hicolor/${SZA}/apps - if [ "${SZA}" == "scalable" ] ; then : - install -m 644 -Dp ${SZ}/apps/fedora-documentation.svg \ - ${ICONDIR}${SZA}/apps/fedora-release-notes.svg - else - install -m 644 -Dp ${SZ}/apps/fedora-documentation.png \ - ${ICONDIR}${SZA}/apps/fedora-release-notes.png - fi -done -desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{name}.desktop -desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{name}.webapp.desktop - -%post -/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : -/usr/bin/update-desktop-database &> /dev/null || : - -%postun -if [ $1 -eq 0 ] ; then - /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null - /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -fi -/usr/bin/update-desktop-database &> /dev/null || : -%posttrans -/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - -%files -%{_datadir}/applications/%{name}.desktop -%{_datadir}/applications/%{name}.webapp.desktop -%{_datadir}/icons/hicolor/*/apps/%{name}.png -%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg -%doc tmp/* build/index.html - - - -%changelog -* Wed Jul 26 2017 Fedora Release Engineering releng@fedoraproject.org - 25.01-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering releng@fedoraproject.org - 25.01-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Tue Nov 8 2016 Nick Bebout nb@fedoraproject.org - 25.01-1 -- Update for F25 - -* Tue Apr 19 2016 Pete Travis immanetize@fedoraproject.org - 24.01-1 -- updating prerelease draft for f24 beta - -* Wed Feb 03 2016 Fedora Release Engineering releng@fedoraproject.org - 24.00-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Mon Nov 09 2015 Pete Travis immanetize@fedoraproject.org - 24.00-1 -- Provide prelease info for F24 - -* Mon Oct 12 2015 Pete Travis immanetize@fedoraproject.org - 23.01-1 -- F23 Final Freeze Milestone - -* Wed Jun 17 2015 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 22.01-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Feb 09 2015 Pete Travis immanetize@fedoraproject.org - 22.01-1 -- Prelease info for F22 - -* Sat Sep 06 2014 Pete Travis immanetize@fedoraproject.org - 21-04 -- Correcting GNOME desktop file - -* Sun Aug 31 2014 Pete Travis immanetize@fedoraproject.org - 21-03 -- Correcting path in desktop file - -* Sun Aug 31 2014 Pete Travis immanetize@fedoraproject.org - 21-02 -- Add GNOME-specific desktop file to launch release notes as webapp - -* Sat Aug 30 2014 Pete Travis immanetize@fedoraproject.org - 21-01 -- Provide prerelease information only - -* Sat Jun 07 2014 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 20-0.10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Thu Dec 12 2013 Pete Travis me@petetravis.com - 20-0.9 -- minor corrections - -* Thu Dec 12 2013 Pete Travis me@petetravis.com - 20-0.8 -- Updates to printing beat - -* Mon Dec 09 2013 Pete Travis me@petetravis.com - 20-0.7 -- Updating contributors list - -* Thu Dec 05 2013 Pete Travis me@petetravis.com - 20-0.6 -- updating GNOME beat - -* Wed Dec 04 2013 Pete Travis me@petetravis.com - 20-0.5 -- Updates to reflect post-Beta change status -- Including translations - -* Thu Nov 07 2013 Pete Travis me@petetravis.com - 20-0.4 -- Correcting some minor markup issues. - -* Thu Nov 07 2013 Pete Travis me@petetravis.com - 20-0.3 -- Corrections of various typos -- Updated feature set for F20 Beta - -* Mon Oct 21 2013 Pete Travis immanetize@fedoraproject.org 20-0.2 -- Fix desktop file -- Adjust CSS for title banner - -* Sun Oct 20 2013 Pete Travis immanetize@fedoraproject.org 20-0.1 -* Updated content for F20 Beta - -* Sat Aug 03 2013 Pete Travis immanetize@fedoraproject.org 20-0.0 -- Prepared source for F20 beats -- Added a brief explanation of Rawhide and development branches, and a more verbose appeal to users of those branches. - -* Tue Jun 25 2013 Pete Travis immanetize@fedoraproject.org 19-0.13 -- zh_CN, fr-FR, nl-NL, ja-JP translations added -- Various content updates - -* Thu Jun 13 2013 Pete Travis immanetize@fedoraproject.org 19-0.12 -- Typos, corrections, clarifications, and updates. -- Added Hardware Overview section - -* Fri May 24 2013 Pete Travis immanetize@fedoraproject.org 19-0.9.b -- Some revisions and updates for F19 Beta RNs - -* Mon May 13 2013 Pete Travis immanetize@fedoraproject.org 19-0.8.b -- Adding content for F19 Beta - -* Tue Mar 12 2013 Pete Travis immanetize@fedoraproject.org 19-0.5.a -- Syncing updates process with upstream. No content change. - -* Tue Mar 12 2013 Pete Travis immanetize@fedoraproject.org 19-0.1.a -- Initial build for F19. There is no actual content at this point. - -* Thu Mar 07 2013 Pete Travis immanetize@fedoraproject.org 18.0.0-5 -- Bumping version so updates work. - -* Tue Feb 26 2013 Pete Travis immanetize@fedoraproject.org 18.04 -- Retool spec file to build doc in koji -- Now installs to /usr/share/doc -- Thanks to Dan Mashal, Kevin Fenzi for testing and encouragement - -* Tue Jan 8 2013 Nick Bebout nb@fedoraproject.org - 18.0.0-3 -- Pull in latest changes from master - -* Tue Jan 8 2013 Nick Bebout nb@fedoraproject.org - 18.0.0-2 -- Update Revision History - -* Tue Jan 8 2013 Nick Bebout nb@fedoraproject.org - 18.0.0-1 -- Update for Fedora 18 final - -* Tue Dec 4 2012 John J. McDonough jjmcd@fedoraproject.org - 17.95.0 -- Fedora 18 Beta release notes - -* Thu Jul 19 2012 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 17.1.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Tue May 29 2012 John J. McDonough jjmcd@fedoraproject.org - 17.1.0 -- Bugs 821168,821412,821413,824529 -- 705245, 751516 NOT corrected (yet) -- Remove Cloudstack reference -- Add languages fr-FR,it-IT (17.0 only) - -* Mon May 14 2012 John J. McDonough jjmcd@fedoraproject.org - 17.0.1 -- Add languages ja-JP,nl-NL,zh-CN,zh-TW - -* Tue May 8 2012 John J. McDonough jjmcd@fedoraproject.org - 17.0.0 -- Remove draft status -- Bulgarian and Ukranian translations - -* Mon May 7 2012 John J. McDonough jjmcd@fedoraproject.org - 16.97.0 -- BZ#817295 - various typos and broken links -- BZ#817553 - Typos in Amateur Radio and Scientific and Technical sections -- gimp has been updated to 2.8.0 -- Section on multi-seat -- Changes to direct kernel boot -- BZ#819160 - Typo in Circuit Design -- BZ#819161 - Correct URL in Circuit Design -- BZ#819164 - typo in Embedded Development section - -* Wed Mar 28 2012 John J. McDonough jjmcd@fedoraproject.org - 16.96.0 -- Additional updates for Fedora 17 beta - -* Wed Mar 21 2012 John J. McDonough jjmcd@fedoraproject.org - 16.95.0 -- Updated for Fedora 17 beta - -* Fri Jan 13 2012 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 16.1.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Nov 1 2011 John J. McDonough jjmcd@fedoraproject.org - 16.1.0-1 - - BZ#741975 - Various typos - - BZ#743614 - Better prose on systemd database handling - - BZ#743618 - Improved prose in setting up multiple PostgreSQL servers - - BZ#737187 - Warning about GRUB user - - BZ#743960 - Include mention of D2 - - BZ#739661 - Warning about UID/GID change - - BZ#745235 - rc.local no longer packaged - - BZ#746015 - Virtualization security - - BZ#747940 - GTK capitalization - - BZ#746672 (against VG) QEMU - capitalization - - Clean up links - - Dedication to Dennis Ritchie - - Additional translations - -* Mon Oct 10 2011 John J. McDonough jjmcd@fedoraproject.org - 16.0.0-1 - - Build for F16 GA - - Stale F15 content (BZ#741830) - - Typos in boot (BZ#743981) - -* Fri Sep 16 2011 John J. McDonough jjmcd@fedoraproject.org - 15.98.0-1 - - Release for F16 beta - -* Fri Jun 3 2011 John J. McDonough jjmcd@fedoraproject.org - 15.1.0-1 - - Typo in Virtualization (BZ#705928) - - gnuplot not GNU plot (BZ#707318) - - device naming (BZ#707730) - - Correct version number of boost (BZ#707786) - - Remove reference to disappeared GS-Theme-Selector (BZ#708085) - -* Tue May 10 2011 John J. McDonough jjmcd@fedoraproject.org - 15.0.0-1 -- Updated doc-publican-rpm (icons named to match package) -- BZ#680165, BZ#699770, BZ#701638, BZ#701780, BZ#702669 - -* Sat May 07 2011 Christopher Aillon caillon@redhat.com - 14.98.0-2 -- Update icon cache and desktop database scriptlets - -* Thu Apr 7 2011 John J. McDonough jjmcd@fedoraproject.org - 14.98.0-1 -- Remove dom0, dnssec, riak dropped from features -- Add description of IcedTea -- Admonitions in GNOME - -* Thu Apr 7 2011 Zachary. M Oglesby oglesbyzm@gmail.com - 14.96.1-2 -- Fixed spec file - -* Thu Apr 7 2011 John J. McDonough jjmcd@fedoraproject.org - 14.96.0-1 -- Point Kernel to kernelnewbies (Kernel) -- Point features to F15 instead of general feature page (Overview) -- Correct boxgrinder URL (Virtualization) -- Correct Python URL (Developer Tools) -- Correct Rails URL (Developer Tools) -- Correct avr-gcc URL (Embedded Development) -- Correct avr-c++ URL (Embedded Development) -- Correct avr-binutils URL (Embedded Development) -- Correct dfu-programmer URL (Embedded Development) -- Correct xlog URL (Amateur radio) -- Correct splat URL (Amateur radio) -- Remove redundant systemd and add administrative user per Rahul - -* Thu Apr 7 2011 John J. McDonough jjmcd@fedoraproject.org - 14.95.2-1 -- Separate .desktop files for GNOME and XFCE/LXDE - -* Tue Apr 5 2011 John J. McDonough jjmcd@fedoraproject.org - 14.95.1-1 -- Additional icon sizes (including scalable) BZ#694371 - -* Tue Apr 5 2011 John J. McDonough jjmcd@fedoraproject.org - 14.95.0-1 -- Notes for Fedora 15 Beta - -* Tue Feb 15 2011 Tom Callaway spot@fedoraproject.org - 14.1.2-3 -- fix noise during post by adding Requires(post) for touch - -* Tue Feb 08 2011 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 14.1.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Tue Nov 9 2010 John J. McDonough jjmcd@fedoraproject.org - 14.1.2-1 -- Additional languages -- BZ#649122 - -* Tue Nov 2 2010 John J. McDonough jjmcd@fedoraproject.org - 14.1.1-1 -- Remove javascript from htmls - -* Mon Nov 1 2010 John J. McDonough jjmcd@fedoraproject.org - 14.1.0-1 -- Zero day updates -- BZ#641421 -- Remove systemd references - -* Mon Oct 18 2010 John J. McDonough jjmcd@fedoraproject.org - 14.0.3-1 -- Add French, Swedish, Catalan - -* Sun Oct 17 2010 John J. McDonough jjmcd@fedoraproject.org - 14.0.2-1 -- Updates to Russian, Ukranian, Dutch - -* Sun Oct 17 2010 John J. McDonough jjmcd@fedoraproject.org - 14.0.1-2 -- Correct problem with icons - -* Sun Oct 17 2010 John J. McDonough jjmcd@fedoraproject.org - 14.0.1-1 -- Correct problem in Russian translation - -* Sat Oct 16 2010 John J. McDonough jjmcd@fedoraproject.org - 14.0.0-1 -- Update for F14 release - -* Mon Sep 13 2010 John J. McDonough jjmcd@fedoraproject.org - 13.95.0-4 -- Correct description in specfile -- Corrects BZ#632819 - -* Mon Sep 13 2010 John J. McDonough jjmcd@fedoraproject.org - 13.95.0-3 -- Release Notes for Beta - -* Tue May 11 2010 John J. McDonough jjmcd@fedoraproject.org - 13-5 -- Add Russian translation - -* Mon May 10 2010 John J. McDonough jjmcd@fedoraproject.org - 13-4 -- Zero day updates: -- Configuration change in varnish, BZ#588953 -- Incorrect link in kernel BZ#590492 - -* Mon May 3 2010 Paul W. Frields stickster@gmail.com - 13-3 -- Include ToC in document - -* Mon May 3 2010 Paul W. Frields stickster@gmail.com - 13-2 -- Remove unnecessary desktop file validation - -* Mon May 3 2010 Paul W. Frields stickster@gmail.com - 13-1 -- Update for F13 GA release -- Add icons for hicolor theme per XDG - -* Sun May 2 2010 John J. McDonough jjmcd@fedoraproject.org - 12.97.0-9 -- Test build prior to GA rpm - -* Sat May 1 2010 John J. McDonough jjmcd@fedoraproject.org - 12.97.0-8 -- Change KDE desktop file BZ#482947 - -* Tue Apr 27 2010 John J. McDonough jjmcd@fedoraproject.org - 12.97.0-7 -- Write to html.lang - -* Mon Apr 5 2010 John J. McDonough jjmcd@fedoraproject.org - 12.0.95-4 -- Remove dependency on htmlview for non-desktop installs - -* Wed Mar 24 2010 John J. McDonough jjmcd@fedoraproject.org - 12.0.95-3 -- Correct license, requires - -* Wed Mar 24 2010 John J. McDonough jjmcd@fedoraproject.org - 12.0.95-2 -- Build for Beta - -* Wed Mar 24 2010 John J. McDonough jjmcd@fedoraproject.org - 12.0.95-1 -- Test Build - -* Tue Nov 10 2009 John J. McDonough jjmcd@fedoraproject.org - 12.0.2-1 -- Correct issue with about-fedora omf files - -* Tue Nov 10 2009 John J. McDonough jjmcd@fedoraproject.org - 12.0.1-1 -- Zero day updates - -* Tue Nov 3 2009 John J. McDonough jjmcd@fedoraproject.org - 12.0.0-4 -- Eliminate publican during the build due to 0.44 => 1.0 probs - -* Tue Nov 3 2009 John J. McDonough jjmcd@fedoraproject.org - 12.0.0-3 -- requires publican publican-fedora - -* Tue Nov 3 2009 John J. McDonough jjmcd@fedoraproject.org - 12.0.0-2 -- Touch up .omf files for about-fedora - -* Mon Nov 2 2009 John J. McDonough jjmcd@fedoraproject.org - 12.0.0-1 -- Fedora 12 notes -- Compared to Fedora 11, many documents and formats omitted -- Only xml provided and then only for f-r-n and about-fedora. - -* Fri May 29 2009 John J. McDonough jjmcd@fedoraproject.org - 11.0.1-2 -- More translations, bump release - -* Thu May 28 2009 John J. McDonough jjmcd@fedoraproject.org - 11.0.1-1 -- Updated english in release-notes, bump version - -* Wed May 13 2009 Paul W. Frields stickster@gmail.com - 11.0.0-2 -- Fix homepage content - -* Thu May 7 2009 John J. McDonough jjmcd@fedoraproject.org - 11.0.0-1 -- Update for Fedora 11 release candidate - -* Tue Apr 14 2009 John J. McDonough jjmcd@fedoraproject.org - 10.93.0-1 -- Use publican for F11 Preview release - -* Sun Nov 16 2008 Paul W. Frields stickster@gmail.com - 10.0.0-1 -- Updates for F10 GA release - -* Fri Nov 7 2008 Paul W. Frields stickster@gmail.com - 10.0.0-0.2 -- Snapshot package for updated fedora-release compatibility - -* Thu Oct 30 2008 Paul W. Frields stickster@gmail.com - 9.92-4 -- Fix URI in Release Notes OMF file (#469179) - -* Tue Oct 28 2008 Paul W. Frields stickster@gmail.com - 9.92-3 -- Correct file names for Fedora 10 Preview Release - -* Fri Oct 17 2008 Paul W. Frields stickster@gmail.com - 9.92-2 -- Update version for Fedora 10 Preview Release - -* Thu Oct 2 2008 Paul W. Frields stickster@gmail.com - 9.92-1 -- Bump version and release to match for F10 Preview Release -- Fix description -- Fix missing README content - -* Mon Sep 22 2008 Tom "spot" Callaway tcallawa@redhat.com - 8.92-2 -- Provides: system-release-notes - -* Sat Jul 19 2008 Paul W. Frields stickster@gmail.com - 9.0.2-1 -- Content and translation updates -- Fix description (#453255) - -* Mon May 12 2008 Paul W. Frields stickster@gmail.com - 9.0.1-1 -- Update with various bugfixes and translation updates - -* Wed Apr 16 2008 Paul W. Frields stickster@gmail.com - 9.0.0-1 -- Update for Fedora 9 final release - -* Thu Mar 20 2008 Paul W. Frields stickster@gmail.com - 8.92-1 -- Bump version for Fedora 9 Preview Release - -* Wed Nov 7 2007 Paul W. Frields stickster@gmail.com - 8.90-1 -- Update for F-9 development branch - -* Wed Nov 7 2007 Paul W. Frields stickster@gmail.com - 8.0.1-1 -- Update with various bugfixes and translation updates - -* Tue Oct 30 2007 Paul W. Frields stickster@gmail.com - 8.0.0-3 -- Fix release number in description - -* Wed Oct 24 2007 Paul W. Frields stickster@gmail.com - 8.0.0-2 -- Fix leftover draft notice on local startpage copy (#350801) - -* Mon Oct 22 2007 Paul W. Frields stickster@gmail.com - 8.0.0-1 -- Update for final release - -* Wed Sep 26 2007 Bill Nottingham notting@redhat.com - 7.92-2 -- fix symlinking (#306781) -- set license tag -> Open Publication - -* Sun Sep 16 2007 Paul W. Frields stickster@gmail.com - 7.92-1 -- Include new start page -- Push new content for F8 test3 - -* Wed Sep 12 2007 Paul W. Frields stickster@gmail.com - 7.91-1 -- Link stylesheet resources to save space - -* Mon Aug 27 2007 Paul W. Frields stickster@gmail.com - 7.90-2 -- Remove superfluous PNG files -- Bump release for rebranding change in homepage - -* Tue Aug 21 2007 Paul W. Frields stickster@gmail.com - 7.90-1 -- Resituate HTML documentation for release spins - -* Thu May 10 2007 Paul W. Frields stickster@gmail.com - 7.0.0-1 -- Fix fedora-release-notes to use yelp ghelp facility -- Fix post script to properly update scrollkeeper -- Build for F7 - -* Fri Apr 27 2007 Paul W. Frields stickster@gmail.com - 6.93-3 -- Relocate about-fedora and use yelp's ghelp: facility (#208220) -- Fix distro name in OMF and document metadata - -* Mon Apr 23 2007 Jesse Keating jkeating@redhat.com - 6.93-2 -- Updated translations and bits from wiki - -* Sun Apr 15 2007 Paul W. Frields stickster@gmail.com - 6.93-1 -- Update for Fedora 7 test4 - -* Fri Mar 23 2007 Paul W. Frields stickster@gmail.com - 6.92-5 -- Bump release to include fixes in homepage module - -* Fri Mar 23 2007 Paul W. Frields stickster@gmail.com - 6.92-4 -- Add temporary community help notice to Release Notes for F7 test3 - -* Thu Mar 22 2007 Paul W. Frields stickster@gmail.com - 6.92-3 -- Bump release for rebuild - -* Thu Mar 22 2007 Paul W. Frields stickster@gmail.com - 6.92-2 -- Use content from all supplemental modules in Docs CVS - -* Mon Mar 19 2007 Paul W. Frields stickster@gmail.com - 6.92-1 -- Update for Fedora 7 test3 - -* Sat Jan 27 2007 Paul W. Frields stickster@gmail.com - 6.91-1 -- Update for Fedora 7 test2 - -* Sun Oct 15 2006 Paul W. Frields stickster@gmail.com - 6-3 -- Fix IG publication URL -- Amend CSS to respect font selections and restore icons - -* Sun Oct 8 2006 Paul W. Frields stickster@gmail.com - 6-2 -- Localize About Fedora menu item (somewhat) - -* Thu Oct 05 2006 Jesse Keating jkeating@redhat.com - 6-1 -- Build for FC6, lots of new translations - -* Sat Sep 30 2006 Paul W. Frields stickster@gmail.com - 5.92-7 -- Include new i18n browser home page - -* Mon Sep 25 2006 Jesse Keating jkeating@redhat.com - 5.92-6 -- Bump for lang fixes - -* Tue Sep 12 2006 Paul W. Frields stickster@gmail.com - 5.92-5 -- Update scrollkeeper data for about-fedora - -* Mon Sep 11 2006 Paul W. Frields stickster@gmail.com - 5.92-4 -- Update about-fedora - -* Wed Sep 6 2006 Paul W. Frields stickster@gmail.com - 5.92-3 -- Make sure we package README-BURNING-ISOS files - -* Tue Sep 5 2006 Jesse Keating jkeating@redhat.com - 5.92-1 -- Bump for 5.92 - -* Fri Sep 1 2006 Paul W. Frields stickster@gmail.com - 5.91-8 -- Handle i18n OMF files - -* Sat Aug 26 2006 Paul W. Frields stickster@gmail.com - 5.91-7 -- Add README-BURNING-ISOS.txt for inclusion in mirrors -- Put About document in proper directory - -* Wed Aug 2 2006 Jesse Keating jkeating@redhat.com - 5.91-6 -- bump - -* Wed Aug 2 2006 Paul W. Frields stickster@gmail.com - 5.91-5 -- Add README-Accessibility (moved from fedora-release) - -* Wed Jul 26 2006 Paul W. Frields stickster@gmail.com - 5.91-4 -- Process paths correctly (#200266) -- Package standalone HTML - -* Sun Jul 23 2006 Jesse Keating jkeating@redhat.com - 5.91-3 -- Only use tabs -- Version the indexhtml provides/obsoletes -- Cleanup post and postun scriptlets -- Don't require fedora-release, fedora-release requires us. -- Add a URL tag - -* Sun Jul 16 2006 Paul W. Frields stickster@gmail.com - 5.91-1 -- Initial release for Fedora Core 6 test2. diff --git a/fedora-release-notes16.png b/fedora-release-notes16.png deleted file mode 100644 index 91a6e1e..0000000 Binary files a/fedora-release-notes16.png and /dev/null differ diff --git a/fedora-release-notes22.png b/fedora-release-notes22.png deleted file mode 100644 index 86ddd39..0000000 Binary files a/fedora-release-notes22.png and /dev/null differ diff --git a/fedora-release-notes24.png b/fedora-release-notes24.png deleted file mode 100644 index 55c3a7c..0000000 Binary files a/fedora-release-notes24.png and /dev/null differ diff --git a/fedora-release-notes32.png b/fedora-release-notes32.png deleted file mode 100644 index 66fa0cd..0000000 Binary files a/fedora-release-notes32.png and /dev/null differ diff --git a/fedora-release-notes48.png b/fedora-release-notes48.png deleted file mode 100644 index e009a11..0000000 Binary files a/fedora-release-notes48.png and /dev/null differ diff --git a/sources b/sources deleted file mode 100644 index 4891174..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -d22c71c7d670a1ee45d0429eaf6407c4 release-notes-25.0-1.tar.gz
https://src.fedoraproject.org/rpms/fedora-release-notes/c/752bcb4a7ac2ed6dda...
scm-commits@lists.fedoraproject.org