changeset 48:aa0c5c467963 kai

RSS updates. Include list of changes directly. Print only excerpts on main page.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 28 Sep 2016 11:29:32 +0200
parents 6b221a8157ab
children d01bb705165e
files _layouts/post.html _posts/2015-05-29-octave-4.0.0-released.markdown _posts/2016-03-23-octave-4.0.1-released.markdown _posts/2016-07-02-octave-4.0.3-released.markdown fixes-4-0-1.md fixes-4-0-3.md index.md
diffstat 7 files changed, 197 insertions(+), 246 deletions(-) [+]
line wrap: on
line diff
--- a/_layouts/post.html	Wed Sep 28 11:28:28 2016 +0200
+++ b/_layouts/post.html	Wed Sep 28 11:29:32 2016 +0200
@@ -4,7 +4,6 @@
 <article class="post" itemscope itemtype="http://schema.org/BlogPosting">
 
   <header class="post-header">
-    <h1 class="post-title" itemprop="name headline">{{ page.title }}</h1>
     <p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>{% if page.author %} • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>{% endif %}</p>
   </header>
 
--- a/_posts/2015-05-29-octave-4.0.0-released.markdown	Wed Sep 28 11:28:28 2016 +0200
+++ b/_posts/2015-05-29-octave-4.0.0-released.markdown	Wed Sep 28 11:29:32 2016 +0200
@@ -5,8 +5,8 @@
 categories: releases
 ---
 
-Version 4.0.0 has been released and is now available for download.
-Octave 4.0 is a major new release with many new features:
+Octave version 4.0.0 has been released and is now available for [download][].
+Some of the many new features of this major release are:
 
 - including a graphical user interface,
 - support for classdef object-oriented programming,
@@ -15,11 +15,12 @@
 
 An official [Windows binary installer][] is available.
 
-A list of important user-visible changes is available [here][news],
-by selecting the Release Notes item in the News menu of the GUI,
+A list of important user-visible changes is available
+by selecting the [Release Notes][] item in the News menu of the GUI
 or by typing `news` at the Octave command prompt.
 
 Thanks to the many people who contributed to this release!
 
-[news]: http://octave.org/NEWS-4.0.html
+[download]: http://www.octave.org/download.html
+[Release Notes]: http://octave.org/NEWS-4.0.html
 [Windows binary installer]: ftp://ftp.gnu.org/gnu/octave/windows/octave-4.0.0_0-installer.exe
--- a/_posts/2016-03-23-octave-4.0.1-released.markdown	Wed Sep 28 11:28:28 2016 +0200
+++ b/_posts/2016-03-23-octave-4.0.1-released.markdown	Wed Sep 28 11:29:32 2016 +0200
@@ -5,8 +5,7 @@
 categories: releases
 ---
 
-Version 4.0.1 has been released and is now available for [download][].
-Octave 4.0.1 is a [bug fixing release][].
+Octave version 4.0.1 has been released and is now available for [download][].
 
 Octave 4.0, released in May 2015,
 was a major new version with many new features,
@@ -15,5 +14,151 @@
 better compatibility with Matlab,
 and many new and improved functions.
 
