diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-07 19:19:06 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-07 19:19:06 (EST) |
commit | da9725b5cac77370664b04bae0521ebcee0a60c4 (patch) | |
tree | 2ddae40cd5f63541397ce78768ce55ebee616348 /docs/release.html | |
parent | 0dbd879c0e9d73a0734fcfb4775c6584099f00d1 (diff) | |
download | libreboot-da9725b5cac77370664b04bae0521ebcee0a60c4.zip libreboot-da9725b5cac77370664b04bae0521ebcee0a60c4.tar.gz libreboot-da9725b5cac77370664b04bae0521ebcee0a60c4.tar.bz2 |
Release 20150208 (February 8th, 2015)
Diffstat (limited to 'docs/release.html')
-rw-r--r-- | docs/release.html | 50 |
1 files changed, 42 insertions, 8 deletions
diff --git a/docs/release.html b/docs/release.html index c75d08d..53ba167 100644 --- a/docs/release.html +++ b/docs/release.html @@ -62,21 +62,21 @@ <div class="section"> - <h1 id="release20150126">Release 20150126</h1> + <h1 id="release20150126">Release 20150208</h1> <p> - Release date: January 26th, 2015. + Release date: February 2nd, 2015. </p> <h2>Binaries (right-click save as, or use wget)</h2> <ul> - <li><a href="http://libreboot.org/release/20150126/libreboot_bin.tar.xz">http://libreboot.org/release/20150126/libreboot_bin.tar.xz</a></li> - <li><a href="http://libreboot.org/release/20150126/libreboot_bin.tar.xz.sig">http://libreboot.org/release/20150126/libreboot_bin.tar.xz.sig</a></li> + <li><a href="http://libreboot.org/release/20150208/libreboot_bin.tar.xz">http://libreboot.org/release/20150208/libreboot_bin.tar.xz</a></li> + <li><a href="http://libreboot.org/release/20150208/libreboot_bin.tar.xz.sig">http://libreboot.org/release/20150208/libreboot_bin.tar.xz.sig</a></li> </ul> <h2>Source code (right-click save as, or use wget)</h2> <ul> - <li><a href="http://libreboot.org/release/20150126/libreboot_src.tar.xz">http://libreboot.org/release/20150126/libreboot_src.tar.xz</a></li> - <li><a href="http://libreboot.org/release/20150126/libreboot_src.tar.xz.sig">http://libreboot.org/release/20150126/libreboot_src.tar.xz.sig</a></li> + <li><a href="http://libreboot.org/release/20150208/libreboot_src.tar.xz">http://libreboot.org/release/20150208/libreboot_src.tar.xz</a></li> + <li><a href="http://libreboot.org/release/20150208/libreboot_src.tar.xz.sig">http://libreboot.org/release/20150208/libreboot_src.tar.xz.sig</a></li> </ul> <p> @@ -133,10 +133,44 @@ </ul> <h2> - Updates (relative to r20150124) + Revisions for r20150208 (relative to r20150126) </h2> <p> - This is a bug fix release based on r20150124 from two days ago. It contains a few small changes: + This is a maintenance release (polishing) based on r20150126. Users who installed r20150126 + don't really need to update to this release. + </p> + <ul> + <li>buildrom-withgrub: use gnulove.jpg background on 16:10 laptops (MacBook2,1 and X200)</li> + <li>build-release: include grub-background script in libreboot_bin</li> + <li>grub-background (new): lets user change GRUB background image</li> + <li>grub-assemble: Add link to original utility.</li> + <li>buildrom-withgrub: Put background.jpg in CBFS, not GRUB memdisk</li> + <li>grub-assemble: merge scripts into a single script gen.sh</li> + <li>Documentation: implement theme, drastically improve readability</li> + <li>docs/hcl/index.html: update list of compatible T60 LCD panels</li> + <li>docs/index.html: more clarification of libreboot's stated purpose.</li> + <li>build-release: include the commitid file in the release archives</li> + <li>docs/index.html: Further emphasize the GNU/Linux requirement.</li> + <li>lenovobios_firstflash: fix BASH errors</li> + <li>lenovobios_secondflash: fix BASH errors</li> + <li>docs/install/x200_external.html: Tell user to switch MAC address.</li> + <li>docs/git/index.html: Add to the list of x86_64 compatible hosts.</li> + <li>docs/install/index.html: Remove old (obsolete) information.</li> + <li>docs/git/index.html: Say that the build dependencies are for src (and not nedeed for libreboot_bin)</li> + <li>build: re-factor the descriptor/gbe generating loop for GM45/ICH9M</li> + <li>X60, X60S and X60 Tablet now the same ROM images.</li> + <li>Add QEMU (q35/ich9) support to libreboot.</li> + <li>Add QEMU (i440fx/piix4) support to libreboot</li> + <li>docs/index.html: Re-write the description of what libreboot is.</li> + <li>docs/release.html: Add notes about how to use GPG.</li> + <li>build-release: delete the commitid file from release archives</li> + <li>build-release: create file named commitid after build-release</li> + </ul> + <h2> + Revisions for r20150126 (relative to r20150124) + </h2> + <p> + This is a bug fix release based on r20150124. It contains a few small changes: </p> <ul> <li>grub.cfg: hardcode the list of partitions to search (speeds up booting considerably. GRUB regexp isn't very well optimized)</li> |