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
|
||||
that icon is implemented as a custom char, it sometimes is replaced with
|
||||
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):
|
||||
|
||||
@@ -6,6 +6,8 @@ Key:
|
||||
* Something changed / fixed
|
||||
|
||||
v.0.5dev (ongoing development)
|
||||
|
||||
v0.5.3
|
||||
+ lcdexec: notification when called program finishes
|
||||
+ xosd driver: offset from top-left corner
|
||||
+ 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
|
||||
LCDd - LCDproc server daemon
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
|
||||
</authorgroup>
|
||||
|
||||
<date>2006-04-14</date>
|
||||
<releaseinfo>0.0.2</releaseinfo>
|
||||
<date>2009-05-21</date>
|
||||
<releaseinfo>0.0.3</releaseinfo>
|
||||
|
||||
<abstract>
|
||||
<para>
|
||||
|
||||
@@ -31,8 +31,8 @@
|
||||
|
||||
</authorgroup>
|
||||
|
||||
<date>2007-04-02</date>
|
||||
<releaseinfo>0.0.4</releaseinfo>
|
||||
<date>2009-05-21</date>
|
||||
<releaseinfo>0.0.5</releaseinfo>
|
||||
|
||||
<abstract>
|
||||
<para>
|
||||
@@ -72,7 +72,7 @@ Free Documentation License".
|
||||
<keywordset>
|
||||
<keyword>documentation</keyword>
|
||||
<keyword>LCDproc</keyword>
|
||||
<keyword>0.5.2</keyword>
|
||||
<keyword>0.5.3</keyword>
|
||||
<keyword>user's guide</keyword>
|
||||
</keywordset>
|
||||
|
||||
|
||||
@@ -5,18 +5,28 @@
|
||||
<title>Versioning</title>
|
||||
|
||||
<para>
|
||||
At the time of writing there were two majors versions of LCDproc floating around on the
|
||||
Internet.
|
||||
At the time of writing the following majors versions of LCDproc are floating
|
||||
around on the internet:
|
||||
</para>
|
||||
|
||||
<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>
|
||||
<term>LCDproc 0.5.2</term>
|
||||
<listitem>
|
||||
<para>
|
||||
LCDproc 0.5.2 is the current stable version of LCDproc.
|
||||
This is the version recommended to use.
|
||||
LCDproc 0.5.2 is an old stable version of LCDproc.
|
||||
It now has been superseeded with LCDproc 0.5.3.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -25,9 +35,8 @@ Internet.
|
||||
<term>LCDproc 0.5.1</term>
|
||||
<listitem>
|
||||
<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 now has been superseeded with LCDproc 0.5.2.
|
||||
</para>
|
||||
</listitem>
|
||||
</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
|
||||
lcdproc - system status information client
|
||||
|
||||
Reference in New Issue
Block a user