[glib-networking] Update NEWS and README, fix bug-reporting address



commit 1eb09dd740170597aaa241da5c1693ee013ce275
Author: Dan Winship <danw gnome org>
Date:   Mon Aug 30 20:48:10 2010 -0400

    Update NEWS and README, fix bug-reporting address

 .gitignore   |    1 -
 NEWS         |    4 ++++
 README       |    4 ++++
 configure.ac |    2 +-
 4 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 028a1c8..725eca7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,5 @@ glib-zip
 gtk-doc.make
 
 INSTALL
-README
 ChangeLog
 m4
diff --git a/NEWS b/NEWS
index e69de29..1e182f1 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,4 @@
+2.25.0
+======
+
+  * Initial release, with libproxy-based GProxyResolver
diff --git a/README b/README
new file mode 100644
index 0000000..c586dbc
--- /dev/null
+++ b/README
@@ -0,0 +1,4 @@
+Network-related giomodules for glib.
+
+File bugs against
+http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network
diff --git a/configure.ac b/configure.ac
index 471347e..ba5cffe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ(2.65)
 AC_CONFIG_MACRO_DIR([m4])
 
-AC_INIT([glib-networking],[2.25.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib-networking])
+AC_INIT([glib-networking],[2.25.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
 
 AC_CONFIG_SRCDIR([proxy/libproxy/glibproxyresolver.h])
 AC_CONFIG_HEADERS([config.h])



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