fbpx
Wikipedia

FreeBSD version history

FreeBSD 1

Released in November 1993. 1.1.5.1 was released in July 1994.

FreeBSD 2

2.0-RELEASE was announced on 22 November 1994. The final release of FreeBSD 2, 2.2.8-RELEASE, was announced on 29 November 1998. FreeBSD 2.0 was the first version of FreeBSD to be claimed legally free of AT&T Unix code with approval of Novell. It was the first version to be widely used at the beginnings of the spread of Internet servers.

2.2.9-RELEASE was released April 1, 2006 as a fully functional April Fools' Day prank.[1]

FreeBSD 3

FreeBSD 3.0-RELEASE was announced on 16 October 1998.[2] The final release, 3.5-RELEASE, was announced on 24 June 2000.[3] FreeBSD 3.0 was the first branch able to support symmetric multiprocessing (SMP) systems, using a Giant lock and marked the transition from a.out to ELF executables. USB support was first introduced with FreeBSD 3.1, and the first Gigabit network cards were supported in 3.2-RELEASE.

FreeBSD 4

4.0-RELEASE appeared in March 2000[4] and the last 4-STABLE branch release was 4.11 in January 2005 supported until 31 January 2007.[5] FreeBSD 4 was lauded for its stability, was a favorite operating system for ISPs and web hosting providers during the first dot-com bubble,[dubious ] and is widely regarded[by whom?] as one of the most stable and high-performance operating systems of the whole Unix lineage. Among the new features of FreeBSD 4, kqueue(2) was introduced (which is now part of other major BSD systems) and Jails, a way of running processes in separate environments.[6]

Version 4.8 was forked by Matt Dillon to create DragonFly BSD. [7]

FreeBSD 5

After almost three years of development, the first 5.0-RELEASE in January 2003 was widely anticipated, featuring support for advanced multiprocessor and application threading, and for the UltraSPARC and IA-64 platforms. The first 5-STABLE release was 5.3 (5.0 through 5.2.1 were cut from -CURRENT). The last release from the 5-STABLE branch was 5.5 in May 2006.

The largest architectural development in FreeBSD 5 was a major change in the low-level kernel locking mechanisms to enable better symmetric multi-processor (SMP) support. This released much of the kernel from the MP lock, which is sometimes called the Giant lock. More than one process could now execute in kernel mode at the same time. Other major changes included an M:N native threading implementation called Kernel Scheduled Entities (KSE). In principle this is similar to Scheduler Activations. Starting with FreeBSD 5.3, KSE was the default threading implementation until it was replaced with a 1:1 implementation in FreeBSD 7.0.

FreeBSD 5 also significantly changed the block I/O layer by implementing the GEOM modular disk I/O request transformation framework contributed by Poul-Henning Kamp. GEOM enables the simple creation of many kinds of functionality, such as mirroring (gmirror), encryption (GBDE and GELI). This work was supported through sponsorship by DARPA.

While the early versions from the 5.x were not much more than developer previews, with pronounced instability, the 5.4 and 5.5 releases of FreeBSD confirmed the technologies introduced in the FreeBSD 5.x branch had a future in highly stable and high-performing releases.

FreeBSD 6

