parent
359bcb02f9
commit
7e9216448a
5 changed files with 69 additions and 5 deletions
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
name: fedora
|
||||
version: f37
|
||||
prerelease: false
|
||||
version: rawhide
|
||||
# Navigation is in the main 'fedora' component:
|
||||
# https://pagure.io/fedora-docs/release-docs-home
|
||||
|
|
|
|||
|
|
@ -37,3 +37,4 @@
|
|||
*** xref:kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc[Working with Kernel Modules]
|
||||
** xref:RPM.adoc[RPM]
|
||||
** xref:Wayland.adoc[The Wayland Display Server]
|
||||
** xref:Revision_History.adoc[Revision History]
|
||||
|
|
|
|||
|
|
@ -0,0 +1,65 @@
|
|||
|
||||
:experimental:
|
||||
|
||||
[[app-Revision_History]]
|
||||
= Revision History
|
||||
|
||||
Note that revision numbers relate to the edition of this manual, not to version numbers of Fedora.
|
||||
|
||||
`1-10`:: Tue Oct 30 2018, Petr Bokoč (pbokoc@redhat.com)
|
||||
|
||||
* Fedora 29 Final release
|
||||
|
||||
* All external links are now converted to HTTPS where applicable (link:++https://pagure.io/fedora-docs/system-administrators-guide/issue/7++[issue 7])
|
||||
|
||||
* The chapter about *anacron* now mentions that it won't run by default when the system is being powered by a battery (link:++https://pagure.io/fedora-docs/system-administrators-guide/issue/8++[issue 8])
|
||||
|
||||
* Fixed a keyring name in the Kernel Module Authentication chapter (link:++https://pagure.io/fedora-docs/system-administrators-guide/issue/11++[issue 11])
|
||||
|
||||
* Removed mentions of *rsyslog* as a default syslog
|
||||
|
||||
* Various fixes related to the new publishing system
|
||||
|
||||
`1-9`:: Sun Jun 25, 2017, Ryan (t3rm1n4l@fedoraproject.org)
|
||||
|
||||
* Converted document to asciidocs, updated table refs, removed manual line breaks, fixed formatting and some grammar
|
||||
|
||||
`1-8`:: Mon Nov 14 2016, Petr Bokoč (pbokoc@redhat.com)
|
||||
|
||||
* Fedora 25 release of the [citetitle]_System Administrator's Guide_.
|
||||
|
||||
`1-7`:: Tue June 21 2016, Stephen Wadeley (swadeley@redhat.com)
|
||||
|
||||
* Fedora 24 release of the [citetitle]_System Administrator's Guide_.
|
||||
|
||||
`1-5`:: Mon Nov 02 2015, Stephen Wadeley (swadeley@redhat.com)
|
||||
|
||||
* Fedora 23 release of the [citetitle]_System Administrator's Guide_.
|
||||
|
||||
`1-4.1`:: Tue Oct 27 2015, Stephen Wadeley (swadeley@redhat.com)
|
||||
|
||||
* Added "`Gaining Privileges`" chapter, "`Using OpenSSH Certificate Authentication`" section, and made improvements to the GRUB 2 chapter.
|
||||
|
||||
`1-4`:: Mon May 25 2015, Stephen Wadeley (swadeley@redhat.com)
|
||||
|
||||
* Fedora 22 release of the [citetitle]_System Administrator's Guide_.
|
||||
|
||||
`1-3`:: Mon Apr 4 2015, Stephen Wadeley (swadeley@redhat.com)
|
||||
|
||||
* Replaced Yum chapter with DNF chapter.
|
||||
|
||||
`1-2.1`:: Wed Mar 4 2015, Stephen Wadeley (swadeley@redhat.com)
|
||||
|
||||
* Added "`Working with the GRUB 2 Boot Loader`" chapter.
|
||||
|
||||
`1-2`:: Tue Dec 9 2014, Stephen Wadeley (swadeley@redhat.com)
|
||||
|
||||
* Fedora 21 release of the [citetitle]_System Administrator's Guide_.
|
||||
|
||||
`1-1`:: Thu Aug 9 2012, Jaromír Hradílek (jhradilek@redhat.com)
|
||||
|
||||
* Updated Network Interfaces.
|
||||
|
||||
`1-0`:: Tue May 29 2012, Jaromír Hradílek (jhradilek@redhat.com)
|
||||
|
||||
* Fedora 17 release of the [citetitle]_System Administrator's Guide_.
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
:MAJOROS: Fedora
|
||||
:MAJOROSVER: Fedora Rawhide
|
||||
:OSORG: The Fedora Project
|
||||
:PKGOS: fc37
|
||||
:PKGOS: fc35
|
||||
:PRODUCT: Fedora Documentation
|
||||
:PRODVER: 37
|
||||
:PRODVER: Rawhide
|
||||
:YEAR: 2021
|
||||
|
|
|
|||
1
site.yml
1
site.yml
|
|
@ -6,7 +6,6 @@ content:
|
|||
- url: .
|
||||
branches: HEAD
|
||||
- url: https://gitlab.com/fedora/docs/fedora-linux-documentation/release-docs-home.git
|
||||
branches: f37
|
||||
ui:
|
||||
bundle:
|
||||
url: https://gitlab.com/fedora/docs/docs-website/ui-bundle/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
|
||||
|
|
|
|||
Reference in a new issue