libgnomecups r235 - in trunk: . libgnomecups
- From: kmaraas svn gnome org
- To: svn-commits-list gnome org
- Subject: libgnomecups r235 - in trunk: . libgnomecups
- Date: Mon, 28 Jan 2008 15:48:59 +0000 (GMT)
Author: kmaraas
Date: Mon Jan 28 15:48:59 2008
New Revision: 235
URL: http://svn.gnome.org/viewvc/libgnomecups?rev=235&view=rev
Log:
Prepare release
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/libgnomecups/gnome-cups-request.c
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Jan 28 15:48:59 2008
@@ -1,3 +1,12 @@
+libgnomecups 0.2.3:
+ * Cleanups and build fixes
+ * Fix a crash.
+ * Fixes for CUPS 1.2
+ * Translation updates
+
+libgnomecups 0.2.2:
+ * Leak fix
+
libgnomecups 0.2.1:
* Fix confusion between http and ipp responses [#171533]
Modified: trunk/libgnomecups/gnome-cups-request.c
==============================================================================
--- trunk/libgnomecups/gnome-cups-request.c (original)
+++ trunk/libgnomecups/gnome-cups-request.c Mon Jan 28 15:48:59 2008
@@ -104,8 +104,8 @@
static guint idle_stop_unused_threads_id = 0;
static guint idle_close_unused_connections_id = 0;
static GThreadPool *request_thread_pool;
-static GHashTable *request_map = 0;
-static GHashTable *connection_cache_map = 0;
+static GHashTable *request_map = NULL;
+static GHashTable *connection_cache_map = NULL;
void
_gnome_cups_request_init (GnomeCupsAuthFunction auth_fn)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]