[pinpoint] Fix build for pinpoint 0.1.0



commit 29c2aaf34adda8b48d0773abe4272298a6c1bf74
Author: �yvind Kolås <pippin gimp org>
Date:   Tue May 17 14:19:04 2011 +0100

    Fix build for pinpoint 0.1.0

 NEWS         |    5 +++++
 README       |   21 +++++++++++++++++----
 configure.ac |    2 +-
 3 files changed, 23 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index e69de29..a72ae51 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,5 @@
+0.1 - First release - 2011-05-17
+
+Initial feature set: Positioning of text, image backgrounds, video backgrounds,
+transitions, video backgrounds, pdf export, running of commands, editing of
+commands, live updating when source changes.
diff --git a/README b/README
index f99a3ad..600fd8c 100644
--- a/README
+++ b/README
@@ -1,6 +1,19 @@
 pinpoint
+--------
 
-pinpoint a simple presentation tool that hopes to encourage small amounts of
-text and images instead of death by bullet points. introduction.pin contains a
-demonstration of most features. Look at it in a text editor and run it with
-pinpoint name-of-file.
+pinpoint a simple presentation tool that hopes to avoid audience death by
+bullet point and instead provide presentations containing beautiful images
+and concies text slides.
+
+Features:
+  - Positioning of text
+  - image backgrounds
+  - video backgrounds
+  - transitions
+  - video backgrounds
+  - pdf export
+  - running of commands
+  - editing of commands during presentation
+  - live updating when source changes.
+
+See introduction.pin for more details/an example presentation.
diff --git a/configure.ac b/configure.ac
index 02640cb..74a3251 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(pinpoint, [0.0], [])
+AC_INIT(pinpoint, [0.1.0], [])
 AC_CONFIG_SRCDIR(pinpoint.c)
 AC_CONFIG_AUX_DIR([build])
 AM_INIT_AUTOMAKE([foreign -Wno-portability no-define])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]