]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Update for 2016.11.1
authorPeter Korsgaard <peter@korsgaard.com>
Thu, 29 Dec 2016 21:24:06 +0000 (22:24 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 29 Dec 2016 21:24:06 +0000 (22:24 +0100)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
docs/website/download.html
docs/website/news.html
support/misc/Vagrantfile

index d7eef3bbc6f303900692b1fba912ef0b6d03b915..d6df4381466540a979ae79e6fd354271c0c991e9 100644 (file)
@@ -8,37 +8,37 @@
     <div class="panel-heading">Download</div>
     <div class="panel-body">
 
-      <h3 style="text-align: center;">Latest stable release: <b>2016.11</b></h3>
+      <h3 style="text-align: center;">Latest stable release: <b>2016.11.1</b></h3>
 
       <div class="row mt centered">
        <div class="col-sm-6">
          <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
            <div class="flipper">
              <div class="front">
-               <a href="/downloads/buildroot-2016.11.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
+               <a href="/downloads/buildroot-2016.11.1.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
              </div>
              <div class="back">
-               <a href="/downloads/buildroot-2016.11.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
+               <a href="/downloads/buildroot-2016.11.1.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
              </div>
            </div>
          </div>
-         <h3><a href="/downloads/buildroot-2016.11.tar.gz">buildroot-2016.11.tar.gz</a></h3>
-         <p><a href="/downloads/buildroot-2016.11.tar.gz.sign">PGP signature</a></p>
+         <h3><a href="/downloads/buildroot-2016.11.1.tar.gz">buildroot-2016.11.1.tar.gz</a></h3>
+         <p><a href="/downloads/buildroot-2016.11.1.tar.gz.sign">PGP signature</a></p>
        </div>
        <div class="col-sm-6">
          <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
            <div class="flipper">
              <div class="front">
-               <a href="/downloads/buildroot-2016.11.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
+               <a href="/downloads/buildroot-2016.11.1.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
              </div>
              <div class="back">
-               <a href="/downloads/buildroot-2016.11.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
+               <a href="/downloads/buildroot-2016.11.1.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
              </div>
            </div>
          </div>
 
-         <h3><a href="/downloads/buildroot-2016.11.tar.bz2">buildroot-2016.11.tar.bz2</a></h3>
-         <p><a href="/downloads/buildroot-2016.11.tar.bz2.sign">PGP signature</a></p>
+         <h3><a href="/downloads/buildroot-2016.11.1.tar.bz2">buildroot-2016.11.1.tar.bz2</a></h3>
+         <p><a href="/downloads/buildroot-2016.11.1.tar.bz2.sign">PGP signature</a></p>
        </div>
       </div>
 <!--
index 1e789ff8586ff7df7edddc467295f08f1758902c..577e13276a1e07a58e48c514fe2f30ffd6b78e2a 100644 (file)
@@ -9,6 +9,25 @@
 <h2>News</h2>
 <ul class="timeline">
 
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2016.11.1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>29 December 2016</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The 2016.11.1 bugfix release is out, fixing a number of important /
+         security related issues discovered since the 2016.11 release. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2016.11.1">CHANGES</a>
+         file for more details, read the
+         <a href="http://lists.busybox.net/pipermail/buildroot/2016-December/180622.html">announcement<a>
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2016.11.1.tar.bz2">2016.11.1 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
   <li>
     <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
     <div class="timeline-panel">
index 66d9505b0f53f81468c3cb618c11688ee1c9160f..ee653de2f2e0aaa52b23d677fc98a16fd9980fb5 100644 (file)
@@ -5,7 +5,7 @@
 ################################################################################
 
 # Buildroot version to use
-RELEASE='2016.11'
+RELEASE='2016.11.1'
 
 ### Change here for more memory/cores ###
 VM_MEMORY=2048