[gob] Tue Jul 21 10:20:58 2009 Jiri (George) Lebl <jirka 5z com>



commit 4de24689b6a0617638fbe91fbee78b4bd81b92c0
Author: Jiri (George) Lebl <jirka 5z com>
Date:   Tue Jul 21 22:47:29 2009 -0500

    Tue Jul 21 10:20:58 2009  Jiri (George) Lebl <jirka 5z com>
    
    	* Release 2.0.16

 ChangeLog |    4 ++++
 README    |    4 ++++
 gob.doap  |   18 ++++++++++++++++++
 3 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5f12f47..c4dc9f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jul 21 10:20:58 2009  Jiri (George) Lebl <jirka 5z com>
+
+	* Release 2.0.16
+
 Fri Jul 10 14:34:38 2009  Jiri (George) Lebl <jirka 5z com>
 
 	* configure.in: raise version
diff --git a/README b/README
index 2122ef4..82ae003 100644
--- a/README
+++ b/README
@@ -11,6 +11,10 @@ Reasons:
 	- Need for a generator that doesn't require changes to generated code
 	- I like how Java writes method code directly into the class
 	  definition.
+	- Perhaps there is less of a need for GOB now that Vala is around.
+	  Still, GOB is simpler and more 'lightweight' if that matters.
+	  IMO, Vala is a nicer long term solution.  But that doesn't mean
+	  that GOB needs to (nor will) go away.
 
 To build:
 	(the usual drill :)
diff --git a/gob.doap b/gob.doap
new file mode 100644
index 0000000..168d0f7
--- /dev/null
+++ b/gob.doap
@@ -0,0 +1,18 @@
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";
+         xmlns:gnome="http://api.gnome.org/doap-extensions#";
+         xmlns="http://usefulinc.com/ns/doap#";>
+
+  <name xml:lang="en">gob</name>
+  <shortdesc xml:lang="en">GOB2 the GObject Builder</shortdesc>
+  <homepage rdf:resource="http://www.jirka.org/gob.html"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#other"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Wile E. Coyote</foaf:name>
+      <gnome:userid>jirka</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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