[hyena] Update NEWS and README for 0.1 release



commit f9fb0ea5d335cab0608aa890749f20a7f67ee8ad
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Tue Aug 18 14:26:50 2009 -0700

    Update NEWS and README for 0.1 release

 NEWS   |    9 +++++++++
 README |   21 ++++++++++++++-------
 2 files changed, 23 insertions(+), 7 deletions(-)
---
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..1eac2da
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,9 @@
+==========================
+Version 0.1 - Aug 18, 2009
+==========================
+
+* Initial release
+* Hyena, Hyena.Gui, and Hyena.Data.Sqlite built as
+  separate assemblies and each with their own .pc
+  file for convenient copying into your project.
+  See README for details on using Hyena in your app.
diff --git a/README b/README
index 8502174..6b08eff 100644
--- a/README
+++ b/README
@@ -1,14 +1,21 @@
 This is a library of useful GUI and non-GUI C# code, originally used in Banshee.
 
-It is not API stable, and so is not installed to the GAC.  Applications using
-it should make a local copy of whatever pieces you use.  There are variables 
-defined in the pkg-config files that contain assemblies and files needed for 
-a given component of Hyena (eg hyena, hyena.data.sqlite, and hyena.gui).
+NOTE
+** It is not API stable, and so is not installed to the GAC.**
+
+Applications using it should make a local copy of whatever components you use.
+That is, you should consider Hyena a build-time dependency, not a run-time, since
+at run-time your app will contain a copy of Hyena.
+
+There are variables defined in the pkg-config files that contain assemblies 
+and files needed for a given component of Hyena (eg hyena, hyena.data.sqlite, 
+and hyena.gui).
 
 pkg-config --variable=Assemblies hyena
 pkg-config --variable=Files hyena
 
-You can look at PDF Mod's configure.ac and Makefile.am for an example of how
-to copy the assemblies/files:
+You can look at PDF Mod for an example of how to use Hyena:
 
-http://git.gnome.org/cgit/pdfmod/tree/
+http://git.gnome.org/cgit/pdfmod/tree/configure.ac
+http://git.gnome.org/cgit/pdfmod/tree/Makefile.am
+http://git.gnome.org/cgit/pdfmod/tree/src/Makefile.am



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