FreeBSD 6.0 was released on 4 November 2005. The final FreeBSD 6 release was 6.4, on 11 November 2008. These versions extended work on SMP and threading optimization along with more work on advanced 802.11 functionality, TrustedBSD security event auditing, significant network stack performance enhancements, a fully preemptive kernel and support for hardware performance counters (HWPMC). The main accomplishments of these releases include removal of the Giant lock from VFS, implementation of a better-performing optional libthr library with 1:1 threading and the addition of a Basic Security Module (BSM) audit implementation called OpenBSM, which was created by the TrustedBSD Project (based on the BSM implementation found in Apple's open source Darwin) and released under a BSD-style license.

FreeBSD 7

FreeBSD 7.0 was released on 27 February 2008. The final FreeBSD 7 release was 7.4, on 24 February 2011. New features included SCTP, UFS journaling, an experimental port of Sun's ZFS file system, GCC4, improved support for the ARM architecture, jemalloc (a memory allocator optimized for parallel computation,[8] which was ported to Firefox 3),[9] and major updates and optimizations relating to network, audio, and SMP performance.[10] Benchmarks showed significant performance improvements compared to previous FreeBSD releases as well as Linux.[11] The new ULE scheduler was much improved but a decision was made to ship the 7.0 release with the older 4BSD scheduler, leaving ULE as a kernel compile-time tunable. In FreeBSD 7.1 ULE was the default for the i386 and AMD64 architectures.[clarification needed]

DTrace support was integrated in version 7.1,[12] and NetBSD[13] and FreeBSD 7.2 brought support for multi-IPv4/IPv6 jails.[14]

Code supporting the DEC Alpha architecture (supported since FreeBSD 4.0) was removed in FreeBSD 7.0.[15]

FreeBSD 8

FreeBSD 8.0 was officially released on 25 November 2009.[16] FreeBSD 8 was branched from the trunk in August 2009. It features superpages, Xen DomU support, network stack virtualization, stack-smashing protection, TTY layer rewrite, much updated and improved ZFS support, a new USB stack with USB 3.0 and xHCI support added in FreeBSD 8.2, multicast updates including IGMPv3, a rewritten NFS client/server introducing NFSv4, and AES acceleration on supported Intel CPUs (added in FreeBSD 8.2). Inclusion of improved device mmap() extensions enables implementation of a 64-bit Nvidia display driver for the x86-64 platform. A pluggable congestion control framework, and support for the ability to use DTrace for applications running under Linux emulation were added in FreeBSD 8.3. FreeBSD 8.4, released on 7 June 2013, was the final release from the FreeBSD 8 series.[17]

FreeBSD 9

FreeBSD 9.0 was released on 12 January 2012. Key features of the release include a new installer (bsdinstall[18]), UFS journaling, ZFS version 28, userland DTrace, NFSv4-compatible NFS server and client, USB 3.0 support, support for running on the PlayStation 3, Capsicum sandboxing, and LLVM 3.0 in the base system.[19] The kernel and base system could be built with Clang, but FreeBSD 9.0 still used GCC4.2 by default. The PlayStation 4 video game console uses a derived version of FreeBSD 9.0, which Sony Computer Entertainment dubbed "Orbis OS".[20][21] FreeBSD 9.1 was released on 31 December 2012.[22] FreeBSD 9.2 was released on 30 September 2013.[23] FreeBSD 9.3 was released on 16 July 2014.[24]

FreeBSD 10

On 20 January 2014, the FreeBSD Release Engineering Team announced the availability of FreeBSD 10.0-RELEASE.[25] Key features include the deprecation of GCC in favor of Clang, a new iSCSI implementation, VirtIO drivers for out-of-the-box KVM support, and a FUSE implementation.[26]

FreeBSD 10.1
Long Term Support Release

FreeBSD 10.1-RELEASE was announced 14 November 2014,[27][28] and was supported for an extended term until 31 December 2016.[29] The subsequent 10.2-RELEASE reached EoL on the same day.

In October 2017 the 10.4-RELEASE (final release of this branch) was announced, and support for the 10 series was terminated in October 2018.

FreeBSD 11

On 10 October 2016, the FreeBSD Release Engineering Team announced the availability of FreeBSD 11.0-RELEASE.[30]

FreeBSD 12

FreeBSD 12.0-RELEASE was announced in December 2018.

Version history

The following table presents a version release history for the FreeBSD operating system.

Legend: Old version, not maintained Older version, still maintained Current stable version Latest preview version Future release
Version[31] Release date[32] Supported until[33] Significant changes
Old version, no longer maintained: 1.0 1 November 1993 ?
Old version, no longer maintained: 1.1 May 1994 ? fix some outstanding bugs from import of 386BSD, addition of some ported applications (XFree86, XView, InterViews, elm, nntp)[34]
Old version, no longer maintained: 1.1.5 ? ?
Old version, no longer maintained: 1.1.5.1 July 1994 ?
Old version, no longer maintained: 2.0 22 November 1994 ? replace code base with BSD-Lite 4.4 (to satisfy terms of the USL v. BSDi lawsuit settlement), new installer, new boot manager, support for more filesystems (MS-DOS, unionfs, kernfs), 64-bit offsets for large filesystems, loadable filesystems, imported loadable kernel modules from NetBSD[35]
Old version, no longer maintained: 2.0.5 10 June 1995 ? revamped VM system, full NIS client and server support, transaction TCP support, ISDN support, support for FDDI and Fast Ethernet (100Mbit) adapters, multi-lingual documentation, FreeBSD Ports bundled with installation media[36]
Old version, no longer maintained: 2.1 19 November 1995 ?
Old version, no longer maintained: 2.1.5 July 1996 ? bug and security fixes, PCI bus probing, addition of some drivers[37]
Old version, no longer maintained: 2.1.6 December 1996 ? bug and security fixes, improvements to installation[38]
Old version, no longer maintained: 2.1.7 February 1997 ? bug and security fixes[39]
Old version, no longer maintained: 2.2 March 1997 ? NFSv3, replaced BSD malloc with phkmalloc, Linux emulation with ELF, man section 9 for kernel routines[40]
Old version, no longer maintained: 2.2.1 April 1997 ? Bugfix release to replace 2.2. Update the Adaptec 2940 and Intel EtherExpress Pro drivers, fix CD-ROM package installer.[41]
Old version, no longer maintained: 2.2.2 May 1997 ? NFSv3 made default, virtual FTP hosting[42]
Old version, no longer maintained: 2.2.5 22 October 1997 ? update support for Cyrix and AMD processors, new VGA library[43]
Old version, no longer maintained: 2.2.6 25 March 1998 ? ATAPI floppy drives, improved Linux emulation, new sound driver, new Plug and Play (PnP) support[44]
Old version, no longer maintained: 2.2.7 22 July 1998 ? FAT32 support, update to PC98 architecture[45]
Old version, no longer maintained: 2.2.8 29 November 1998 ? Dummynet traffic shaping, bridging on multiple interfaces, support use of IDE drives larger than 8GiB[46]
Old version, no longer maintained: 3.0 16 October 1998 ? symmetric multiprocessing (SMP), CAM (Common Access Method) SCSI system, ELF executables, secure RPC, ATAPI/IDE CD burner and tape drive support, VESA video modes, Perl 5 replaced Perl 4 in base system, KerberosIV[47]
Old version, no longer maintained: 3.1 15 February 1999 ? initial USB device support, Pluggable Authentication Modules (PAM)[48]
Old version, no longer maintained: 3.2 17 May 1999 ? addition of Internet Software Consortium DHCP client to base, expanded USB device support, improved filesystem support (direct access to NTFS, Joliet extensions for ISO 9660)[49]
Old version, no longer maintained: 3.3 17 September 1999 ? improved USB support, major vinum updates, improvements to IPFW, Advanced power management, Berkeley Packet Filter enabled by default, addition of many drivers[50]
Old version, no longer maintained: 3.4 20 December 1999 ? Netgraph, RAID-5 support in vinum, ICMP and other security fixes[51]
Old version, no longer maintained: 3.5 24 June 2000 ? substantial vinum update, audio mixer updated, HTTP installation option[52]
Old version, no longer maintained: 4.0 14 March 2000 ? addition of jails, IPv6 support and IPsec with KAME (applications were also updated to support IPv6), OpenSSH integrated into the base system, new ATA/ATAPI driver (for all ATA compliant disks and ATAPI CDROM, CD-R, CD-RW, DVD-ROM, DVD-RAM, LS120, ZIP and tape drives), emulator for SVR4 binary files, burncd, USB ethernet adapter support, accept() filters, telnet encryption[53]
Old version, no longer maintained: 4.1 27 July 2000 ? Kqueue, improved IPsec, expanded DEC Alpha support, support for USB devices in default installation[54]
Old version, no longer maintained: 4.1.1 27 September 2000 ? virtual Ethernet device driver for bridged configurations, ATA100 controller support[55]
Old version, no longer maintained: 4.2 21 November 2000 ? basic USB scanner support, USB modem support, bug fixes for buffer overflows, FreeBSD Ports restructured[56]
Old version, no longer maintained: 4.3 20 April 2001 ? sound driver updates, TCP bug fixes, kqueue extended to the device layer[57]
Old version, no longer maintained: 4.4 20 September 2001 ? detection for new processors (Transmeta Crusoe et al.), support for Streaming SIMD Extensions (SSE), kernel support for smbfs (CIFS), update to IPv6 stack[58]
Old version, no longer maintained: 4.5 29 January 2002 31 December 2002 TCP improvements (throughput, performance, and Denial-of-service mitigation), Soft updates enabled by default, improved Linux emulation, boot loader updated to boot from filesystems with 16K disk blocks (from 8K)[59]
Old version, no longer maintained: 4.6 15 June 2002 May 2003 update XFree86 to version 4.2.0, driver additions and updates[60]
Old version, no longer maintained: 4.6.2 15 August 2002 May 2003 fixed ATA-related problems, fix security-related problems[61]
Old version, no longer maintained: 4.7 10 October 2002 December 2003 new USB devices and disk controllers, IPFW version 2 (disabled by default)[62]
Old version, no longer maintained: 4.8 3 April 2003 31 March 2004 basic FireWire and HyperThreading support, in-kernel cryptographic framework imported from OpenBSD, ata driver support for accessing ATA devices as SCSI devices using Common Access Method (CAM)[63]
Old version, no longer maintained: 4.9 28 October 2003 31 October 2004 Physical Address Extensions, IPFW fixes[64]
Old version, no longer maintained: 4.10 27 May 2004 May 2006 USB2 support, added ports/CHANGES and ports/UPDATING to FreeBSD Ports[65]
Old version, no longer maintained: 4.11 25 January 2005 31 January 2007 update XFree86 to version 4.4.0, implementation of per-interface polling for network interfaces[66]
Old version, no longer maintained: 5.0 14 January 2003 30 June 2003 support for UltraSPARC and IA-64 processors, SMP support via changes to kernel locking (release most of kernel from the Giant lock), GEOM, Kernel Scheduled Entities, Mandatory Access Control imported from TrustedBSD, background fsck, Bluetooth, ACPI, CardBus, devfs, UFS2 support, support for Universal Disk Format, drivers for Direct Rendering Infrastructure (DRI), Pluggable Authentication Modules, remove support for 80386 in default kernel, removal of kernfs and UUCP, traditional BSD games moved from base to FreeBSD Ports, Perl removed from base system, imported rc.d framework from NetBSD, addition of BSDPAN, cdboot boot loader used by default[67]
Old version, no longer maintained: 5.1 9 June 2003 February 2004 experimental support for AMD64, experimental 1:1 and M:N thread libraries for multithreaded processing, experimental Name Service Switch, Physical Address Extensions, GEOM and devfs mandatory, IPv6 support in Linux emulator, experimental ULE scheduler, removed support for Xerox Network Systems, CAM layer support for devices with more than 232 blocks, removed historic BSD boot scripts, update XFree86 to version 4.3.0, start of Danish document translations[68]
Old version, no longer maintained: 5.2 9 January 2004 31 December 2004 AMD64 a Tier1 supported architecture, updated swap pager, Protocol Independent Multicast, updates to IPv6, IPSec and Bluetooth, major changes to ata driver (removed from Giant lock), NFSv4 client support, start of Turkish document translation,[69] remove floating point emulation support for i386,[70] new or improved IDE, SATA, and 802.11a/b/g device drivers, experimental support for multithreaded filtering and forwarding of IP traffic[71]
Old version, no longer maintained: 5.2.1 25 February 2004 31 December 2004 bugfix release, improved ATA/IDE and SATA handling[72]
Old version, no longer maintained: 5.3 6 November 2004 31 October 2006 ALTQ, multi-threaded and reentrant network and socket subsystems, addition of new debugging framework KDB, dynamic and static linker support for Thread Local Storage, import pf from OpenBSD, binary compatibility interface for native execution of NDIS drivers, replace XFree86 with X.org 6.7, sound card driver reorganization, cryptography enabled by default in base[73]
Old version, no longer maintained: 5.4 9 May 2005 31 October 2006 import Common Address Redundancy Protocol from OpenBSD[74]
Old version, no longer maintained: 5.5 25 May 2006 31 May 2008 both cores of dual core processors made available for use by default in SMP-enabled kernels[75]
Old version, no longer maintained: 6.0 4 November 2005 31 January 2007 experimental support for PowerPC, WPA wireless security, more wireless networking adapter drivers, complete support for 802.11g, 802.11i, 802.1x and WME/WMM, filesystem and direct disk access performance improvements[76]
Old version, no longer maintained: 6.1 8 May 2006 31 May 2008 keyboard multiplexer, filesystem stability fixes, automatic configuration for many Bluetooth devices, drivers for ethernet, SAS and SATA RAID controllers[77]
Old version, no longer maintained: 6.2 15 January 2007 31 May 2008 support for Xbox architecture, OpenBSM, security event auditing, IPFW packet tagging, freebsd-update (binary updates for security fixes and errata patches), OpenIPMI (see Intelligent Platform Management Interface)[78]
Old version, no longer maintained: 6.3 18 January 2008 31 January 2010 X.org updated to version 7.3, reimplementation of UnionFS, addition of upgrade command to freebsd-update[79]
Old version, no longer maintained: 6.4 28 November 2008 30 November 2010 support for Camellia cipher, boot loader changes (enabling booting from USB devices, and GPT-labeled devices with GPT-enabled BIOSes), malloc buffer corruption protection, DVD install ISO images for AMD64 and i386[80]
Old version, no longer maintained: 7.0 27 February 2008 30 April 2009 ZFS and GPT, reference implementation of SCTP, add support for ARM architecture, support for Intel High Definition Audio (HDA), replacing phkmalloc with jemalloc,[81] drop support for DEC Alpha[82]
Old version, no longer maintained: 7.1 4 January 2009 28 February 2011 DTrace, ULE scheduler made default scheduler for i386 and AMD64 platforms[83]
Old version, no longer maintained: 7.2 4 May 2009 30 June 2010 support for UltraSPARC III processors, transparent use of superpages in virtual memory subsystem, improvements to jail[84]
Old version, no longer maintained: 7.3 23 March 2010 31 March 2012 new boot loader gptzfsboot (support for GPT and ZFS), ZFS updated to version 13, Perl updated to version 5.10, support for VIA Nano processors[85][86]
Old version, no longer maintained: 7.4 24 February 2011 28 February 2013 add support for UltraSPARC IV, IV+, and SPARC64 V processors, IEEE 802.3 full duplex flow control (in miibus).[87] This is the final release in the 7-STABLE branch.
Old version, no longer maintained: 8.0 25 November 2009 30 November 2010 new USB stack, update FreeBSD jails to support modern features, ULE 3.0 scheduler, superpages, NFSv4 support[88]
Old version, no longer maintained: 8.1 23 July 2010 31 July 2012 High Availability Storage, IPFW and dummynet improvements, SMP in PowerPC G5 systems, MP-safe MS-DOS filesystem, zfsloader, NFSv4 ACL for UFS and ZFS[89]
Old version, no longer maintained: 8.2 24 February 2011 31 July 2012 import V4L into Linux emulator[90]
Old version, no longer maintained: 8.3 18 April 2012 30 April 2014 graid replaces ataraid; update ZFS to version 28; DTrace ability on Linux emulated binaries; mod_cc pluggable congestion control framework for TCP/IP stack[91]
Old version, no longer maintained: 8.4 7 June 2013 1 August 2015 [92][93]
Old version, no longer maintained: 9.0 12 January 2012 31 March 2013 Userland DTrace, substitute GCC with Clang and LLVM for base system, USB 3.0 support, UFS SoftUpdates+Journal, moving ATA disk drivers to the CAM system, update ZFS to version 28, replaced sysinstall with bsdinstall.[94]
Old version, no longer maintained: 9.1 30 December 2012 31 December 2014 Update of sound drivers; improved performance of IPv6 stack; new C++ stack; jail support for devfs, nullfs, and ZFS; sched_ule SMT load balancing improvements[95]
Old version, no longer maintained: 9.2 30 September 2013 31 December 2014 ZFS support for LZ4 compression and TRIM; removal of FireWire drivers from GENERIC kernel[96]
Old version, no longer maintained: 9.3 16 July 2014 31 December 2016 ZFS support for bookmarks[97]
Old version, no longer maintained: 10.0 20 January 2014 31 January 2015 Virtualization improvements (bhyve, virtio); USB upgrades; use clang and LLVM by default; capsicum; pkgng; remove BIND; add LDNS and Unbound to base system; update ipfilter to 5.1.2; add support for Raspberry Pi, IEEE 802.11s, and FUSE; ZFS on root filesystem; replaced GNU tools with BSD-licensed versions[98]
Old version, no longer maintained: 10.1 14 November 2014 31 December 2016 UEFI;[99] UDP-Lite support for IPv4 and IPv6; new filesystem automounting utility; bhyve booting from ZFS; new console driver[100]
Old version, no longer maintained: 10.2 13 August 2015 31 December 2016 Update linux compatibility layer to support Centos 6 ports; ZFS performance and reliability improvements; update DRM for multiple X servers support[101]
Old version, no longer maintained: 10.3 28 March 2016 30 April 2018 improvements to UEFI boot loader and Linux compatibility; ZFS boot support and root on ZFS for UEFI; CAM Target Layer support for high availability services[102]
Old version, no longer maintained: 10.4 3 October 2017 31 October 2018 Full support for eMMC storage; support for Mellanox ConnectX-4 adapters; driver and software updates[103]
Old version, no longer maintained: 11.0 10 October 2016 30 November 2017 Improvements for wireless networking; support for the 64-bit ARM architecture[104]
Old version, no longer maintained: 11.1 26 July 2017 30 September 2018 Support for Microsoft Hyper-V hypervisor; support for Amazon Elastic File System in Network File System client; ZFS boot configuration utility[105]
Old version, no longer maintained: 11.2 28 June 2018 31 October 2019 Meltdown and Spectre fixes; driver and software updates[106]
Old version, no longer maintained: 11.3 9 July 2019 30 September 2020 driver and software updates[107]
Old version, no longer maintained: 11.4 23 June 2020 30 September 2021 Support for ZFS bookmark renaming; tunable ZFS intent log; upgrades for GNOME, KDE, clang, llvm, unbound, and others[108]
Old version, no longer maintained: 12.0 11 December 2018 29 February 2020 Improved support for Ryzen and Epyc CPUs; Better support for modern AMD/Intel graphic cards; various kernel configuration tweaking[109]
Old version, no longer maintained: 12.1 4 November 2019 31 January 2021 Added BearSSL to base system[110]
Old version, no longer maintained: 12.2 27 October 2020 31 March 2022 Expanding jail functionality to allow Linux to run in a jailed environment; upgrades to wireless networking stack (improvements to 802.11n and 802.11ac support)[111]
Older version, yet still maintained: 12.3 7 December 2021 31 March 2023 [112]
Current stable version: 12.4 5 December 2022[113] 31 December 2023
Old version, no longer maintained: 13.0 13 April 2021 31 August 2022 In-kernel framing and encryption of Transport Layer Security (TLS) versions 1.0 to 1.3; 64-bit ARM architecture promoted to Tier 1 support; upgrade of clang, LLVM, and related utilities to version 11.0.1; all supported architectures now use clang and LLVM toolchain by default; removal of deprecated utilities and libraries (binutils, gcc, GNU grep, CU-SeeMe); addition of driver for Intel QuickAssist (QAT) device; some drivers upgraded to support PowerPC64 architecture[114]
Current stable version: 13.1 16 May 2022[115] 30 June 2023
Future release: 13.2 27 March 2023[116] TBA
Future release: 14.0 17 July 2023[117] TBA
Version Release date Supported until Significant changes
Legend:
Old version
Older version, still maintained
Latest version
Latest preview version
Future release

Timeline

The timeline shows that the span of a single release generation of FreeBSD lasts around 5 years. Since the FreeBSD project makes effort for binary backward (and limited forward) compatibility within the same release generation,[118] this allows users 5+ years of support, with trivial-to-easy upgrading within the release generation.

References

  1. ^ "FreeBSD 2.2.9 Release Announcement". Retrieved 2015-03-22.
  2. ^ "3.0-RELEASE is now available". 16 October 1998.
  3. ^ "FreeBSD 3.5 now available for x86". lists.freebsd.org. 24 June 2000.
  4. ^ "4.0-RELEASE is now available". lists.freebsd.org. 14 March 2000.
  5. ^ "FreeBSD 4.x EoL announcement". lists.FreeBSD.org. Retrieved 29 December 2012.
  6. ^ "Jails". Retrieved 27 March 2019.
  7. ^ Dillon, Matthew (16 July 2003), "Announcing DragonFly BSD!", freebsd-current mailing list, retrieved 26 July 2007
  8. ^ Evans, Jason (16 April 2006). "A Scalable Concurrent malloc(3) Implementation for FreeBSD" (PDF). Retrieved 13 February 2008.
  9. ^ "FreeBSD 7.0-RELEASE Announcement". FreeBSD.org. Retrieved 31 January 2009.
  10. ^ Biancuzzi, Federico (26 February 2008). "What's New in FreeBSD 7.0". onlamp.com. Retrieved 26 February 2008.
  11. ^ "Introducing FreeBSD 7.0" (PDF). FreeBSD.org. Retrieved 31 January 2009.
  12. ^ "FreeBSD 7.1-RELEASE Announcement". 2009-01-06. Retrieved 2009-01-06.
  13. ^ "NetBSD source changes, 21 February 2010".
  14. ^ "FreeBSD 7.2-RELEASE Announcement". FreeBSD.org. Retrieved 4 May 2009.
  15. ^ "FreeBSD 7.0-RELEASE Release Notes". FreeBSD.org. Retrieved 3 May 2009.
  16. ^ "FreeBSD Project Announces Release of FreeBSD Version 8.0". The FreeBSD Project. 25 November 2009. Retrieved 27 November 2009.
  17. ^ "FreeBSD 8.4-RELEASE Announcement". The FreeBSD Project. 7 June 2013. Retrieved 7 June 2013.
  18. ^ "BSDInstall - FreeBSD Wiki".
  19. ^ "FreeBSD Project Announces Release of FreeBSD Version 9.0". The FreeBSD Project. 12 January 2012. Retrieved 12 January 2012.
  20. ^ Michael Larabel (23 June 2013). "Sony's PlayStation 4 Is Running Modified FreeBSD 9". Phoronix. Retrieved 17 August 2013.
  21. ^ Matthew Humphries (24 June 2013). . Archived from the original on 28 March 2014. Retrieved 19 October 2013.
  22. ^ FreeBSD 9.1 Release Process
  23. ^ FreeBSD 9.2 Release Process
  24. ^ FreeBSD 9.3 Release Process
  25. ^ Barber, Glen (20 January 2014). "FreeBSD 10.0-RELEASE now available". FreeBSD mailing list. Retrieved 8 February 2014.
  26. ^ "What's new for FreeBSD 10". The FreeBSD Project. Retrieved 19 September 2013.
  27. ^ "FreeBSD 10.1-RELEASE Announcement". The FreeBSD Project. Retrieved 5 April 2015.
  28. ^ "FreeBSD 10.1 Release Process". The FreeBSD Project. Retrieved 5 April 2015.
  29. ^ "FreeBSD Security Information - End of Life". The FreeBSD Project. Retrieved 5 April 2015.
  30. ^ Barber, Glen (10 October 2014). "FreeBSD 11.0-RELEASE now available". FreeBSD mailing list. Retrieved 24 January 2017.
  31. ^ "Release Engineering Information". The FreeBSD Project. Retrieved 2011-04-27.
  32. ^ "Release Information". The FreeBSD Project. Retrieved 2011-04-27.
  33. ^ "Unsupported FreeBSD Releases". The FreeBSD Project. Retrieved 2021-03-12.
  34. ^ "RELEASE NOTES - FreeBSD - Release 1.1". The FreeBSD Project. Retrieved 2011-04-30.
  35. ^ "FreeBSD 2.0 Release Notes". The FreeBSD Project. Retrieved 2011-04-29.
  36. ^ "FreeBSD 2.0.5 Release Notes". The FreeBSD Project. Retrieved 2011-04-29.
  37. ^ "FreeBSD 2.1.5 Release Notes". The FreeBSD Project. Retrieved 2011-04-29.
  38. ^ "FreeBSD 2.1.6 Release Notes". The FreeBSD Project. Retrieved 2011-04-29.
  39. ^ "FreeBSD 2.1.7 Release Notes". The FreeBSD Project. Retrieved 2011-04-29.
  40. ^ "FreeBSD 2.2 Release Notes". The FreeBSD Project. Retrieved 2011-04-27. The Linux emulation is now fully functional
  41. ^ "FreeBSD 2.2.1 Release Notes". The FreeBSD Project. Retrieved 2011-04-27.
  42. ^ "FreeBSD 2.2.2 Release Notes". The FreeBSD Project. Retrieved 2011-04-27.
  43. ^ "FreeBSD 2.2.5 Release Notes". The FreeBSD Project. Retrieved 2011-04-27.
  44. ^ "FreeBSD 2.2.6 Release Notes". The FreeBSD Project. Retrieved 2011-04-27.
  45. ^ "FreeBSD 2.2.7 Release Notes". The FreeBSD Project. Retrieved 2011-04-27.
  46. ^ "FreeBSD 2.2.8 Release Notes". The FreeBSD Project. Retrieved 2011-04-27.
  47. ^ "FreeBSD 3.0 Release Notes". The FreeBSD Project. Retrieved 2011-04-27.
  48. ^ "FreeBSD 3.1 Release Notes". The FreeBSD Project. Retrieved 2011-04-28.
  49. ^ "FreeBSD 3.2 Release Notes". The FreeBSD Project. Retrieved 2011-04-28.
  50. ^ "FreeBSD 3.3 Release Notes". The FreeBSD Project. Retrieved 2011-04-28.
  51. ^ "FreeBSD 3.4 Release Notes". The FreeBSD Project. Retrieved 2011-04-28.
  52. ^ "FreeBSD 3.5 Release Notes". The FreeBSD Project. Retrieved 2011-04-28.
  53. ^ "FreeBSD 4.0 Release Notes". The FreeBSD Project. Retrieved 2011-04-28.
  54. ^ "FreeBSD 4.1 Release Notes". The FreeBSD Project. Retrieved 2011-04-28.
  55. ^ "FreeBSD 4.1.1 Release Notes". The FreeBSD Project. Retrieved 2011-04-28.
  56. ^ "FreeBSD 4.2 Release Notes". The FreeBSD Project. Retrieved 2011-04-28.
  57. ^ "FreeBSD 4.3 Release Notes". The FreeBSD Project. Retrieved 2011-04-28.
  58. ^ "FreeBSD/i386 4.4-RELEASE Release Notes". The FreeBSD Project. Retrieved 2011-04-29.
  59. ^ "FreeBSD/i386 4.5-RELEASE Release Notes". The FreeBSD Project. Retrieved 2011-04-29.
  60. ^ "FreeBSD/i386 4.6-RELEASE Release Notes". The FreeBSD Project. Retrieved 2011-04-29.
  61. ^ "FreeBSD/i386 4.6.2-RELEASE Release Notes". The FreeBSD Project. Retrieved 2011-04-29.
  62. ^ "FreeBSD/i386 4.7-RELEASE Release Notes". The FreeBSD Project. Retrieved 2011-04-29.
  63. ^ "FreeBSD/i386 4.8-RELEASE Release Notes". The FreeBSD Project. Retrieved 2011-04-29.
  64. ^ "FreeBSD/i386 4.9-RELEASE Release Notes". The FreeBSD Project. Retrieved 2011-04-29.
  65. ^ "FreeBSD/i386 4.10-RELEASE Release Notes". The FreeBSD Project. Retrieved 2011-04-29.
  66. ^ "FreeBSD/i386 4.11-RELEASE Release Notes". The FreeBSD Project. Retrieved 2011-04-29.
  67. ^ "FreeBSD/i386 5.0-RELEASE Release Notes". The FreeBSD Project. 14 January 2003. Retrieved 2011-04-29.
  68. ^ "FreeBSD/i386 5.1-RELEASE Release Notes". The FreeBSD Project. 28 May 2003. Retrieved 2011-04-29.
  69. ^ "FreeBSD/amd64 5.2-RELEASE Release Notes". The FreeBSD Project. 1 January 2004. Retrieved 2011-04-29.
  70. ^ "FreeBSD/i386 5.2-RELEASE Release Notes". The FreeBSD Project. 1 January 2004. Retrieved 2011-04-29.
  71. ^ "FreeBSD 5.2-RELEASE Announcement". The FreeBSD Project. 1 January 2004. Retrieved 2011-04-29.
  72. ^ "FreeBSD 5.2.1-RELEASE Announcement". The FreeBSD Project. 1 January 2004. Retrieved 2011-04-29.
  73. ^ "FreeBSD/amd64 5.3-RELEASE Release Notes". The FreeBSD Project. 11 March 2004. Retrieved 2011-04-29.
  74. ^ "FreeBSD/amd64 5.4-RELEASE Release Notes". The FreeBSD Project. 5 May 2005. Retrieved 2011-04-29.
  75. ^ "FreeBSD/amd64 5.5-RELEASE Release Notes". The FreeBSD Project. 22 May 2006. Retrieved 2011-04-29.
  76. ^ "FreeBSD/amd64 6.0-RELEASE Release Notes". The FreeBSD Project. 21 October 2005. Retrieved 2011-04-29.
  77. ^ "FreeBSD/amd64 6.1-RELEASE Release Notes". The FreeBSD Project. 5 May 2006. Retrieved 2011-04-29.
  78. ^ "FreeBSD/amd64 6.2-RELEASE Release Notes". The FreeBSD Project. 11 January 2007. Retrieved 2011-04-29.
  79. ^ "FreeBSD/amd64 6.3-RELEASE Release Notes". The FreeBSD Project. 15 January 2008. Retrieved 2011-04-29.
  80. ^ "FreeBSD/amd64 6.4-RELEASE Release Notes". The FreeBSD Project. 25 November 2008. Retrieved 2011-04-29.
  81. ^ Voras, Ivan. "What's cooking for FreeBSD 7?". Retrieved 2011-04-27.
  82. ^ "FreeBSD 7.0-RELEASE Release Notes". The FreeBSD Project. 16 February 2008. Retrieved 2011-04-27.
  83. ^ "FreeBSD 7.1-RELEASE Release Notes". The FreeBSD Project. 31 December 2008. Retrieved 2011-04-27.
  84. ^ "FreeBSD 7.2-RELEASE Release Notes: Release Highlights". The FreeBSD Project. 30 April 2009. Retrieved 2011-04-29.
  85. ^ "FreeBSD 7.3-RELEASE Release Notes: Release Highlights". The FreeBSD Project. 30 March 2010. Retrieved 2011-04-29.
  86. ^ "FreeBSD 7.3-RELEASE Release Notes". The FreeBSD Project. 30 March 2010. Retrieved 2011-04-29.
  87. ^ "FreeBSD 7.4-RELEASE Release Notes". The FreeBSD Project. 24 February 2011. Retrieved 2011-04-27.
  88. ^ Voras, Ivan. "What's cooking for FreeBSD 8?". Retrieved 2011-04-27.
  89. ^ "FreeBSD 8.1-RELEASE Release Notes". The FreeBSD Project. 24 February 2011. Retrieved 2011-04-29.
  90. ^ "FreeBSD 8.2-RELEASE Release Notes". The FreeBSD Project. 24 February 2011. Retrieved 2011-04-27.
  91. ^ "FreeBSD 8.3-RELEASE Release Notes". The FreeBSD Project. 9 April 2012. Retrieved 2012-05-08.
  92. ^ "FreeBSD 8.4-RELEASE Release Notes". The FreeBSD Project. 7 June 2013. Retrieved 2013-06-07.
  93. ^ "FreeBSD 8.4-RELEASE Announcement". 9 June 2013. Retrieved 2013-09-16.
  94. ^ "FreeBSD 9.0-RELEASE Release Notes". The FreeBSD Project. 2012-01-12. Retrieved 2012-01-12.
  95. ^ "FreeBSD 9.1-RELEASE Release Notes". The FreeBSD Project. 2012-12-30. Retrieved 2013-01-12.
  96. ^ "FreeBSD 9.2-RELEASE Release Notes". The FreeBSD Project. 2013-09-30. Retrieved 2013-10-02.
  97. ^ "FreeBSD 9.3-RELEASE Announcement". The FreeBSD Project. 2014-07-16. Retrieved 2014-07-18.
  98. ^ "FreeBSD 10.0-RELEASE Release Notes". The FreeBSD Project. 2014-01-20. Retrieved 2014-01-20.
  99. ^ Varghese, Sam (20 January 2014). "FreeBSD to support secure boot by mid-year". ITWire. Retrieved 2014-03-22.
  100. ^ "FreeBSD 10.1-RELEASE Release Notes". The FreeBSD Project. 2014-11-14. Retrieved 2014-11-15.
  101. ^ "FreeBSD 10.2-RELEASE Release Notes". The FreeBSD Project. 2015-08-06. Retrieved 2018-12-12.
  102. ^ "FreeBSD 10.0-RELEASE Release Announcement". The FreeBSD Project. 2016-04-04. Retrieved 2016-04-07.
  103. ^ "FreeBSD 10.0-RELEASE Release Announcement". The FreeBSD Project. 2017-10-03. Retrieved 2017-10-03.
  104. ^ "What's new for FreeBSD 11". The FreeBSD Project. Retrieved 2015-03-24.
  105. ^ "FreeBSD 11.1-RELEASE Release Announcement". The FreeBSD Project. 2017-07-26. Retrieved 2017-06-26.
  106. ^ "FreeBSD 11.2 Ready For Release With Spectre Mitigation, Various Enhancements". Phoronix Media. 2018-06-27. Retrieved 2018-09-30.
  107. ^ "FreeBSD 11.3-RELEASE Release Notes". The FreeBSD Project. 2019-07-09. Retrieved 2019-07-10.
  108. ^ "FreeBSD 11.4-RELEASE Announcement". The FreeBSD Project. 2020-06-23. Retrieved 2021-09-30.
  109. ^ "FreeBSD 12.0-RELEASE Release Notes". The FreeBSD Project. 2018-12-10. Retrieved 2018-12-12.
  110. ^ "FreeBSD 12.1-RELEASE Release Announcement". The FreeBSD Project. 2019-11-04. Retrieved 2019-11-04.
  111. ^ "FreeBSD 12.2-RELEASE Announcement". The FreeBSD Project. 2020-10-27. Retrieved 2020-10-27.
  112. ^ "FreeBSD 12.3-RELEASE Announcement". The FreeBSD Project. 2021-12-07. Retrieved 2021-12-08.
  113. ^ "FreeBSD 12.4-RELEASE Announcement". The FreeBSD Project. 2022-12-05. Retrieved 2022-12-05.
  114. ^ "FreeBSD 13.0-RELEASE Announcement". The FreeBSD Project. 2021-04-13. Retrieved 2021-04-14.
  115. ^ "FreeBSD 13.1-RELEASE Announcement". The FreeBSD Project. 2022-05-16. Retrieved 2022-05-16.
  116. ^ "FreeBSD 13.2 Release Process". The FreeBSD Project. Retrieved 2022-08-30.
  117. ^ "FreeBSD 14.0 Release Process". The FreeBSD Project. Retrieved 2022-09-07.
  118. ^ "FreeBSD Handbook information on upgrading". FreeBSD.org. Retrieved 3 June 2012.

freebsd, version, history, main, article, freebsd, contents, freebsd, freebsd, freebsd, freebsd, freebsd, freebsd, freebsd, freebsd, freebsd, freebsd, freebsd, freebsd, version, history, timeline, referencesfreebsd, editreleased, november, 1993, released, july. Main article FreeBSD Contents 1 FreeBSD 1 2 FreeBSD 2 3 FreeBSD 3 4 FreeBSD 4 5 FreeBSD 5 6 FreeBSD 6 7 FreeBSD 7 8 FreeBSD 8 9 FreeBSD 9 10 FreeBSD 10 11 FreeBSD 11 12 FreeBSD 12 13 Version history 13 1 Timeline 14 ReferencesFreeBSD 1 EditReleased in November 1993 1 1 5 1 was released in July 1994 FreeBSD 2 Edit2 0 RELEASE was announced on 22 November 1994 The final release of FreeBSD 2 2 2 8 RELEASE was announced on 29 November 1998 FreeBSD 2 0 was the first version of FreeBSD to be claimed legally free of AT amp T Unix code with approval of Novell It was the first version to be widely used at the beginnings of the spread of Internet servers 2 2 9 RELEASE was released April 1 2006 as a fully functional April Fools Day prank 1 FreeBSD 3 EditFreeBSD 3 0 RELEASE was announced on 16 October 1998 2 The final release 3 5 RELEASE was announced on 24 June 2000 3 FreeBSD 3 0 was the first branch able to support symmetric multiprocessing SMP systems using a Giant lock and marked the transition from a out to ELF executables USB support was first introduced with FreeBSD 3 1 and the first Gigabit network cards were supported in 3 2 RELEASE FreeBSD 4 Edit4 0 RELEASE appeared in March 2000 4 and the last 4 STABLE branch release was 4 11 in January 2005 supported until 31 January 2007 5 FreeBSD 4 was lauded for its stability was a favorite operating system for ISPs and web hosting providers during the first dot com bubble dubious discuss and is widely regarded by whom as one of the most stable and high performance operating systems of the whole Unix lineage Among the new features of FreeBSD 4 kqueue 2 was introduced which is now part of other major BSD systems and Jails a way of running processes in separate environments 6 Version 4 8 was forked by Matt Dillon to create DragonFly BSD 7 FreeBSD 5 EditAfter almost three years of development the first 5 0 RELEASE in January 2003 was widely anticipated featuring support for advanced multiprocessor and application threading and for the UltraSPARC and IA 64 platforms The first 5 STABLE release was 5 3 5 0 through 5 2 1 were cut from CURRENT The last release from the 5 STABLE branch was 5 5 in May 2006 The largest architectural development in FreeBSD 5 was a major change in the low level kernel locking mechanisms to enable better symmetric multi processor SMP support This released much of the kernel from the MP lock which is sometimes called the Giant lock More than one process could now execute in kernel mode at the same time Other major changes included an M N native threading implementation called Kernel Scheduled Entities KSE In principle this is similar to Scheduler Activations Starting with FreeBSD 5 3 KSE was the default threading implementation until it was replaced with a 1 1 implementation in FreeBSD 7 0 FreeBSD 5 also significantly changed the block I O layer by implementing the GEOM modular disk I O request transformation framework contributed by Poul Henning Kamp GEOM enables the simple creation of many kinds of functionality such as mirroring gmirror encryption GBDE and GELI This work was supported through sponsorship by DARPA While the early versions from the 5 x were not much more than developer previews with pronounced instability the 5 4 and 5 5 releases of FreeBSD confirmed the technologies introduced in the FreeBSD 5 x branch had a future in highly stable and high performing releases FreeBSD 6 EditFreeBSD 6 0 was released on 4 November 2005 The final FreeBSD 6 release was 6 4 on 11 November 2008 These versions extended work on SMP and threading optimization along with more work on advanced 802 11 functionality TrustedBSD security event auditing significant network stack performance enhancements a fully preemptive kernel and support for hardware performance counters HWPMC The main accomplishments of these releases include removal of the Giant lock from VFS implementation of a better performing optional libthr library with 1 1 threading and the addition of a Basic Security Module BSM audit implementation called OpenBSM which was created by the TrustedBSD Project based on the BSM implementation found in Apple s open source Darwin and released under a BSD style license FreeBSD 7 EditFreeBSD 7 0 was released on 27 February 2008 The final FreeBSD 7 release was 7 4 on 24 February 2011 New features included SCTP UFS journaling an experimental port of Sun s ZFS file system GCC4 improved support for the ARM architecture jemalloc a memory allocator optimized for parallel computation 8 which was ported to Firefox 3 9 and major updates and optimizations relating to network audio and SMP performance 10 Benchmarks showed significant performance improvements compared to previous FreeBSD releases as well as Linux 11 The new ULE scheduler was much improved but a decision was made to ship the 7 0 release with the older 4BSD scheduler leaving ULE as a kernel compile time tunable In FreeBSD 7 1 ULE was the default for the i386 and AMD64 architectures clarification needed DTrace support was integrated in version 7 1 12 and NetBSD 13 and FreeBSD 7 2 brought support for multi IPv4 IPv6 jails 14 Code supporting the DEC Alpha architecture supported since FreeBSD 4 0 was removed in FreeBSD 7 0 15 FreeBSD 8 EditFreeBSD 8 0 was officially released on 25 November 2009 16 FreeBSD 8 was branched from the trunk in August 2009 It features superpages Xen DomU support network stack virtualization stack smashing protection TTY layer rewrite much updated and improved ZFS support a new USB stack with USB 3 0 and xHCI support added in FreeBSD 8 2 multicast updates including IGMPv3 a rewritten NFS client server introducing NFSv4 and AES acceleration on supported Intel CPUs added in FreeBSD 8 2 Inclusion of improved device mmap extensions enables implementation of a 64 bit Nvidia display driver for the x86 64 platform A pluggable congestion control framework and support for the ability to use DTrace for applications running under Linux emulation were added in FreeBSD 8 3 FreeBSD 8 4 released on 7 June 2013 was the final release from the FreeBSD 8 series 17 FreeBSD 9 EditFreeBSD 9 0 was released on 12 January 2012 Key features of the release include a new installer bsdinstall 18 UFS journaling ZFS version 28 userland DTrace NFSv4 compatible NFS server and client USB 3 0 support support for running on the PlayStation 3 Capsicum sandboxing and LLVM 3 0 in the base system 19 The kernel and base system could be built with Clang but FreeBSD 9 0 still used GCC4 2 by default The PlayStation 4 video game console uses a derived version of FreeBSD 9 0 which Sony Computer Entertainment dubbed Orbis OS 20 21 FreeBSD 9 1 was released on 31 December 2012 22 FreeBSD 9 2 was released on 30 September 2013 23 FreeBSD 9 3 was released on 16 July 2014 24 FreeBSD 10 EditOn 20 January 2014 the FreeBSD Release Engineering Team announced the availability of FreeBSD 10 0 RELEASE 25 Key features include the deprecation of GCC in favor of Clang a new iSCSI implementation VirtIO drivers for out of the box KVM support and a FUSE implementation 26 FreeBSD 10 1 Long Term Support ReleaseFreeBSD 10 1 RELEASE was announced 14 November 2014 27 28 and was supported for an extended term until 31 December 2016 29 The subsequent 10 2 RELEASE reached EoL on the same day In October 2017 the 10 4 RELEASE final release of this branch was announced and support for the 10 series was terminated in October 2018 FreeBSD 11 EditOn 10 October 2016 the FreeBSD Release Engineering Team announced the availability of FreeBSD 11 0 RELEASE 30 FreeBSD 12 EditFreeBSD 12 0 RELEASE was announced in December 2018 Version history EditThe following table presents a version release history for the FreeBSD operating system Legend Old version not maintained Older version still maintained Current stable version Latest preview version Future releaseVersion 31 Release date 32 Supported until 33 Significant changesOld version no longer maintained 1 0 1 November 1993 Old version no longer maintained 1 1 May 1994 fix some outstanding bugs from import of 386BSD addition of some ported applications XFree86 XView InterViews elm nntp 34 Old version no longer maintained 1 1 5 Old version no longer maintained 1 1 5 1 July 1994 Old version no longer maintained 2 0 22 November 1994 replace code base with BSD Lite 4 4 to satisfy terms of the USL v BSDi lawsuit settlement new installer new boot manager support for more filesystems MS DOS unionfs kernfs 64 bit offsets for large filesystems loadable filesystems imported loadable kernel modules from NetBSD 35 Old version no longer maintained 2 0 5 10 June 1995 revamped VM system full NIS client and server support transaction TCP support ISDN support support for FDDI and Fast Ethernet 100Mbit adapters multi lingual documentation FreeBSD Ports bundled with installation media 36 Old version no longer maintained 2 1 19 November 1995 Old version no longer maintained 2 1 5 July 1996 bug and security fixes PCI bus probing addition of some drivers 37 Old version no longer maintained 2 1 6 December 1996 bug and security fixes improvements to installation 38 Old version no longer maintained 2 1 7 February 1997 bug and security fixes 39 Old version no longer maintained 2 2 March 1997 NFSv3 replaced BSD malloc with phkmalloc Linux emulation with ELF man section 9 for kernel routines 40 Old version no longer maintained 2 2 1 April 1997 Bugfix release to replace 2 2 Update the Adaptec 2940 and Intel EtherExpress Pro drivers fix CD ROM package installer 41 Old version no longer maintained 2 2 2 May 1997 NFSv3 made default virtual FTP hosting 42 Old version no longer maintained 2 2 5 22 October 1997 update support for Cyrix and AMD processors new VGA library 43 Old version no longer maintained 2 2 6 25 March 1998 ATAPI floppy drives improved Linux emulation new sound driver new Plug and Play PnP support 44 Old version no longer maintained 2 2 7 22 July 1998 FAT32 support update to PC98 architecture 45 Old version no longer maintained 2 2 8 29 November 1998 Dummynet traffic shaping bridging on multiple interfaces support use of IDE drives larger than 8GiB 46 Old version no longer maintained 3 0 16 October 1998 symmetric multiprocessing SMP CAM Common Access Method SCSI system ELF executables secure RPC ATAPI IDE CD burner and tape drive support VESA video modes Perl 5 replaced Perl 4 in base system KerberosIV 47 Old version no longer maintained 3 1 15 February 1999 initial USB device support Pluggable Authentication Modules PAM 48 Old version no longer maintained 3 2 17 May 1999 addition of Internet Software Consortium DHCP client to base expanded USB device support improved filesystem support direct access to NTFS Joliet extensions for ISO 9660 49 Old version no longer maintained 3 3 17 September 1999 improved USB support major vinum updates improvements to IPFW Advanced power management Berkeley Packet Filter enabled by default addition of many drivers 50 Old version no longer maintained 3 4 20 December 1999 Netgraph RAID 5 support in vinum ICMP and other security fixes 51 Old version no longer maintained 3 5 24 June 2000 substantial vinum update audio mixer updated HTTP installation option 52 Old version no longer maintained 4 0 14 March 2000 addition of jails IPv6 support and IPsec with KAME applications were also updated to support IPv6 OpenSSH integrated into the base system new ATA ATAPI driver for all ATA compliant disks and ATAPI CDROM CD R CD RW DVD ROM DVD RAM LS120 ZIP and tape drives emulator for SVR4 binary files burncd USB ethernet adapter support accept filters telnet encryption 53 Old version no longer maintained 4 1 27 July 2000 Kqueue improved IPsec expanded DEC Alpha support support for USB devices in default installation 54 Old version no longer maintained 4 1 1 27 September 2000 virtual Ethernet device driver for bridged configurations ATA100 controller support 55 Old version no longer maintained 4 2 21 November 2000 basic USB scanner support USB modem support bug fixes for buffer overflows FreeBSD Ports restructured 56 Old version no longer maintained 4 3 20 April 2001 sound driver updates TCP bug fixes kqueue extended to the device layer 57 Old version no longer maintained 4 4 20 September 2001 detection for new processors Transmeta Crusoe et al support for Streaming SIMD Extensions SSE kernel support for smbfs CIFS update to IPv6 stack 58 Old version no longer maintained 4 5 29 January 2002 31 December 2002 TCP improvements throughput performance and Denial of service mitigation Soft updates enabled by default improved Linux emulation boot loader updated to boot from filesystems with 16K disk blocks from 8K 59 Old version no longer maintained 4 6 15 June 2002 May 2003 update XFree86 to version 4 2 0 driver additions and updates 60 Old version no longer maintained 4 6 2 15 August 2002 May 2003 fixed ATA related problems fix security related problems 61 Old version no longer maintained 4 7 10 October 2002 December 2003 new USB devices and disk controllers IPFW version 2 disabled by default 62 Old version no longer maintained 4 8 3 April 2003 31 March 2004 basic FireWire and HyperThreading support in kernel cryptographic framework imported from OpenBSD ata driver support for accessing ATA devices as SCSI devices using Common Access Method CAM 63 Old version no longer maintained 4 9 28 October 2003 31 October 2004 Physical Address Extensions IPFW fixes 64 Old version no longer maintained 4 10 27 May 2004 May 2006 USB2 support added ports CHANGES and ports UPDATING to FreeBSD Ports 65 Old version no longer maintained 4 11 25 January 2005 31 January 2007 update XFree86 to version 4 4 0 implementation of per interface polling for network interfaces 66 Old version no longer maintained 5 0 14 January 2003 30 June 2003 support for UltraSPARC and IA 64 processors SMP support via changes to kernel locking release most of kernel from the Giant lock GEOM Kernel Scheduled Entities Mandatory Access Control imported from TrustedBSD background fsck Bluetooth ACPI CardBus devfs UFS2 support support for Universal Disk Format drivers for Direct Rendering Infrastructure DRI Pluggable Authentication Modules remove support for 80386 in default kernel removal of kernfs and UUCP traditional BSD games moved from base to FreeBSD Ports Perl removed from base system imported rc d framework from NetBSD addition of BSDPAN cdboot boot loader used by default 67 Old version no longer maintained 5 1 9 June 2003 February 2004 experimental support for AMD64 experimental 1 1 and M N thread libraries for multithreaded processing experimental Name Service Switch Physical Address Extensions GEOM and devfs mandatory IPv6 support in Linux emulator experimental ULE scheduler removed support for Xerox Network Systems CAM layer support for devices with more than 232 blocks removed historic BSD boot scripts update XFree86 to version 4 3 0 start of Danish document translations 68 Old version no longer maintained 5 2 9 January 2004 31 December 2004 AMD64 a Tier1 supported architecture updated swap pager Protocol Independent Multicast updates to IPv6 IPSec and Bluetooth major changes to ata driver removed from Giant lock NFSv4 client support start of Turkish document translation 69 remove floating point emulation support for i386 70 new or improved IDE SATA and 802 11a b g device drivers experimental support for multithreaded filtering and forwarding of IP traffic 71 Old version no longer maintained 5 2 1 25 February 2004 31 December 2004 bugfix release improved ATA IDE and SATA handling 72 Old version no longer maintained 5 3 6 November 2004 31 October 2006 ALTQ multi threaded and reentrant network and socket subsystems addition of new debugging framework KDB dynamic and static linker support for Thread Local Storage import pf from OpenBSD binary compatibility interface for native execution of NDIS drivers replace XFree86 with X org 6 7 sound card driver reorganization cryptography enabled by default in base 73 Old version no longer maintained 5 4 9 May 2005 31 October 2006 import Common Address Redundancy Protocol from OpenBSD 74 Old version no longer maintained 5 5 25 May 2006 31 May 2008 both cores of dual core processors made available for use by default in SMP enabled kernels 75 Old version no longer maintained 6 0 4 November 2005 31 January 2007 experimental support for PowerPC WPA wireless security more wireless networking adapter drivers complete support for 802 11g 802 11i 802 1x and WME WMM filesystem and direct disk access performance improvements 76 Old version no longer maintained 6 1 8 May 2006 31 May 2008 keyboard multiplexer filesystem stability fixes automatic configuration for many Bluetooth devices drivers for ethernet SAS and SATA RAID controllers 77 Old version no longer maintained 6 2 15 January 2007 31 May 2008 support for Xbox architecture OpenBSM security event auditing IPFW packet tagging freebsd update binary updates for security fixes and errata patches OpenIPMI see Intelligent Platform Management Interface 78 Old version no longer maintained 6 3 18 January 2008 31 January 2010 X org updated to version 7 3 reimplementation of UnionFS addition of upgrade command to freebsd update 79 Old version no longer maintained 6 4 28 November 2008 30 November 2010 support for Camellia cipher boot loader changes enabling booting from USB devices and GPT labeled devices with GPT enabled BIOSes malloc buffer corruption protection DVD install ISO images for AMD64 and i386 80 Old version no longer maintained 7 0 27 February 2008 30 April 2009 ZFS and GPT reference implementation of SCTP add support for ARM architecture support for Intel High Definition Audio HDA replacing phkmalloc with jemalloc 81 drop support for DEC Alpha 82 Old version no longer maintained 7 1 4 January 2009 28 February 2011 DTrace ULE scheduler made default scheduler for i386 and AMD64 platforms 83 Old version no longer maintained 7 2 4 May 2009 30 June 2010 support for UltraSPARC III processors transparent use of superpages in virtual memory subsystem improvements to jail 84 Old version no longer maintained 7 3 23 March 2010 31 March 2012 new boot loader gptzfsboot support for GPT and ZFS ZFS updated to version 13 Perl updated to version 5 10 support for VIA Nano processors 85 86 Old version no longer maintained 7 4 24 February 2011 28 February 2013 add support for UltraSPARC IV IV and SPARC64 V processors IEEE 802 3 full duplex flow control in miibus 87 This is the final release in the 7 STABLE branch Old version no longer maintained 8 0 25 November 2009 30 November 2010 new USB stack update FreeBSD jails to support modern features ULE 3 0 scheduler superpages NFSv4 support 88 Old version no longer maintained 8 1 23 July 2010 31 July 2012 High Availability Storage IPFW and dummynet improvements SMP in PowerPC G5 systems MP safe MS DOS filesystem zfsloader NFSv4 ACL for UFS and ZFS 89 Old version no longer maintained 8 2 24 February 2011 31 July 2012 import V4L into Linux emulator 90 Old version no longer maintained 8 3 18 April 2012 30 April 2014 graid replaces ataraid update ZFS to version 28 DTrace ability on Linux emulated binaries mod cc pluggable congestion control framework for TCP IP stack 91 Old version no longer maintained 8 4 7 June 2013 1 August 2015 92 93 Old version no longer maintained 9 0 12 January 2012 31 March 2013 Userland DTrace substitute GCC with Clang and LLVM for base system USB 3 0 support UFS SoftUpdates Journal moving ATA disk drivers to the CAM system update ZFS to version 28 replaced sysinstall with bsdinstall 94 Old version no longer maintained 9 1 30 December 2012 31 December 2014 Update of sound drivers improved performance of IPv6 stack new C stack jail support for devfs nullfs and ZFS sched ule SMT load balancing improvements 95 Old version no longer maintained 9 2 30 September 2013 31 December 2014 ZFS support for LZ4 compression and TRIM removal of FireWire drivers from GENERIC kernel 96 Old version no longer maintained 9 3 16 July 2014 31 December 2016 ZFS support for bookmarks 97 Old version no longer maintained 10 0 20 January 2014 31 January 2015 Virtualization improvements bhyve virtio USB upgrades use clang and LLVM by default capsicum pkgng remove BIND add LDNS and Unbound to base system update ipfilter to 5 1 2 add support for Raspberry Pi IEEE 802 11s and FUSE ZFS on root filesystem replaced GNU tools with BSD licensed versions 98 Old version no longer maintained 10 1 14 November 2014 31 December 2016 UEFI 99 UDP Lite support for IPv4 and IPv6 new filesystem automounting utility bhyve booting from ZFS new console driver 100 Old version no longer maintained 10 2 13 August 2015 31 December 2016 Update linux compatibility layer to support Centos 6 ports ZFS performance and reliability improvements update DRM for multiple X servers support 101 Old version no longer maintained 10 3 28 March 2016 30 April 2018 improvements to UEFI boot loader and Linux compatibility ZFS boot support and root on ZFS for UEFI CAM Target Layer support for high availability services 102 Old version no longer maintained 10 4 3 October 2017 31 October 2018 Full support for eMMC storage support for Mellanox ConnectX 4 adapters driver and software updates 103 Old version no longer maintained 11 0 10 October 2016 30 November 2017 Improvements for wireless networking support for the 64 bit ARM architecture 104 Old version no longer maintained 11 1 26 July 2017 30 September 2018 Support for Microsoft Hyper V hypervisor support for Amazon Elastic File System in Network File System client ZFS boot configuration utility 105 Old version no longer maintained 11 2 28 June 2018 31 October 2019 Meltdown and Spectre fixes driver and software updates 106 Old version no longer maintained 11 3 9 July 2019 30 September 2020 driver and software updates 107 Old version no longer maintained 11 4 23 June 2020 30 September 2021 Support for ZFS bookmark renaming tunable ZFS intent log upgrades for GNOME KDE clang llvm unbound and others 108 Old version no longer maintained 12 0 11 December 2018 29 February 2020 Improved support for Ryzen and Epyc CPUs Better support for modern AMD Intel graphic cards various kernel configuration tweaking 109 Old version no longer maintained 12 1 4 November 2019 31 January 2021 Added BearSSL to base system 110 Old version no longer maintained 12 2 27 October 2020 31 March 2022 Expanding jail functionality to allow Linux to run in a jailed environment upgrades to wireless networking stack improvements to 802 11n and 802 11ac support 111 Older version yet still maintained 12 3 7 December 2021 31 March 2023 112 Current stable version 12 4 5 December 2022 113 31 December 2023Old version no longer maintained 13 0 13 April 2021 31 August 2022 In kernel framing and encryption of Transport Layer Security TLS versions 1 0 to 1 3 64 bit ARM architecture promoted to Tier 1 support upgrade of clang LLVM and related utilities to version 11 0 1 all supported architectures now use clang and LLVM toolchain by default removal of deprecated utilities and libraries binutils gcc GNU grep CU SeeMe addition of driver for Intel QuickAssist QAT device some drivers upgraded to support PowerPC64 architecture 114 Current stable version 13 1 16 May 2022 115 30 June 2023Future release 13 2 27 March 2023 116 TBAFuture release 14 0 17 July 2023 117 TBAVersion Release date Supported until Significant changesLegend Old versionOlder version still maintainedLatest versionLatest preview versionFuture releaseTimeline Edit The timeline shows that the span of a single release generation of FreeBSD lasts around 5 years Since the FreeBSD project makes effort for binary backward and limited forward compatibility within the same release generation 118 this allows users 5 years of support with trivial to easy upgrading within the release generation References Edit FreeBSD 2 2 9 Release Announcement Retrieved 2015 03 22 3 0 RELEASE is now available 16 October 1998 FreeBSD 3 5 now available for x86 lists freebsd org 24 June 2000 4 0 RELEASE is now available lists freebsd org 14 March 2000 FreeBSD 4 x EoL announcement lists FreeBSD org Retrieved 29 December 2012 Jails Retrieved 27 March 2019 Dillon Matthew 16 July 2003 Announcing DragonFly BSD freebsd current mailing list retrieved 26 July 2007 Evans Jason 16 April 2006 A Scalable Concurrent malloc 3 Implementation for FreeBSD PDF Retrieved 13 February 2008 FreeBSD 7 0 RELEASE Announcement FreeBSD org Retrieved 31 January 2009 Biancuzzi Federico 26 February 2008 What s New in FreeBSD 7 0 onlamp com Retrieved 26 February 2008 Introducing FreeBSD 7 0 PDF FreeBSD org Retrieved 31 January 2009 FreeBSD 7 1 RELEASE Announcement 2009 01 06 Retrieved 2009 01 06 NetBSD source changes 21 February 2010 FreeBSD 7 2 RELEASE Announcement FreeBSD org Retrieved 4 May 2009 FreeBSD 7 0 RELEASE Release Notes FreeBSD org Retrieved 3 May 2009 FreeBSD Project Announces Release of FreeBSD Version 8 0 The FreeBSD Project 25 November 2009 Retrieved 27 November 2009 FreeBSD 8 4 RELEASE Announcement The FreeBSD Project 7 June 2013 Retrieved 7 June 2013 BSDInstall FreeBSD Wiki FreeBSD Project Announces Release of FreeBSD Version 9 0 The FreeBSD Project 12 January 2012 Retrieved 12 January 2012 Michael Larabel 23 June 2013 Sony s PlayStation 4 Is Running Modified FreeBSD 9 Phoronix Retrieved 17 August 2013 Matthew Humphries 24 June 2013 PS4 runs modified version of the FreeBSD 9 0 operating system Archived from the original on 28 March 2014 Retrieved 19 October 2013 FreeBSD 9 1 Release Process FreeBSD 9 2 Release Process FreeBSD 9 3 Release Process Barber Glen 20 January 2014 FreeBSD 10 0 RELEASE now available FreeBSD mailing list Retrieved 8 February 2014 What s new for FreeBSD 10 The FreeBSD Project Retrieved 19 September 2013 FreeBSD 10 1 RELEASE Announcement The FreeBSD Project Retrieved 5 April 2015 FreeBSD 10 1 Release Process The FreeBSD Project Retrieved 5 April 2015 FreeBSD Security Information End of Life The FreeBSD Project Retrieved 5 April 2015 Barber Glen 10 October 2014 FreeBSD 11 0 RELEASE now available FreeBSD mailing list Retrieved 24 January 2017 Release Engineering Information The FreeBSD Project Retrieved 2011 04 27 Release Information The FreeBSD Project Retrieved 2011 04 27 Unsupported FreeBSD Releases The FreeBSD Project Retrieved 2021 03 12 RELEASE NOTES FreeBSD Release 1 1 The FreeBSD Project Retrieved 2011 04 30 FreeBSD 2 0 Release Notes The FreeBSD Project Retrieved 2011 04 29 FreeBSD 2 0 5 Release Notes The FreeBSD Project Retrieved 2011 04 29 FreeBSD 2 1 5 Release Notes The FreeBSD Project Retrieved 2011 04 29 FreeBSD 2 1 6 Release Notes The FreeBSD Project Retrieved 2011 04 29 FreeBSD 2 1 7 Release Notes The FreeBSD Project Retrieved 2011 04 29 FreeBSD 2 2 Release Notes The FreeBSD Project Retrieved 2011 04 27 The Linux emulation is now fully functional FreeBSD 2 2 1 Release Notes The FreeBSD Project Retrieved 2011 04 27 FreeBSD 2 2 2 Release Notes The FreeBSD Project Retrieved 2011 04 27 FreeBSD 2 2 5 Release Notes The FreeBSD Project Retrieved 2011 04 27 FreeBSD 2 2 6 Release Notes The FreeBSD Project Retrieved 2011 04 27 FreeBSD 2 2 7 Release Notes The FreeBSD Project Retrieved 2011 04 27 FreeBSD 2 2 8 Release Notes The FreeBSD Project Retrieved 2011 04 27 FreeBSD 3 0 Release Notes The FreeBSD Project Retrieved 2011 04 27 FreeBSD 3 1 Release Notes The FreeBSD Project Retrieved 2011 04 28 FreeBSD 3 2 Release Notes The FreeBSD Project Retrieved 2011 04 28 FreeBSD 3 3 Release Notes The FreeBSD Project Retrieved 2011 04 28 FreeBSD 3 4 Release Notes The FreeBSD Project Retrieved 2011 04 28 FreeBSD 3 5 Release Notes The FreeBSD Project Retrieved 2011 04 28 FreeBSD 4 0 Release Notes The FreeBSD Project Retrieved 2011 04 28 FreeBSD 4 1 Release Notes The FreeBSD Project Retrieved 2011 04 28 FreeBSD 4 1 1 Release Notes The FreeBSD Project Retrieved 2011 04 28 FreeBSD 4 2 Release Notes The FreeBSD Project Retrieved 2011 04 28 FreeBSD 4 3 Release Notes The FreeBSD Project Retrieved 2011 04 28 FreeBSD i386 4 4 RELEASE Release Notes The FreeBSD Project Retrieved 2011 04 29 FreeBSD i386 4 5 RELEASE Release Notes The FreeBSD Project Retrieved 2011 04 29 FreeBSD i386 4 6 RELEASE Release Notes The FreeBSD Project Retrieved 2011 04 29 FreeBSD i386 4 6 2 RELEASE Release Notes The FreeBSD Project Retrieved 2011 04 29 FreeBSD i386 4 7 RELEASE Release Notes The FreeBSD Project Retrieved 2011 04 29 FreeBSD i386 4 8 RELEASE Release Notes The FreeBSD Project Retrieved 2011 04 29 FreeBSD i386 4 9 RELEASE Release Notes The FreeBSD Project Retrieved 2011 04 29 FreeBSD i386 4 10 RELEASE Release Notes The FreeBSD Project Retrieved 2011 04 29 FreeBSD i386 4 11 RELEASE Release Notes The FreeBSD Project Retrieved 2011 04 29 FreeBSD i386 5 0 RELEASE Release Notes The FreeBSD Project 14 January 2003 Retrieved 2011 04 29 FreeBSD i386 5 1 RELEASE Release Notes The FreeBSD Project 28 May 2003 Retrieved 2011 04 29 FreeBSD amd64 5 2 RELEASE Release Notes The FreeBSD Project 1 January 2004 Retrieved 2011 04 29 FreeBSD i386 5 2 RELEASE Release Notes The FreeBSD Project 1 January 2004 Retrieved 2011 04 29 FreeBSD 5 2 RELEASE Announcement The FreeBSD Project 1 January 2004 Retrieved 2011 04 29 FreeBSD 5 2 1 RELEASE Announcement The FreeBSD Project 1 January 2004 Retrieved 2011 04 29 FreeBSD amd64 5 3 RELEASE Release Notes The FreeBSD Project 11 March 2004 Retrieved 2011 04 29 FreeBSD amd64 5 4 RELEASE Release Notes The FreeBSD Project 5 May 2005 Retrieved 2011 04 29 FreeBSD amd64 5 5 RELEASE Release Notes The FreeBSD Project 22 May 2006 Retrieved 2011 04 29 FreeBSD amd64 6 0 RELEASE Release Notes The FreeBSD Project 21 October 2005 Retrieved 2011 04 29 FreeBSD amd64 6 1 RELEASE Release Notes The FreeBSD Project 5 May 2006 Retrieved 2011 04 29 FreeBSD amd64 6 2 RELEASE Release Notes The FreeBSD Project 11 January 2007 Retrieved 2011 04 29 FreeBSD amd64 6 3 RELEASE Release Notes The FreeBSD Project 15 January 2008 Retrieved 2011 04 29 FreeBSD amd64 6 4 RELEASE Release Notes The FreeBSD Project 25 November 2008 Retrieved 2011 04 29 Voras Ivan What s cooking for FreeBSD 7 Retrieved 2011 04 27 FreeBSD 7 0 RELEASE Release Notes The FreeBSD Project 16 February 2008 Retrieved 2011 04 27 FreeBSD 7 1 RELEASE Release Notes The FreeBSD Project 31 December 2008 Retrieved 2011 04 27 FreeBSD 7 2 RELEASE Release Notes Release Highlights The FreeBSD Project 30 April 2009 Retrieved 2011 04 29 FreeBSD 7 3 RELEASE Release Notes Release Highlights The FreeBSD Project 30 March 2010 Retrieved 2011 04 29 FreeBSD 7 3 RELEASE Release Notes The FreeBSD Project 30 March 2010 Retrieved 2011 04 29 FreeBSD 7 4 RELEASE Release Notes The FreeBSD Project 24 February 2011 Retrieved 2011 04 27 Voras Ivan What s cooking for FreeBSD 8 Retrieved 2011 04 27 FreeBSD 8 1 RELEASE Release Notes The FreeBSD Project 24 February 2011 Retrieved 2011 04 29 FreeBSD 8 2 RELEASE Release Notes The FreeBSD Project 24 February 2011 Retrieved 2011 04 27 FreeBSD 8 3 RELEASE Release Notes The FreeBSD Project 9 April 2012 Retrieved 2012 05 08 FreeBSD 8 4 RELEASE Release Notes The FreeBSD Project 7 June 2013 Retrieved 2013 06 07 FreeBSD 8 4 RELEASE Announcement 9 June 2013 Retrieved 2013 09 16 FreeBSD 9 0 RELEASE Release Notes The FreeBSD Project 2012 01 12 Retrieved 2012 01 12 FreeBSD 9 1 RELEASE Release Notes The FreeBSD Project 2012 12 30 Retrieved 2013 01 12 FreeBSD 9 2 RELEASE Release Notes The FreeBSD Project 2013 09 30 Retrieved 2013 10 02 FreeBSD 9 3 RELEASE Announcement The FreeBSD Project 2014 07 16 Retrieved 2014 07 18 FreeBSD 10 0 RELEASE Release Notes The FreeBSD Project 2014 01 20 Retrieved 2014 01 20 Varghese Sam 20 January 2014 FreeBSD to support secure boot by mid year ITWire Retrieved 2014 03 22 FreeBSD 10 1 RELEASE Release Notes The FreeBSD Project 2014 11 14 Retrieved 2014 11 15 FreeBSD 10 2 RELEASE Release Notes The FreeBSD Project 2015 08 06 Retrieved 2018 12 12 FreeBSD 10 0 RELEASE Release Announcement The FreeBSD Project 2016 04 04 Retrieved 2016 04 07 FreeBSD 10 0 RELEASE Release Announcement The FreeBSD Project 2017 10 03 Retrieved 2017 10 03 What s new for FreeBSD 11 The FreeBSD Project Retrieved 2015 03 24 FreeBSD 11 1 RELEASE Release Announcement The FreeBSD Project 2017 07 26 Retrieved 2017 06 26 FreeBSD 11 2 Ready For Release With Spectre Mitigation Various Enhancements Phoronix Media 2018 06 27 Retrieved 2018 09 30 FreeBSD 11 3 RELEASE Release Notes The FreeBSD Project 2019 07 09 Retrieved 2019 07 10 FreeBSD 11 4 RELEASE Announcement The FreeBSD Project 2020 06 23 Retrieved 2021 09 30 FreeBSD 12 0 RELEASE Release Notes The FreeBSD Project 2018 12 10 Retrieved 2018 12 12 FreeBSD 12 1 RELEASE Release Announcement The FreeBSD Project 2019 11 04 Retrieved 2019 11 04 FreeBSD 12 2 RELEASE Announcement The FreeBSD Project 2020 10 27 Retrieved 2020 10 27 FreeBSD 12 3 RELEASE Announcement The FreeBSD Project 2021 12 07 Retrieved 2021 12 08 FreeBSD 12 4 RELEASE Announcement The FreeBSD Project 2022 12 05 Retrieved 2022 12 05 FreeBSD 13 0 RELEASE Announcement The FreeBSD Project 2021 04 13 Retrieved 2021 04 14 FreeBSD 13 1 RELEASE Announcement The FreeBSD Project 2022 05 16 Retrieved 2022 05 16 FreeBSD 13 2 Release Process The FreeBSD Project Retrieved 2022 08 30 FreeBSD 14 0 Release Process The FreeBSD Project Retrieved 2022 09 07 FreeBSD Handbook information on upgrading FreeBSD org Retrieved 3 June 2012 Retrieved from https en wikipedia org w index php title FreeBSD version history amp oldid 1144357307, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.