+This is a bug fixing release:
+
+- Allow strsplit to use '+' as a delimiter ([bug #47403](https://savannah.gnu.org/bugs/?47403)).
+- svds.m: Special handling for case of sigma=0 ([bug #46683](https://savannah.gnu.org/bugs/?46683)).
+- patch.m: Fix typo in docstring.
+- Fix splines and remove unnecessary calculations ([bug #47013](https://savannah.gnu.org/bugs/?47013))
+- doc: Use consistent spacing for memory/storage sizes
+- fix printf regression ([bug #47192](https://savannah.gnu.org/bugs/?47192))
+- Invoke correct version of octave-cli from main driver program
+- For gnuplot 5.x, add the "color" option to the postscript terminal.
+- Avoid overflow while reshaping large sparse matrices ([bug #42850](https://savannah.gnu.org/bugs/?42850)).
+- Fix memory corruption allocating to sparse arrays ([bug #42825](https://savannah.gnu.org/bugs/?42825)).
+- `__osmesa_print__.cc`: Include system headers with <file.h> syntax.
+- Fix compilation error when building with OSMesa on Mac platforms ([patch #8761](https://savannah.gnu.org/patch/?8761))
+- Disable char/int8_t function overloads where not permitted ([bug #45411](https://savannah.gnu.org/bugs/?45411))
+- Fix cut/paste error in rande documentation ([bug #47097](https://savannah.gnu.org/bugs/?47097)).
+- Fix regressions caused by ismatrix definition change (partial fix [bug #47036](https://savannah.gnu.org/bugs/?47036)).
+- doc: Update copyright date in octave.texi (partial fix [bug #47058](https://savannah.gnu.org/bugs/?47058)).
+- Fix regressions caused by ismatrix definition change (partial fix [bug #47036](https://savannah.gnu.org/bugs/?47036)).
+- Fix regression for coordinate transforms on 3-D arrays (partial fix [bug #47036](https://savannah.gnu.org/bugs/?47036)).
+- Fix regressions caused by ismatrix definition change (partial fix [bug #47036](https://savannah.gnu.org/bugs/?47036)).
+- doc: Correct example errobar code and plot ([bug #46972](https://savannah.gnu.org/bugs/?46972)).
+- `__getlegenddata__.m`: fix handling of multiple child elements ([bug #46835](https://savannah.gnu.org/bugs/?46835))
+- doc: fix spelling of "unknown".
+- svds.m: Modify BIST test for sigma=0 to reliably pass.
+- fzero.m: Correctly choose tolerance (eps) based on class of fun and X0 ([bug #46658](https://savannah.gnu.org/bugs/?46658)).
+- maint: Add @SizeTester files to build system.
+- etc/icons/octave.desktop.in: Add Keywords entry and field code to Exec.
+- doc: fix spelling of "occurred".
+- Remove spurious tick labels occuring when setting ticks and removing tick labels.
+- Fix behavior of warning ("error") call ([bug #45753](https://savannah.gnu.org/bugs/?45753)).
+- doc: Start help text with " -- ", not " -- : ".
+- Fixed isequal for comparison of objects with overridden size ([bug #44334](https://savannah.gnu.org/bugs/?44334))
+- Fix compilation of classdef with the clang compiler ([bug #41178](https://savannah.gnu.org/bugs/?41178))
+- Added tag rc-4-0-1-1 for changeset 20b17dda0e0c
+- doc: Fix incorrect description of Hessenberg decomposition ([bug #46622](https://savannah.gnu.org/bugs/?46622)).
+- Rewrite a8ee668e7fd7 to use #if defined rather than #ifdef.
+- Fix kbhit and pause on Windows systems.
+- set all lexical_feedback variables in init function ([bug #46522](https://savannah.gnu.org/bugs/?46522))
+- randi.m: Clean up function.
+- randi.m: corrected warning policy for int and single ranges.
+- Tweak GUI ToolTip strings for consistency.
+- Update German translation file de_DE.ts.
+- Stop segfault when find() called with 6 outputs ([bug #42424](https://savannah.gnu.org/bugs/?42424)).
+- lscov.m: Increase tolerance of BIST test to 2*eps.
+- doc: Clarify how if statement determines true or false for a matrix input.
+- textread.m, textscan.m: properly process single-quoted endofline parameter ([bug #46477](https://savannah.gnu.org/bugs/?46477))
+- Fix rotated graphics when printing through ghostscript ([bug #46435](https://savannah.gnu.org/bugs/?46435)).
+- drawnow: add a delay to let the GUI thread lock the mutex when printing ([bug #44463](https://savannah.gnu.org/bugs/?44463))
+- check whether filter is active or not when history widget becomes visible
+- fix hanging of gui when focusing the editor (regression from cset 802dc52d4d46)
+- quadv.m: Clarify that tolerance is absolute in docstring.
+- Fix segfault with 'dbclear all' ([bug #41843](https://savannah.gnu.org/bugs/?41843)).
+- intro.txi change a to A to match the previous comments
+- Force left-to-right alignment for the whole GUI ([bug #46204](https://savannah.gnu.org/bugs/?46204))
+- validateattributes.m: fix typo on documentation ([bug #46328](https://savannah.gnu.org/bugs/?46328))
+- doc: Fix typo in short-circuit operators documentation ([bug #46280](https://savannah.gnu.org/bugs/?46280)).
+- datevec.m: Properly handle FFF millisecond code ([bug #46171](https://savannah.gnu.org/bugs/?46171)).
+- build: Add check for sys/stropts.h system header file
+- libinterp/dldfcn/module-files: Sort the list of loadable module files.
+- Fix issue with gnuplot, subplot, and 2 y-axes ([bug #45822](https://savannah.gnu.org/bugs/?45822)).
+- plot.m: use actual property names in the description FMT argument ([bug #46240](https://savannah.gnu.org/bugs/?46240))
+- normrnd.m: Return correct result for vector case when std = 0 ([bug #46238](https://savannah.gnu.org/bugs/?46238)).
+- prevent doc browser from searching for an empty string (bug 46227)
+- improve focus detection of gui ([bug #45306](https://savannah.gnu.org/bugs/?45306))
+- Fix segfault when complex double matrix calls ZGETRF ([bug #45577](https://savannah.gnu.org/bugs/?45577)).
+- Add uiXXXX documentation ([bug #46076](https://savannah.gnu.org/bugs/?46076))
+- quantile.m: Fix operation along a singleton dimension ([bug #45455](https://savannah.gnu.org/bugs/?45455)).
+- doc: Add explanation of ':' optional input to numel().
+- doc: Cuddle parentheses in example code of for loop.
+- data.cc: Add @w{} around @code segments in docstrings to prevent line breaks.
+- `__gnuplot_drawnow__.m`: Use "screenpixelsperinch" instead of constant value ([bug #46122](https://savannah.gnu.org/bugs/?46122)).
+- methods.m: try Java class names if getMethods fails on Java objects ([bug #46010](https://savannah.gnu.org/bugs/?46010))
+- textread.m, textscan.m: always remove headerlines args before invoking strread ([bug #46080](https://savannah.gnu.org/bugs/?46080))
+- Include stdint.h in mex.h file (Bug #46062)
+- Handle hggroup objects "buttondownfcn" when children are clicked ([bug #45621](https://savannah.gnu.org/bugs/?45621))
+- Fix selection of one pixel high(wide) images ([bug #46049](https://savannah.gnu.org/bugs/?46049))
+- annotation.m: document the "string" property of textbox and textarrow annotations ([bug #46036](https://savannah.gnu.org/bugs/?46036))
+- mkoctfile: Apply default C++ compiler flags when linking oct-file ([bug #45280](https://savannah.gnu.org/bugs/?45280))
+- Use backslash as windows file separator for canonicalize_file_name ([bug #45816](https://savannah.gnu.org/bugs/?45816)).
+- maint: Complete deprecation of gmap40 colormap.
+- Generate correct ezplot for 2-input functions ([bug #46004](https://savannah.gnu.org/bugs/?46004)).
+- Fix regression in displayed error message for nargin and nargout.
+- Fix typo in str2func docstring.
+- doc: Make excplicit that asctime and ctime values end in a newline ([bug #45976](https://savannah.gnu.org/bugs/?45976))
+- doc: remove section about broadcasting warnings which no longer exists.
+- Initialize interpreter correctly with script and --traditional ([bug #45921](https://savannah.gnu.org/bugs/?45921))
+- do not leave debug modus when entering a command at debug prompt ([bug #45737](https://savannah.gnu.org/bugs/?45737))
+- `__finish__.m`: Change from function to script to stay in base workspace ([bug #45869](https://savannah.gnu.org/bugs/?45869)).
+- Don't put default xtick vector size in documentation ([bug #45725](https://savannah.gnu.org/bugs/?45725)).
+- range.tst: Add tests for [bug #45739](https://savannah.gnu.org/bugs/?45739).
+- Fix 'descending' sort of Range objects ([bug #45739](https://savannah.gnu.org/bugs/?45739)).
+- strread.m: clarify delimiter and whitespace usage ([bug #45712](https://savannah.gnu.org/bugs/?45712))
+- GUI-Find: keep focus on Find What and select all text when dialog opens
+- strread.m: properly preprocess all forms of string format specifier ([bug #45712](https://savannah.gnu.org/bugs/?45712))
+- doc: Clarify that ARCH argument to fread overrides ARCH arg to fopen.
+- strfunc: Document function does not accept anonymous functions (partial fix [bug #45682](https://savannah.gnu.org/bugs/?45682)).
+- doc: Add info about single letter codes for fread, fopen IEEE format.
+- doc: Change docstrings to use 'IEEE 754' rather than 'IEEE-754'.
+- Fix hang when using errorbar with empty dataset ([bug #45554](https://savannah.gnu.org/bugs/?45554)).
+- doc: Clarify behavior of length() function ([bug #45611](https://savannah.gnu.org/bugs/?45611)).
+- show history context menu only for clicks on entries
+- Fix missing sorting of the workspace view directly after start-up
+- Allow sorting columns in workspace view ([bug #45448](https://savannah.gnu.org/bugs/?45448))
+- Pass all fields in face/vertex structure through to patch() ([bug #45593](https://savannah.gnu.org/bugs/?45593)).
+- polar.m: Display plot titles on polar plots ([bug #45514](https://savannah.gnu.org/bugs/?45514)).
+- ellipke.m: Use correct definition of elliptic integral in documentation ([bug #45522](https://savannah.gnu.org/bugs/?45522)).
+- build: Sort generated PKG_ADD contents consistently
+- build: Use texinfo.tex from gnulib instead of manually imported version
+- doc: Fix backslash characters in docstrings
+- install.txi: Add warning about incorrect behavior of reference BLAS library.
+- unpack.m: Stop hang when unpacking on to existing filename ([bug #45331](https://savannah.gnu.org/bugs/?45331)).
+- Allow NEWS to be displayed properly in QTextBrowser ([bug #45396](https://savannah.gnu.org/bugs/?45396))
+- Fix segfault when '[]' used for row_vector_property.
+- fix crash when selecting an image ([bug #45372](https://savannah.gnu.org/bugs/?45372))
+- qt toolkit: set keyboard focus in canvas ([bug #44832](https://savannah.gnu.org/bugs/?44832))
+- Clean up MEX example code.
+- Change mxCreateNumericArray to be Matlab compatible for ndims < 2 ([bug #45319](https://savannah.gnu.org/bugs/?45319)).
+- Fix conversion from string cell array into java's String[] ([bug #45290](https://savannah.gnu.org/bugs/?45290))
+- Don't run wizard in --no-gui mode (see http://octave.1599824.n4.nabble.com/Octave-wants-to-run-startup-configuration-wizard-in-no-gui-mode-tp4670884.html)
+- Fix load/save of integers with -hdf5 ([bug #45225](https://savannah.gnu.org/bugs/?45225))
+- io.tst: Add tests for printf hex or octal conversion on string inputs
+- ellipke.m: Modify to accept row vectors ([bug #45283](https://savannah.gnu.org/bugs/?45283)).
+- Return correct hex value for printf when used with string inputs ([bug #45263](https://savannah.gnu.org/bugs/?45263)).
+- run.m: Return to original directory on Windows ([bug #45231](https://savannah.gnu.org/bugs/?45231)).
+- Convert double Octave vectors to double Java vectors ([bug #45264](https://savannah.gnu.org/bugs/?45264)).
+- Also load settings and translations in --no-gui mode ([bug #44222](https://savannah.gnu.org/bugs/?44222) and [bug #45199](https://savannah.gnu.org/bugs/?45199))
+- Avoid crash when trying to annotate an empty figure ([bug #45241](https://savannah.gnu.org/bugs/?45241))
+- Allow interactive annotations in other figures than the currentfigure.
+- Allow copying a figure to clipboard even in --no-gui mode ([bug #44886](https://savannah.gnu.org/bugs/?44886))
+- Allow saving/copying other figures than the currentfigure ([bug #45226](https://savannah.gnu.org/bugs/?45226))
+- linsolve.m: Fix regression when calling linsolve with 2 arguments ([bug #45212](https://savannah.gnu.org/bugs/?45212))
+- fftshift.m, ifftshift.m: Restore support for N-dimensional arrays ([bug #45207](https://savannah.gnu.org/bugs/?45207))
+
+
+The above list was generated using the following command and very little
+manual post-processing:
+
+{% highlight bash %}
+hg log -r "release-4-0-0:release-4-0-1" -b stable \
+| grep "summary:" | nl | sort -rn | cut -f 2- \
+| sed 's/summary:\s*/- /' \
+| sed 's/\(bug #\)\([0-9]*\)/[\1\2](https:\/\/savannah.gnu.org\/bugs\/?\2)/' \
+| sed 's/\(patch #\)\([0-9]*\)/[\1\2](https:\/\/savannah.gnu.org\/patch\/?\2)/'
+{% endhighlight %}
+
 [download]: http://www.octave.org/download.html
 [bug fixing release]: http://www.octave.org/fixes-4-0-1.html
--- a/_posts/2016-07-02-octave-4.0.3-released.markdown	Wed Sep 28 11:28:28 2016 +0200
+++ b/_posts/2016-07-02-octave-4.0.3-released.markdown	Wed Sep 28 11:29:32 2016 +0200
@@ -6,10 +6,49 @@
 ---
 
 Octave Version 4.0.3 has been released and is now available for [download][].
-This version is another [bug fixing release][].
-
 An official [Windows binary installer][] is also available.
 
+This version is another bug fixing release:
+
+- doc: clarify differences between atan and atan2 ([bug #48178](https://savannah.gnu.org/bugs/?48178))
+- doc: delete mention of unsupported syntax for looping over structs ([bug #48064](https://savannah.gnu.org/bugs/?48064))
+- ver.m: return empty struct for unknown package ([bug #48235](https://savannah.gnu.org/bugs/?48235)).
+- Update gnulib subrepo for texinfo formatting fixes ([bug #48001](https://savannah.gnu.org/bugs/?48001))
+- Fix typos in Java conversion of 32 and 64 bit integers ([bug #48107](https://savannah.gnu.org/bugs/?48107))
+- Create valid gnuplot commands even for single-entry colormaps ([bug #48083](https://savannah.gnu.org/bugs/?48083)).
+- orderfields.m: Remove trailing bracket in docstring ([bug #48063](https://savannah.gnu.org/bugs/?48063)).
+- Don't overly restrict options passed to Java jvm ([bug #39063](https://savannah.gnu.org/bugs/?39063)).
+- Write integers with correct byte order on big-endian systems ([bug #47434](https://savannah.gnu.org/bugs/?47434))
+- doc: Document syntax for specifying color when using Tex interpreter ([bug #47907](https://savannah.gnu.org/bugs/?47907)).
+- Round quantized pixel values before writing uintN images ([bug #47746](https://savannah.gnu.org/bugs/?47746))
+- Fix popen2 error on Windows when child writes to stderr ([bug #43036](https://savannah.gnu.org/bugs/?43036))
+- it_IT.ts: Correct Italian translation of "col:" ([bug #47857](https://savannah.gnu.org/bugs/?47857)).
+- avoid crash in audiowrite argument processing ([bug #47875](https://savannah.gnu.org/bugs/?47875))
+- make `__magick_read__` a built-in function ([bug #41699](https://savannah.gnu.org/bugs/?41699))
+- sortrows.m: Improve docstring ([bug #47844](https://savannah.gnu.org/bugs/?47844)).
+- doc: Fix typo in exec docstring.
+- Use correct URL for Online Documentation ([bug #47835](https://savannah.gnu.org/bugs/?47835)).
+- Fix autoscale affecting legend axes objects ([bug #47765](https://savannah.gnu.org/bugs/?47765)).
+- configure.ac: Remove AC_CHECK_FUNC for pipe now that gnulib::pipe used.
+- doc: fix on manual the syntax to empty elements from cell array.
+- octave.texi: Set document encoding to UTF-8.
+- Enable the pipe function on Windows ([bug #47614](https://savannah.gnu.org/bugs/?47614))
+- avoid mulitple definitions of static function-scope vars ([bug #47372](https://savannah.gnu.org/bugs/?47372))
+- Array-sym.cc: Delete obsolete file.
+- Initialize variable to stop unstable results for lgamma ([bug #47524](https://savannah.gnu.org/bugs/?47524)).
+- call openmp function at initialization ([bug #47372](https://savannah.gnu.org/bugs/?47372))
+- macros.texi: Colorized links for PDF files with Texinfo 6.x.
+
+The above list was generated using the following command and very little
+manual post-processing:
+
+{% highlight bash %}
+hg log -r "release-4-0-1:release-4-0-3" -b stable \
+| grep "summary:" | nl | sort -rn | cut -f 2- \
+| sed 's/summary:\s*/- /' \
+| sed 's/\(bug #\)\([0-9]*\)/[\1\2](https:\/\/savannah.gnu.org\/bugs\/?\2)/' \
+| sed 's/\(patch #\)\([0-9]*\)/[\1\2](https:\/\/savannah.gnu.org\/patch\/?\2)/'
+{% endhighlight %}
+
 [download]: http://www.octave.org/download.html
-[bug fixing release]: http://www.octave.org/fixes-4-0-3.html
 [Windows binary installer]: ftp://ftp.gnu.org/gnu/octave/windows/octave-4.0.3-installer.exe
--- a/fixes-4-0-1.md	Wed Sep 28 11:28:28 2016 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,168 +0,0 @@
----
-layout: default
-title: Bugs Fixed in GNU Octave 4.0.1
-menu: false
----
-
-  <p>
-    <ul>
-      <li>Allow strsplit to use '+' as a delimiter <a href="https://savannah.gnu.org/bugs/?47403">(bug #47403)</a></li>
-      svds.m: Special handling for case of sigma=0 <a href="https://savannah.gnu.org/bugs/?46683">(bug #46683)</a>
-
-      <li>Fix splines and remove unnecessary calculations <a href="https://savannah.gnu.org/bugs/?47013">(bug #47013)</a></li>
-
-      <li>Fix printf regression <a href="https://savannah.gnu.org/bugs/?47192">(bug #47192)</a></li>
-
-      <li>Avoid overflow while reshaping large sparse matrices <a href="https://savannah.gnu.org/bugs/?42850">(bug #42850)</a></li>
-
-      <li>Fix memory corruption allocating to sparse arrays <a href="https://savannah.gnu.org/bugs/?42825">(bug #42825)</a></li>
-
-      <li>Disable char/int8_t function overloads where not permitted <a href="https://savannah.gnu.org/bugs/?45411">(bug #45411)</a></li>
-
-      <li>Fix cut/paste error in rande documentation <a href="https://savannah.gnu.org/bugs/?47097">(bug #47097)</a></li>
-
-      <li>Fix regressions caused by ismatrix definition change <a href="https://savannah.gnu.org/bugs/?47036">(bug #47036)</a></li>
-
-      <li>doc: Update copyright date in octave.texi <a href="https://savannah.gnu.org/bugs/?47058">(bug #47058)</a></li>
-
-      <li>Fix regressions caused by ismatrix definition change <a href="https://savannah.gnu.org/bugs/?47036">(bug #47036)</a></li>
-
-      <li>Fix regression for coordinate transforms on 3-D arrays <a href="https://savannah.gnu.org/bugs/?47036">(bug #47036)</a></li>
-
-      <li>Fix regressions caused by ismatrix definition change <a href="https://savannah.gnu.org/bugs/?47036">(bug #47036)</a></li>
-
-      <li>doc: Correct example errobar code and plot <a href="https://savannah.gnu.org/bugs/?46972">(bug #46972)</a></li>
-
-      <li>__getlegenddata__.m: Fix handling of multiple child elements <a href="https://savannah.gnu.org/bugs/?46835">(bug #46835)</a></li>
-
-      <li>fzero.m: Correctly choose tolerance (eps) based on class of fun and X0 <a href="https://savannah.gnu.org/bugs/?46658">(bug #46658)</a></li>
-
-      <li>Fix behavior of warning ("error") call <a href="https://savannah.gnu.org/bugs/?45753">(bug #45753)</a></li>
-
-      <li>Fixed isequal for comparison of objects with overridden size <a href="https://savannah.gnu.org/bugs/?44334">(bug #44334)</a></li>
-
-      <li>Fix compilation of classdef with the clang compiler <a href="https://savannah.gnu.org/bugs/?41178">(bug #41178)</a></li>
-
-      <li>doc: Fix incorrect description of Hessenberg decomposition <a href="https://savannah.gnu.org/bugs/?46622">(bug #46622)</a></li>
-
-      <li>set all lexical_feedback variables in init function <a href="https://savannah.gnu.org/bugs/?46522">(bug #46522)</a></li>
-
-      <li>Stop segfault when find function called with 6 outputs <a href="https://savannah.gnu.org/bugs/?42424">(bug #42424)</a></li>
-
-      <li>textread.m, textscan.m: Properly process single-quoted endofline parameter <a href="https://savannah.gnu.org/bugs/?46477">(bug #46477)</a></li>
-
-      <li>Fix rotated graphics when printing through ghostscript <a href="https://savannah.gnu.org/bugs/?46435">(bug #46435)</a></li>
-
-      <li>drawnow: Add a delay to let the GUI thread lock the mutex when printing <a href="https://savannah.gnu.org/bugs/?44463">(bug #44463)</a></li>
-
-      <li>Fix segfault with 'dbclear all' <a href="https://savannah.gnu.org/bugs/?41843">(bug #41843)</a></li>
-
-      <li>Force left-to-right alignment for the whole GUI <a href="https://savannah.gnu.org/bugs/?46204">(bug #46204)</a></li>
-
-      <li>validateattributes.m: Fix typo on documentation <a href="https://savannah.gnu.org/bugs/?46328">(bug #46328)</a></li>
-
-      <li>doc: Fix typo in short-circuit operators documentation <a href="https://savannah.gnu.org/bugs/?46280">(bug #46280)</a></li>
-
-      <li>datevec.m: Properly handle FFF millisecond code <a href="https://savannah.gnu.org/bugs/?46171">(bug #46171)</a></li>
-
-      <li>Fix issue with gnuplot, subplot, and 2 y-axes <a href="https://savannah.gnu.org/bugs/?45822">(bug #45822)</a></li>
-
-      <li>plot.m: Use actual property names in the description FMT argument <a href="https://savannah.gnu.org/bugs/?46240">(bug #46240)</a></li>
-
-      <li>normrnd.m: Return correct result for vector case when std = 0 <a href="https://savannah.gnu.org/bugs/?46238">(bug #46238)</a></li>
-
-      <li>prevent doc browser from searching for an empty string <a href="https://savannah.gnu.org/bugs/?46227">(bug #46227)</a></li>
-
-      <li>improve focus detection of gui <a href="https://savannah.gnu.org/bugs/?45306">(bug #45306)</a></li>
-
-      <li>Fix segfault when complex double matrix calls ZGETRF <a href="https://savannah.gnu.org/bugs/?45577">(bug #45577)</a></li>
-
-      <li>Add uiXXXX documentation <a href="https://savannah.gnu.org/bugs/?46076">(bug #46076)</a></li>
-
-      <li>quantile.m: Fix operation along a singleton dimension <a href="https://savannah.gnu.org/bugs/?45455">(bug #45455)</a></li>
-
-      <li>__gnuplot_drawnow__.m: Use "screenpixelsperinch" instead of constant value <a href="https://savannah.gnu.org/bugs/?46122">(bug #46122)</a></li>
-
-      <li>methods.m: Rry Java class names if getMethods fails on Java objects <a href="https://savannah.gnu.org/bugs/?46010">(bug #46010)</a></li>
-
-      <li>textread.m, textscan.m: Always remove headerlines args before invoking strread <a href="https://savannah.gnu.org/bugs/?46080">(bug #46080)</a></li>
-
-      <li>Include stdint.h in mex.h file <a href="https://savannah.gnu.org/bugs/?46062">(bug #46062)</a></li>
-
-      <li>Handle hggroup objects "buttondownfcn" when children are clicked <a href="https://savannah.gnu.org/bugs/?45621">(bug #45621)</a></li>
-
-      <li>Fix selection of one pixel high(wide) images <a href="https://savannah.gnu.org/bugs/?46049">(bug #46049)</a></li>
-
-      <li>annotation.m: Document the "string" property of textbox and textarrow annotations <a href="https://savannah.gnu.org/bugs/?46036">(bug #46036)</a></li>
-
-      <li>mkoctfile: Apply default C++ compiler flags when linking oct-file <a href="https://savannah.gnu.org/bugs/?45280">(bug #45280)</a></li>
-
-      <li>Use backslash as windows file separator for canonicalize_file_name <a href="https://savannah.gnu.org/bugs/?45816">(bug #45816)</a></li>
-
-      <li>Generate correct ezplot for 2-input functions <a href="https://savannah.gnu.org/bugs/?46004">(bug #46004)</a></li>
-
-      <li>doc: Make excplicit that asctime and ctime values end in a newline <a href="https://savannah.gnu.org/bugs/?45976">(bug #45976)</a></li>
-
-      <li>Initialize interpreter correctly with script and --traditional <a href="https://savannah.gnu.org/bugs/?45921">(bug #45921)</a></li>
-
-      <li>do not leave debug modus when entering a command at debug prompt <a href="https://savannah.gnu.org/bugs/?45737">(bug #45737)</a></li>
-
-      <li>__finish__.m: Change from function to script to stay in base workspace <a href="https://savannah.gnu.org/bugs/?45869">(bug #45869)</a></li>
-
-      <li>Don't put default xtick vector size in documentation <a href="https://savannah.gnu.org/bugs/?45725">(bug #45725)</a></li>
-
-      <li>Fix 'descending' sort of Range objects <a href="https://savannah.gnu.org/bugs/?45739">(bug #45739)</a></li>
-
-      <li>strread.m: Clarify delimiter and whitespace usage <a href="https://savannah.gnu.org/bugs/?45712">(bug #45712)</a></li>
-
-      <li>strread.m: Properly preprocess all forms of string format specifier <a href="https://savannah.gnu.org/bugs/?45712">(bug #45712)</a></li>
-
-      <li>strfunc: Document function does not accept anonymous functions <a href="https://savannah.gnu.org/bugs/?45682">(bug #45682)</a></li>
-
-      <li>Fix hang when using errorbar with empty dataset <a href="https://savannah.gnu.org/bugs/?45554">(bug #45554)</a></li>
-
-      <li>doc: Clarify behavior of length function <a href="https://savannah.gnu.org/bugs/?45611">(bug #45611)</a></li>
-
-      <li>Allow sorting columns in workspace view <a href="https://savannah.gnu.org/bugs/?45448">(bug #45448)</a></li>
-
-      <li>Pass all fields in face/vertex structure through to patch() <a href="https://savannah.gnu.org/bugs/?45593">(bug #45593)</a></li>
-
-      <li>polar.m: Display plot titles on polar plots <a href="https://savannah.gnu.org/bugs/?45514">(bug #45514)</a></li>
-
-      <li>ellipke.m: Use correct definition of elliptic integral in documentation <a href="https://savannah.gnu.org/bugs/?45522">(bug #45522)</a></li>
-
-      <li>unpack.m: Stop hang when unpacking on to existing filename <a href="https://savannah.gnu.org/bugs/?45331">(bug #45331)</a></li>
-
-      <li>Allow NEWS to be displayed properly in QTextBrowser <a href="https://savannah.gnu.org/bugs/?45396">(bug #45396)</a></li>
-
-      <li>Fix crash when selecting an image <a href="https://savannah.gnu.org/bugs/?45372">(bug #45372)</a></li>
-
-      <li>qt toolkit: Set keyboard focus in canvas <a href="https://savannah.gnu.org/bugs/?44832">(bug #44832)</a></li>
-
-      <li>Change mxCreateNumericArray to be Matlab compatible for ndims < 2 <a href="https://savannah.gnu.org/bugs/?45319">(bug #45319)</a></li>
-
-                                                                          <li>Fix conversion from string cell array into java's String[] <a href="https://savannah.gnu.org/bugs/?45290">(bug #45290)</a></li>
-
-      <li>Fix load/save of integers with -hdf5 <a href="https://savannah.gnu.org/bugs/?45225">(bug #45225)</a></li>
-
-      <li>ellipke.m: Modify to accept row vectors <a href="https://savannah.gnu.org/bugs/?45283">(bug #45283)</a></li>
-
-      <li>Return correct hex value for printf when used with string inputs <a href="https://savannah.gnu.org/bugs/?45263">(bug #45263)</a></li>
-
-      <li>run.m: Return to original directory on Windows <a href="https://savannah.gnu.org/bugs/?45231">(bug #45231)</a></li>
-
-      <li>Convert double Octave vectors to double Java vectors <a href="https://savannah.gnu.org/bugs/?45264">(bug #45264)</a></li>
-
-      <li>Also load settings and translations in --no-gui mode <a href="https://savannah.gnu.org/bugs/?44222">(bug #44222)</a> and <a href="https://savannah.gnu.org/bugs/?45199">(bug #45199)</a></li>
-
-      <li>Avoid crash when trying to annotate an empty figure <a href="https://savannah.gnu.org/bugs/?45241">(bug #45241)</a></li>
-
-      <li>Allow copying a figure to clipboard even in --no-gui mode <a href="https://savannah.gnu.org/bugs/?44886">(bug #44886)</a></li>
-
-      <li>Allow saving/copying other figures than the currentfigure <a href="https://savannah.gnu.org/bugs/?45226">(bug #45226)</a></li>
-
-      <li>linsolve.m: Fix regression when calling linsolve with 2 arguments <a href="https://savannah.gnu.org/bugs/?45212">(bug #45212)</a></li>
-
-      <li>fftshift.m, ifftshift.m: Restore support for N-dimensional arrays <a href="https://savannah.gnu.org/bugs/?45207">(bug #45207)</a></li>
-    </ul>
-  </p>
--- a/fixes-4-0-3.md	Wed Sep 28 11:28:28 2016 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,65 +0,0 @@
----
-layout: default
-title: Bugs Fixed in GNU Octave 4.0.3
-menu: false
----
-
-  <p>
-    <ul>
-      <li>doc: clarify differences between atan and atan2 <a href="https://savannah.gnu.org/bugs/?48178">(bug #48178)</a></li>
-
-      <li>doc: delete mention of unsupported syntax for looping over structs <a href="https://savannah.gnu.org/bugs/?48064">(bug #48064)</a></li>
-
-      <li>ver.m: return empty struct for unknown package <a href="https://savannah.gnu.org/bugs/?48235">(bug #48235)</a>.</li>
-
-      <li>Update gnulib subrepo for texinfo formatting fixes <a href="https://savannah.gnu.org/bugs/?48001">(bug #48001)</a></li>
-
-      <li>Fix typos in Java conversion of 32 and 64 bit integers <a href="https://savannah.gnu.org/bugs/?48107">(bug #48107)</a></li>
-
-      <li>Create valid gnuplot commands even for single-entry colormaps <a href="https://savannah.gnu.org/bugs/?48083">(bug #48083)</a>.</li>
-
-      <li>orderfields.m: Remove trailing bracket in docstring <a href="https://savannah.gnu.org/bugs/?48063">(bug #48063)</a>.</li>
-
-      <li>Don't overly restrict options passed to Java jvm <a href="https://savannah.gnu.org/bugs/?39063">(bug #39063)</a>.</li>
-
-      <li>Write integers with correct byte order on big-endian systems <a href="https://savannah.gnu.org/bugs/?47434">(bug #47434)</a></li>
-
-      <li>doc: Document syntax for specifying color when using Tex interpreter <a href="https://savannah.gnu.org/bugs/?47907">(bug #47907)</a>.</li>
-
-      <li>Round quantized pixel values before writing uintN images <a href="https://savannah.gnu.org/bugs/?47746">(bug #47746)</a></li>
-
-      <li>Fix popen2 error on Windows when child writes to stderr <a href="https://savannah.gnu.org/bugs/?43036">(bug #43036)</a></li>
-
-      <li>it_IT.ts: Correct Italian translation of "col:" <a href="https://savannah.gnu.org/bugs/?47857">(bug #47857)</a>.</li>
-
-      <li>avoid crash in audiowrite argument processing <a href="https://savannah.gnu.org/bugs/?47875">(bug #47875)</a></li>
-
-      <li>make __magick_read__ a built-in function <a href="https://savannah.gnu.org/bugs/?41699">(bug #41699)</a></li>
-
-      <li>sortrows.m: Improve docstring <a href="https://savannah.gnu.org/bugs/?47844">(bug #47844)</a>.</li>
-
-      <li>doc: Fix typo in exec docstring.</li>
-
-      <li>Use correct URL for Online Documentation <a href="https://savannah.gnu.org/bugs/?47835">(bug #47835)</a>.</li>
-
-      <li>Fix autoscale affecting legend axes objects <a href="https://savannah.gnu.org/bugs/?47765">(bug #47765)</a>.</li>
-
-      <li>configure.ac: Remove AC_CHECK_FUNC for pipe now that gnulib::pipe used.</li>
-
-      <li>doc: fix on manual the syntax to empty elements from cell array.</li>
-
-      <li>octave.texi: Set document encoding to UTF-8.</li>
-
-      <li>Enable the pipe function on Windows <a href="https://savannah.gnu.org/bugs/?47614">(bug #47614)</a></li>
-
-      <li>avoid mulitple definitions of static function-scope vars <a href="https://savannah.gnu.org/bugs/?47372">(bug #47372)</a></li>
-
-      <li>Array-sym.cc: Delete obsolete file.</li>
-
-      <li>Initialize variable to stop unstable results for lgamma <a href="https://savannah.gnu.org/bugs/?47524">(bug #47524)</a>.</li>
-
-      <li>call openmp function at initialization <a href="https://savannah.gnu.org/bugs/?47372">(bug #47372)</a></li>
-
-      <li>macros.texi: Colorized links for PDF files with Texinfo 6.x.</li>
-    </ul>
-  </p>
--- a/index.md	Wed Sep 28 11:28:28 2016 +0200
+++ b/index.md	Wed Sep 28 11:29:32 2016 +0200
@@ -139,10 +139,10 @@
 {% for post in site.posts limit:3 %}
   <div class="panel callout">
     <h3 class="entry-title">
-      <a href="{{ root_url }}{{ post.url }}">{{ post.title }}</a>
+      <a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
       <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
     </h3>
-    <div class="entry-content">{{ post.content }}</div>
+    <div class="entry-content">{{ post.excerpt }}</div>
   </div>
 {% endfor %}