From 3cfd93c98e972c2bc2eba245667ddea004222903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Thu, 24 Sep 2015 11:20:53 +0200 Subject: [PATCH 1/2] qubes-release: fill release-notes (based on the one on website) --- qubes-release/README.Qubes-Release-Notes | 45 +++++++++++++++++++++--- 1 file changed, 41 insertions(+), 4 deletions(-) diff --git a/qubes-release/README.Qubes-Release-Notes b/qubes-release/README.Qubes-Release-Notes index b463c20..e20ca31 100644 --- a/qubes-release/README.Qubes-Release-Notes +++ b/qubes-release/README.Qubes-Release-Notes @@ -1,6 +1,43 @@ -README.Qubes-Release-Notes -========================== +Qubes R3.0 release notes +======================== -This is a placeholder. There are no useful release notes in here. +Major new features since 2.0 +---------------------- -Sorry about that. +* Xen 4.4 +* Qrexec 3 +* Debian templates +* Whonix templates +* Build system improvements + +For other features take a look at [completed tickets](https://github.com/QubesOS/qubes-issues/issues?q=is%3Aclosed+is%3A:issue+milestone%3A%22Release+3.0%22+label%3Aenhancement) + +Known issues +------------ + +* For known issues take a look at [our tickets](https://github.com/QubesOS/qubes-issues/issues?q=is%3Aopen+is%3Aissue+milestone%3A%22Release+3.0%22+label%3Abug) + +It is advised to install updates just after system installation to apply bug fixes for (some of) the above problems. + +Downloads +--------- + +See [Qubes Downloads](https://qubes-os.org/doc/QubesDownloads/). + +Installation instructions +------------------------- + +See [Installation Guide](https://qubes-os.org/doc/InstallationGuide/). + +Upgrading +--------- + +### From from R3.0rc1 + +If you are using Qubes R3.0rc1, just install system updates, there is no special steps required. + +### From R2.0 or earlier + +The easiest and safest way to upgrade to Qubes R3.0 is to install it from scratch and use [qubes backup and restore tools](/doc/BackupRestore/) for migrating of all of the user VMs. + +Users of Qubes R2 can upgrade using [experimental procedure](/doc/UpgradeToR3.0/). From 530a3ff5709932e776d6f36db9eab95df6d0aa01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Thu, 24 Sep 2015 11:23:50 +0200 Subject: [PATCH 2/2] qubes-release: add dedication (#1058) QubesOS/qubes-issues#1058 --- qubes-release/README.Qubes-Release-Notes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qubes-release/README.Qubes-Release-Notes b/qubes-release/README.Qubes-Release-Notes index e20ca31..b41c593 100644 --- a/qubes-release/README.Qubes-Release-Notes +++ b/qubes-release/README.Qubes-Release-Notes @@ -1,6 +1,8 @@ Qubes R3.0 release notes ======================== +This Qubes OS release is dedicated to the memory of Caspar Bowden. + Major new features since 2.0 ----------------------