summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HACKING2
-rw-r--r--README5
2 files changed, 6 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 43cea4b4..b35fa386 100644
--- a/HACKING
+++ b/HACKING
@@ -123,6 +123,8 @@ The short explanation of a commit should always be prefixed by a tag to describe
- [core] — for the core code in the gdata directory, such as GDataEntry.
+ - [build] — for build changes and releases.
+
- [docs] — for documentation changes which are not specific to a service, such as updates to the docs directory, NEWS, README, this file, etc.
- [tests] — for changes to the test code in gdata/tests which are not specific to a service.
diff --git a/README b/README
index 666ed2a0..0a0b3a99 100644
--- a/README
+++ b/README
@@ -13,11 +13,14 @@ libgdata's API is currently unstable and is likely to change wildly.
Dependencies
============
-* glib-2.0 >= 2.16.3
+* glib-2.0 >= 2.19.0
* libxml-2.0
* gio-2.0 >= 2.17.3
* libsoup-2.4 >= 2.24.0
+If compiling with --enable-gnome (for GNOME support):
+* libsoup-gnome-2.4
+
Licensing
=========