diff options
-rw-r--r-- | docs/archive_old.html | 44 | ||||
-rw-r--r-- | docs/release.html | 50 |
2 files changed, 83 insertions, 11 deletions
diff --git a/docs/archive_old.html b/docs/archive_old.html index 6c95061..0a21922 100644 --- a/docs/archive_old.html +++ b/docs/archive_old.html @@ -48,7 +48,7 @@ <h2>Releases</h2> <ul> - <li><a href="#release20150124">r20150124 (2015 January 24th)</a></li> + <li><a href="#release20150124">r20150124 (2015 January 24th), r20150126 (2015 January 26th)</a></li> <li><a href="#release20141015">r20141015 (2014 October 15th)</a></li> <li><a href="#release6">6th release</a> (2014 September 11th <b>pre-release, 7th beta</b>)</li> <li><a href="#release5">5th release</a> (2014 March 7th, revised 2014 June 22nd)</li> @@ -72,7 +72,22 @@ <div class="section"> - <h1 id="release20150124">Release 20150124</h1> + <h1 id="release20150124">Release 20150124 and 20150126</h1> + + <p> + Release date: January 26th, 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> + </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> + </ul> <p> Release date: January 24th, 2015. @@ -141,7 +156,30 @@ </ul> </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> + <li>Docs (x200.html hcl): Remove incorrect information</li> + <li>Documentation (bbb_setup.html): Fix typos</li> + <li> + build-release: delete ich9fdgbe_{4m,8m}.bin files from ich9gen + <ul> + <li> + These were accidentically included in the r20150124 release. They + are generated from ich9gen so it's ok, but they don't need to be + in the archive. + </li> + </ul> + </li> + <li>Documentation (grub_cbfs.html): Looping in libreboot_grub.cfg (Add notes about it if the user copied from grub.cfg in CBFS.)</li> + <li>Documentation: refer to Guix as GNU Guix System Distribution or GNU GSD per advice from the Guix project.</li> + </ul> <h2> Changes for this release (latest changes first, earliest changes last) </h2> 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> |