On Fri, Jul 20, 2012 at 22:13:20 +0200, Tino Keitel wrote: > Hi, > > I would like to get a freeze exception for syncevolution 1.2.99.2-1. > This fixes one important bug, enables hardening flags and bumps the > upstream version to a new release candidate for version 1.3. The > upstream changes are documented in [1]. > > Attached is the debdiff between the version in wheezy and the intended > 1.2.99.2-1 code. The package is also available via gitweb[2]. > Sadly this is rather a lot to go through... The logging changes in particular are rather noisy. Do we actually need that? What does it fix?
[...]
> diff -Nru syncevolution-1.2.99.1/src/dbus/interfaces/syncevo-session-full.xml
> syncevolution-1.2.99.2/src/dbus/interfaces/syncevo-session-full.xml
> --- syncevolution-1.2.99.1/src/dbus/interfaces/syncevo-session-full.xml
> 2012-06-22 16:56:20.000000000 +0200
> +++ syncevolution-1.2.99.2/src/dbus/interfaces/syncevo-session-full.xml
> 2012-07-02 17:58:20.000000000 +0200
[...]
> @@ -115,9 +115,8 @@
> <arg type="s" name="name" direction="in">
> <doc:doc><doc:summary>configuration name</doc:summary></doc:doc>
> </arg>
> - <arg type="b" name="template" direction="in"/>
> <arg type="a{sa{ss}}" name="configuration" direction="out"/>
> - <annotation name="com.trolltech.QtDBus.QtTypeName.Out0"
> value="QStringMultiMap"/>
> + <annotation name="org.qtproject.QtDBus.QtTypeName.Out0"
> value="QStringMultiMap"/>
> </method>
>
> <method name="SetNamedConfig">
what's the impact of the removal of the template arg above?
> @@ -130,7 +129,7 @@
> <doc:doc><doc:summary>temporary changes of the configuration are
> currently only supported for the configuration chosen when creating the
> session</doc:summary></doc:doc>
> </arg>
> <arg type="a{sa{ss}}" name="configuration" direction="in"/>
> - <annotation name="com.trolltech.QtDBus.QtTypeName.In2"
> value="QStringMultiMap"/>
> + <annotation name="org.qtproject.QtDBus.QtTypeName.In3"
> value="QStringMultiMap"/>
> </method>
>
what does the change from In2 to In3 do?
> <method name="GetReports">
Cheers,
Julien
signature.asc
Description: Digital signature

