Hi in faq/current.html there are still modifications wich are already present in 6.6 and described in faq/upgrade66.html.
Best -- Adriano Barbosa Index: faq/current.html =================================================================== RCS file: /cvs/www/faq/current.html,v retrieving revision 1.1011 diff -u -p -u -p -r1.1011 current.html --- faq/current.html 2 Oct 2019 15:40:06 -0000 1.1011 +++ faq/current.html 25 Oct 2019 14:59:54 -0000 @@ -57,128 +57,7 @@ use a snapshot to recover. Most of these changes will have to be performed as root. -<h3 id="r20190529">2019/05/29 - vmctl(8): command line syntax changed</h3> - -The order of the arguments in the <code>create</code>, -<code>start</code>, and <code>stop</code> commands of -<a href="https://man.openbsd.org/vmctl.8">vmctl(8)</a> has been changed to -match a commonly expected style. -Manual usage or scripting with vmctl must be adjusted to use the new -syntax. -For example, the old syntax looked like this: -<pre class="cmdbox"> -# <b>vmctl create disk.qcow2 -s 50G</b> -</pre> - -The new syntax specifies the command options before the argument: -<pre class="cmdbox"> -# <b>vmctl create -s 50G disk.qcow2</b> -</pre> - - -<h3 id="r20190607">2019/06/07 - acme-client(1): api url changed</h3> - -<a href="https://man.openbsd.org/acme-client.1">acme-client(1)</a> has -been updated to implement the recently published RFC 8555. -Users must change the api url in <code>/etc/acme-client.conf</code> from -<pre class="cmdbox"> -https://acme-v01.api.letsencrypt.org/directory -</pre> -to -<pre class="cmdbox"> -https://acme-v02.api.letsencrypt.org/directory -</pre> - - -<h3 id="r20190607a">2019/06/07 - [ports] MariaDB upgrade</h3> - -MariaDB was upgraded to the 10.3 branch. -Due to changes in redo logs, <b>ensure that your previous version was -shut down cleanly before upgrading</b>. -The <code>/etc/my.cnf</code> option <code>innodb_additional_mem_pool_size</code>, -found in some old default configurations, is no longer supported - remove it if present. -If the new version fails to start, review <code>/var/mysql/(hostname).err</code>. -As usual, run mysql_upgrade(1) after the update. - - -<h3 id="r20190611">2019/06/11 - acme-client(1): command line flags retired</h3> - -The -A and -D flags have been removed from -<a href="https://man.openbsd.org/acme-client.1">acme-client(1)</a>. -The private keys are now created automatically if missing. -If you were using either of these flags on your regular command lines, -remove them. - - -<h3 id="r20190617">2019/06/18 - doas(1): altered environment variables</h3> - -The environment variable handling in -<a href="https://man.openbsd.org/doas.1">doas(1)</a> -has been changed. -In particular HOME and PATH are now reset to the target user. - - -<h3 id="r20190619">2019/06/19 - [ports] courier-imap utf-8 support</h3> - -In courier-imap full utf-8 support has been enabled, -if you are using imap folders with utf8 names you should check and/or -convert them using maildirmake(1) <code>--checkutf8</code> and <code>--convutf8</code> options. - - -<h3 id="r20190625">2019/06/25 - bgpctl(8) removal of irrfilter</h3> - -The bgpctl(8) irrfilter command has been removed. People interested in -generating prefix- and as-sets from IRR data should use bgpq3 from ports. - - -<h3 id="r20190626">2019/06/26 - [ports] gzdoom incompatibles with old saves</h3> - -gzdoom was updated to 4.1.2 which makes it incompatible with previously saved games. -There is no upstream solution. - - -<h3 id="r20190807">2019/08/07 - Removal of route-collector mode in bgpd(8)</h3> - -The config keyword <code>route-collector</code> is deprecated and will cause -bgpd(8) to fail parsing the config. -Instead disable the route evaluation process on the Loc-RIB with -<code>rde rib Loc-RIB no evaluate</code>. - - -<h3 id="r20190821">2019/08/21 IPv6 link-local address change</h3> -It has been discovered that some hosting providers route customer IPv6 -prefixes to link-local addresses derived from Ethernet MAC addresses -(RFC 2464). -This leads to hard to debug IPv6 connectivity issues with the -RFC 7217-style random but stable link-local addresses that we used. -Link-local addresses are again formed from Ethernet MAC addresses. - - -<h3 id="r20190827">2019/08/27 - [ports] Datadir added to default postgres flags</h3> - -Default <a href="https://man.openbsd.org/rc.d.8">rc.d(8)</a> flags -for databases/postgresql have been changed from: -<pre class="cmdbox"> -daemon_flags="-w -l /var/postgresql/logfile" -</pre> -to -<pre class="cmdbox"> -daemon_flags="-D /var/postgresql/data -w -l /var/postgresql/logfile" -</pre> -if you defined <code>postgresql_flags</code> in <code>/etc/rc.conf.local</code> -make sure that your entry includes <code>-D /var/postgresql/data</code>. - - -<h3 id="r20190911">2019/09/11 - [ports] rss2email update, save config before updating</h3> - -rss2email has been updated to a new major version with incompatible -configuration. -Before updating, save your feed list: -<pre class="cmdbox"> -r2e list > ~/r2e.txt -r2e opmlexport > ~/r2e.opml -</pre> -After updating, see the notes in /usr/local/share/pkg-readmes/rss2email. +<h3 id="r20191017">2019/10/17 - OpenBSD 6.6 Released</h3> <!--