summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2013-03-31 20:34:24 -0400
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2013-03-31 20:34:24 -0400
commit393fbe5382e3e4e93593542082ceb97ab4eeba5a (patch)
treea77afd096f4011862d60a18dc904baff13cfda7c /ChangeLog
parent45511d8e0ffdda76d792174569535a8b7f326d93 (diff)
downloadglibmm-393fbe5382e3e4e93593542082ceb97ab4eeba5a.tar.gz
Credentials: Add the get_unix_pid() method.
* gio/src/credentials.hg: Add the new method wrapping the g_credentials_get_unix_pid() C function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cdec8ac..8a6b6c20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-03-31 José Alburquerque <jaalburquerque@gmail.com>
+
+ Credentials: Add the get_unix_pid() method.
+
+ * gio/src/credentials.hg: Add the new method wrapping the
+ g_credentials_get_unix_pid() C function.
+
2013-03-27 José Alburquerque <jaalburquerque@gmail.com>
giomm: Temporarily remove the Tls* related API.