From fea99b4b1ae3cfd787218d706a471507ade43bec Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 2 Mar 2009 05:07:21 +0000 Subject: [PATCH] Add a Since: tag svn path=/trunk/; revision=7937 --- gio/ChangeLog | 4 ++++ gio/gioenums.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index a0d3bcde1..ec9f56dc8 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2009-03-02 Matthias Clasen + + * gioenums.h: Add a Since: tag + 2009-03-01 Matthias Clasen Bug 573658 – Deadlock in giomodule.c diff --git a/gio/gioenums.h b/gio/gioenums.h index c29b4820d..3bb50fff8 100644 --- a/gio/gioenums.h +++ b/gio/gioenums.h @@ -163,7 +163,7 @@ typedef enum { * rather than a "save new version of" replace operation. * You can think of it as "unlink destination" before * writing to it, although the implementation may not - * be exactly like that. + * be exactly like that. Since 2.20 * * Flags used when an operation may create a file. */