Update NEWS and README, fix bug-reporting address 2.25.0
authorDan Winship <danw@gnome.org>
Tue, 31 Aug 2010 00:48:10 +0000 (20:48 -0400)
committerDan Winship <danw@gnome.org>
Tue, 31 Aug 2010 00:48:10 +0000 (20:48 -0400)
.gitignore
NEWS
README [new file with mode: 0644]
configure.ac

index 028a1c8..725eca7 100644 (file)
@@ -23,6 +23,5 @@ glib-zip
 gtk-doc.make
 
 INSTALL
-README
 ChangeLog
 m4
diff --git a/NEWS b/NEWS
index e69de29..1e182f1 100644 (file)
--- 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 (file)
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
index 471347e..ba5cffe 100644 (file)
@@ -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])