Post release update of version numbers.
This commit is contained in:
@@ -8,6 +8,8 @@ V0.5dev:
|
|||||||
- If vBars are used together with ICON_BLOCK_FILLED on the same screen and
|
- If vBars are used together with ICON_BLOCK_FILLED on the same screen and
|
||||||
that icon is implemented as a custom char, it sometimes is replaced with
|
that icon is implemented as a custom char, it sometimes is replaced with
|
||||||
a non full block from the vBar.
|
a non full block from the vBar.
|
||||||
|
- On Solaris the mtc_s16209x driver fails to compile. Configure LCDproc to
|
||||||
|
exclude this driver.
|
||||||
|
|
||||||
|
|
||||||
Bugs in previous versions (not checked if the still exist):
|
Bugs in previous versions (not checked if the still exist):
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ Key:
|
|||||||
* Something changed / fixed
|
* Something changed / fixed
|
||||||
|
|
||||||
v.0.5dev (ongoing development)
|
v.0.5dev (ongoing development)
|
||||||
|
|
||||||
|
v0.5.3
|
||||||
+ lcdexec: notification when called program finishes
|
+ lcdexec: notification when called program finishes
|
||||||
+ xosd driver: offset from top-left corner
|
+ xosd driver: offset from top-left corner
|
||||||
+ LCDd: Hello= config option for startup message
|
+ LCDd: Hello= config option for startup message
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
.TH LCDd 8 "26 February 2009" LCDproc "LCDproc suite"
|
.TH LCDd 8 "14 May 2009" LCDproc "LCDproc suite"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
LCDd - LCDproc server daemon
|
LCDd - LCDproc server daemon
|
||||||
|
|||||||
@@ -19,8 +19,8 @@
|
|||||||
|
|
||||||
</authorgroup>
|
</authorgroup>
|
||||||
|
|
||||||
<date>2006-04-14</date>
|
<date>2009-05-21</date>
|
||||||
<releaseinfo>0.0.2</releaseinfo>
|
<releaseinfo>0.0.3</releaseinfo>
|
||||||
|
|
||||||
<abstract>
|
<abstract>
|
||||||
<para>
|
<para>
|
||||||
|
|||||||
@@ -31,8 +31,8 @@
|
|||||||
|
|
||||||
</authorgroup>
|
</authorgroup>
|
||||||
|
|
||||||
<date>2007-04-02</date>
|
<date>2009-05-21</date>
|
||||||
<releaseinfo>0.0.4</releaseinfo>
|
<releaseinfo>0.0.5</releaseinfo>
|
||||||
|
|
||||||
<abstract>
|
<abstract>
|
||||||
<para>
|
<para>
|
||||||
@@ -72,7 +72,7 @@ Free Documentation License".
|
|||||||
<keywordset>
|
<keywordset>
|
||||||
<keyword>documentation</keyword>
|
<keyword>documentation</keyword>
|
||||||
<keyword>LCDproc</keyword>
|
<keyword>LCDproc</keyword>
|
||||||
<keyword>0.5.2</keyword>
|
<keyword>0.5.3</keyword>
|
||||||
<keyword>user's guide</keyword>
|
<keyword>user's guide</keyword>
|
||||||
</keywordset>
|
</keywordset>
|
||||||
|
|
||||||
|
|||||||
@@ -5,18 +5,28 @@
|
|||||||
<title>Versioning</title>
|
<title>Versioning</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
At the time of writing there were two majors versions of LCDproc floating around on the
|
At the time of writing the following majors versions of LCDproc are floating
|
||||||
Internet.
|
around on the internet:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>LCDproc 0.5.3</term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
LCDproc 0.5.3 is the current stable version of LCDproc.
|
||||||
|
This is the version recommended to use.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>LCDproc 0.5.2</term>
|
<term>LCDproc 0.5.2</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
LCDproc 0.5.2 is the current stable version of LCDproc.
|
LCDproc 0.5.2 is an old stable version of LCDproc.
|
||||||
This is the version recommended to use.
|
It now has been superseeded with LCDproc 0.5.3.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@@ -25,9 +35,8 @@ Internet.
|
|||||||
<term>LCDproc 0.5.1</term>
|
<term>LCDproc 0.5.1</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
LCDproc 0.5.1 is the old stable version of LCDproc.
|
LCDproc 0.5.1 is an old stable version of LCDproc.
|
||||||
It was the second stable version of LCDproc after the move to the 0.5 API.
|
It was the second stable version of LCDproc after the move to the 0.5 API.
|
||||||
It now has been superseeded with LCDproc 0.5.2.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
.TH lcdproc 1 "18 September 2006" LCDproc "LCDproc suite"
|
.TH lcdproc 1 "22 November 2008" LCDproc "LCDproc suite"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
lcdproc - system status information client
|
lcdproc - system status information client
|
||||||
|
|||||||
Reference in New Issue
Block a user