2007-02-16 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Fri, 16 Feb 2007 16:36:16 +0000 (16:36 +0000)
committerMatthew Allum <mallum@openedhand.com>
Fri, 16 Feb 2007 16:36:16 +0000 (16:36 +0000)
        * README:
        * configure.ac:
        * psplash.doap:
        Update for 0.1 release

ChangeLog
README
configure.ac
psplash.doap

index 8789649..85d6342 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-02-16  Matthew Allum  <mallum@openedhand.com>
+
+       * README:
+       * configure.ac:
+       * psplash.doap:
+       Update for 0.1 release
+
 2006-12-22  Matthew Allum  <mallum@openedhand.com>
 
        * psplash-fb.c:
diff --git a/README b/README
index e69de29..86ef6ba 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,10 @@
+PSPLASH
+=======
+
+PSplash is a userspace graphical boot splash screen for mainly
+embedded Linux devices supporting a 16bpp or 32bpp framebuffer. It has
+few dependencies (just libc), supports basic images and text and handles
+rotation. Its visual look is configurable by basic source changes.
+
+Also included is a 'client' command utility for sending information to
+psplash such as boot progress information.
index 36a88e5..1284833 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(psplash, 0.0, [http://bugzilla.o-hand.com/enter_bug.cgi?product=psplash])
+AC_INIT(psplash, 0.1, [http://bugzilla.o-hand.com/enter_bug.cgi?product=psplash])
 AM_INIT_AUTOMAKE()
 AC_CONFIG_SRCDIR(psplash.c)
 AM_CONFIG_HEADER(config.h)
index ec481e9..61a749d 100644 (file)
@@ -5,15 +5,17 @@
        <name>PSplash</name>
        <created>2006-21-11</created>
 
-       <shortdesc xml:lang="en">PSplash is a graphcial boot screen</shortdesc>
+       <shortdesc xml:lang="en">PSplash is a graphical boot screen</shortdesc>
 
        <description xml:lang="en"> 
-
        PSplash is a userspace graphical boot splash screen for mainly
-       embedded devices supporting a 16bpp framebuffer. It also
-       includes a 'client' command utility for sending information to
-       psplash such as boot progress information.
+       embedded Linux devices supporting a 16bpp or 32bpp
+       framebuffer. It has few dependencies (just libc), supports
+       basic images and text, handles rotation and its visual look is
+       configurable by basic source changes.
 
+       Also included is a 'client' command utility for sending
+       information to psplash such as boot progress information.
        </description>
 
        <license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />