Johann Kois
6f77e3ee7a
r54263
...
MFde: 11.4-RELEASE is available. Update the German websites accordingly.
2020-06-20 07:00:41 +00:00
Johann Kois
6ed2991b2c
r54196 -> r54230
...
MFde: Resync the project news page
2020-06-20 06:21:54 +00:00
Ruey-Cherng Yu
bf6b1d7de1
- fix broken link of 11.4 release announcement
2020-06-19 07:08:07 +00:00
Ruey-Cherng Yu
7f4f7b4586
- fix broken links to release announcement
2020-06-19 07:05:01 +00:00
Ruey-Cherng Yu
bee993070e
Update and use new 'rel*.*' macros to reflect 11.4 release
2020-06-19 06:40:24 +00:00
Ruey-Cherng Yu
13e25a0adb
- Traditional Chinese Translation of the latest news item (June)
...
Merge the following from the English version : r54185 -> r54263
2020-06-19 04:33:00 +00:00
Ruey-Cherng Yu
0e5b5707d9
- Traditional Chinese Translation of the news item (May)
...
Merge the following from the English version : r54051 -> r54185
2020-06-19 03:18:53 +00:00
Ruey-Cherng Yu
0c5f252940
- remove the link to Java newsflash page.
2020-06-19 02:46:34 +00:00
Ruey-Cherng Yu
15d2b50c3f
- Traditional Chinese Translation of the news item (April)
...
Merge the following from the English version : r54010 -> r54051
2020-06-19 02:00:01 +00:00
Glen Barber
339fa921f4
Remove the commented 'download-rel' and 'dowload-rel2' sections.
...
Convert the 11.3-RELEASE links from 'rel1.foo' to 'rel113.foo' for
consistency with the rest of the file.
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-06-18 18:23:01 +00:00
Glen Barber
eeaa98b6f6
Re-enable the 11.4-STABLE snapshot URLs.
...
Use the 'rel114' macros in place of 'rel1' to avoid confusion.
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-06-18 17:14:06 +00:00
Ruey-Cherng Yu
a4f372e776
- Traditional Chinese Translation of the news item (February and March)
...
Merge the following from the English version : r53844 -> r54010
2020-06-18 11:20:08 +00:00
Joseph Mingrone
11ac41b8b1
Update dates in core bylaws page
...
Approved by: doc (bcr)
Differential Revision: https://reviews.freebsd.org/D25336
2020-06-18 11:10:32 +00:00
Ruey-Cherng Yu
0793a95a47
- Traditional Chinese Translation of the news item (January)
...
Merge the following from the English version : r53733 -> r53844
2020-06-18 10:34:03 +00:00
Bjoern Heidotting
ffe7c73cee
Fix typo.
2020-06-17 21:14:34 +00:00
Sean Bruno
0ae4fec1b9
Theoretically, unexpire my pgp key.
2020-06-17 21:10:52 +00:00
Bjoern Heidotting
37803e3333
Update to r53872:
...
Upgrade Samba references
2020-06-17 21:08:39 +00:00
Bjoern Heidotting
fbd00d9c72
Update to r54019:
...
Add missing <systemitem class="username"></systemitem> tag.
2020-06-17 20:51:28 +00:00
Glen Barber
1aea00071e
Add 11.4-RELEASE to the EN and SA templates.
...
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-06-16 17:27:13 +00:00
Glen Barber
70c9e5f7f2
Announce 11.4-RELEASE.
...
Approved by: re (implicit)
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-06-16 15:54:02 +00:00
Glen Barber
a4833027fd
Add entries for 11.4-RELEASE manual pages.
...
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-06-16 14:21:30 +00:00
Glen Barber
e54bbcdb9b
Connect the installation page to the build.
...
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-06-16 14:07:17 +00:00
Glen Barber
0babaf410e
Regen after r362228.
...
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-06-16 14:03:23 +00:00
Glen Barber
7b2187f6c0
Connect the 11.4 errata page to the build.
...
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-06-16 13:49:50 +00:00
Glen Barber
e3001799bc
Regen after r362223.
...
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-06-16 12:17:09 +00:00
Garance A Drosehn
01957a17eb
- Update my PGP key with a newer expiry date. Hopefully I did it right!
2020-06-16 04:08:37 +00:00
Benedict Reuschling
ce0736b18b
Add optional fop install step to generate PDF output.
...
The textproc/fop is an optional package that can be installed to generate
PDF output of our docs. It is not included in textproc/docproj by default
and if not strictly required, but for those who want PDFs we describe how.
While here, bump the copyright dates of the FDP primer.
Thanks to Pau Amma for this change.
PR: 247019
Submitted by: pauamma_gundo.com
Reviewed by: debdrup, allanjude
Approved by: allanjude, bcr
Differential Revision: https://reviews.freebsd.org/D25170
2020-06-15 16:29:35 +00:00
Benedict Reuschling
7bcd3378e9
Update the debugging section to include lldb as well.
...
Clean up the sections a bit to distinguish the two available debuggers (gdb
and llvm). This includes giving the existing gdb sections a title that
ends in "with gdb". The existing gdb section were grouped together into a
new "Using gdb" section and moved up one section level (sect3 to sect2).
A new section "Introduction to available debuggers" introduces and
distinguishes gbd and lldb. Insert a new "Using lldb" section after the
introduction, using the same structure and example code as the gdb section
to ease comparison between the two compilers.
An earlier reference to gdb is replaced by a generic debugger reference.
Include the neccessary whitespace changes. On top of that, update copyright
years of the developers-handbook.
Thanks to Pau Amma for his diligent work on the patch and incorporating
our feedback from the review!
Submitted by: pauamma_gundo.com
Reviewed by: debdrup, woodsb02, emaste, bcr
Approved by: bcr
Differential Revision: https://reviews.freebsd.org/D25139
2020-06-15 08:13:08 +00:00
Mark Linimon
6fd6f2470f
Document OSVERSION 1300098.
2020-06-14 15:07:59 +00:00
Sergio Carlavilla Delgado
983675ef05
Remove stale links and their references in the article
2020-06-14 08:10:06 +00:00
Fernando Apesteguía
c2cea2c5b2
Add Nick Black to contributors
...
Maintainer of: devel/doctest
devel/notcurses
PR: 246923
2020-06-13 15:53:16 +00:00
Bjoern Heidotting
16dc56f086
Update to r53995:
...
remove sparc from bsdinstall section
2020-06-12 20:13:47 +00:00
Bjoern Heidotting
8ca671881c
Update to r53992:
...
Reorganize the installation section to follow the bsdinstall steps
2020-06-12 20:08:41 +00:00
Bjoern Heidotting
e1b7b1f8a6
Update to r53739:
...
o Bump copyright year
o Add 12.1-RELEASE
2020-06-12 17:59:20 +00:00
Bjoern Heidotting
0d634a1e6f
Update to r53989:
...
Upgrade Guided Partitioning Using Root-on-ZFS section
2020-06-12 17:47:15 +00:00
Bjoern Heidotting
540292fbb6
Update to r54009:
...
Add a section about switching pkg from the quarterly branch
to the latest branch.
2020-06-12 17:27:01 +00:00
Glen Barber
c42b3406c9
Update the 11.4-RELEASE schedule to reflect the final RELEASE builds
...
have started.
Approved by: re (implicit)
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-06-12 00:04:02 +00:00
Gordon Bergling
b481543253
Add my missing gpg key from r54244
...
When exporting a diff from phabricator new files seems to be omitted.
Reported by: gjb, jenkins
Approved by: bcr (mentor, implicit)
2020-06-11 20:15:42 +00:00
Gordon Bergling
161d4c03b5
Add myself (gbe) as doc committer
...
Reviewed by: bcr (mentor)
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D25199
2020-06-11 19:33:36 +00:00
Glen Barber
ee60fe5e19
Add additional files that need editing prior to starting the final release
...
build.
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-06-11 18:06:01 +00:00
Glen Barber
2018926036
Belatedly prune checksum files for RC1.
...
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-06-11 17:44:58 +00:00
Glen Barber
3428c9ac14
Regen after r362070.
...
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-06-11 17:44:25 +00:00
Glen Barber
ae7eb821f3
Connect the readme page to the build.
...
Add the installation page to the Makefile, but not yet connected
to the build.
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-06-11 17:39:44 +00:00
Glen Barber
8bf8f2d0c0
Add the installation page.
...
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-06-11 17:39:10 +00:00
Glen Barber
fc3e762540
Regen after r362069.
...
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-06-11 17:38:20 +00:00
Glen Barber
e4da0bb095
Regen after r362068.
...
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-06-11 17:27:55 +00:00
Glen Barber
9628f28039
Regen after r362062.
...
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-06-11 15:19:55 +00:00
Niclas Zeising
ddd334733b
porters-handbook: Fix whitespace in example
...
Fix whitespace in example in the submitting ports section of the porters
handbook. This was broken in r54233.
2020-06-10 19:41:51 +00:00
Bjoern Heidotting
bc71bf679f
Update to r54012:
...
Document how to enable precise cursor synchronization with bhyve & VNC
2020-06-10 19:16:13 +00:00
Niclas Zeising
774fa4fc7d
porters handbook: De-empasize the use of shar
...
De-empasize the use of shar archives when submitting new ports.
When we were still using gnats and CVS, shar was the best way of submitting
new ports to the PR database, for inclusion in the ports tree. These days,
it is usually easier to use a patch from svn, or even git.
Move the shar example further to the bottom of the page in the section about
submitting ports to the FreeBSD project.
Dicussed with: many
Reviewed by: allanjude, bapt, bcr, emaste, mat
Differential Revision: https://reviews.freebsd.org/D25148
2020-06-10 18:55:57 +00:00