<div dir="ltr">Packages for the release users are good.  Both the new 4.6 release and the older 4.4 release have been updated.<div><br></div><div>Packages for master... we blew it and the ABI was tagged wrong.  We are throwing our big machine at the redo and will have updated packages for master in-place tomorrow afternoon.  Master users can temporarily override their ABI to use the 4.6 packages if need be by setting:<div><br></div><div>setenv ABI dragonfly:4.6:x86:64<br><div><br></div><div>If you can help it though, just wait until tomorrow if you use master and want to upgrade your packages.  And don't accidently make any ABI override you use permanent :-).</div><div><br></div><div>-Matt</div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 2, 2016 at 1:29 PM, Justin Sherrill <span dir="ltr"><<a href="mailto:justin@shiningsilence.com" target="_blank">justin@shiningsilence.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">DragonFly 4.6 is out!<br>
<br>
<a href="http://www.dragonflybsd.org/release46/" rel="noreferrer" target="_blank">http://www.dragonflybsd.org/release46/</a><br>
<br>
> From the release page:<br>
<br>
"DragonFly version 4.6 brings more updates to accelerated video for<br>
both i915 and radeon users, home-grown support for NVMe controllers,<br>
preliminary EFI support, improvements in SMP and networking<br>
performance under heavy load, and a full range of binary packages."<br>
<br>
The release page has links to the tagging commits for this release,<br>
which have an exhaustive list of all the commits that went in since<br>
the last release.  The normal ISO and IMG files are available for<br>
download and install.<br>
<br>
If you have an existing 4.4.x system and are running a generic kernel,<br>
the normal upgrade process will work.  Change your local /usr/src to<br>
4.6:<br>
<br>
> cd /usr/src<br>
> git fetch origin<br>
> git branch DragonFly_RELEASE_4_6 origin/DragonFly_RELEASE_4_6<br>
> git checkout DragonFly_RELEASE_4_6<br>
> git pull<br>
<br>
And then rebuild: (in /usr/src )<br>
<br>
> make buildworld<br>
> make buildkernel<br>
> make installkernel<br>
> make installworld<br>
> make upgrade<br>
<br>
Don't forget to upgrade your existing packages.  4.6 packages have<br>
already been built and are immediately available.<br>
<br>
> pkg upgrade<br>
</blockquote></div><br></div>