1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329
|
syncevolution (1.5.3-2) unstable; urgency=medium
* Remove libgconf2-dev build-dep (Closes: #897258)
-- Tino Mettler <tino+debian@tikei.de> Thu, 21 Jun 2018 21:19:04 +0200
syncevolution (1.5.3-1) unstable; urgency=medium
* New upstream release
* Fix override_dh_makeshlibs to handle all packages with public shared libs
(Closes: #887043)
* Remove obsolete Conflicts:/Breaks:/Replaces: sync-ui (<<1.1+ds1-1~)
* Change debhelper compatibility to 11, which is recommended
* Bump standards version to 4.1.3, no changes needed
* Fix several lintian warnings
-- Tino Mettler <tino+debian@tikei.de> Sat, 13 Jan 2018 22:47:44 +0100
syncevolution (1.5.2-3) unstable; urgency=medium
[ Patrick Ohly ]
* libical: support libical v3 (Closes: #884158)
* GNOME: replace gnome-keyring with libsecret
[ Tino Mettler ]
* Change build dependencies for libgtk and glade to use GTK3 for sync-ui
(Closes: #884162)
* Add Build-Dep on libjson-c-dev, enable and include oauth2 backend
(Closes: #884170)
* Handle C++ conversion operator name mangling in GCC 7 (Closes: #871284)
* Build depend on libsecret-1-dev instead of deprecated libgnome-keyring-dev
(Closes: #867944)
-- Tino Mettler <tino+debian@tikei.de> Thu, 04 Jan 2018 22:21:57 +0100
syncevolution (1.5.2-2) unstable; urgency=medium
* Add missing service file for syncevo-dbus-server (Closes: #854941)
-- Tino Mettler <tino+debian@tikei.de> Fri, 24 Feb 2017 12:17:56 +0100
syncevolution (1.5.2-1) unstable; urgency=medium
* New upstream version
* Remove patch for GCC6 build failures, as they are fixed upstream
* Remove flags to downgrade the C++ dialect, fixed upstream
* Remove 0002-Fix-FTBFS-with-libical2.patch, fixed upstream
* Use HTTPS for URL to git web view
* Improve short descriptions
-- Tino Mettler <tino+debian@tikei.de> Fri, 18 Nov 2016 13:11:53 +0100
syncevolution (1.5.1-2) unstable; urgency=medium
* Add 0003-Add-missing-casts-from-shared_ptr-to-bool-to-fix-FTB.patch
to add missing casts from shared_ptr to bool, fixes FTBFS with GCC 6
* Fix remaining FTBFS with GCC 6 by downgrading the C++ dialect to gnu++98
(Closes: #811624)
-- Tino Mettler <tino+debian@tikei.de> Mon, 11 Jul 2016 10:17:38 +0200
syncevolution (1.5.1-1) unstable; urgency=medium
* New upstream release (Closes: #803416)
* Fix FTBFS with libical2 (Closes: #824426)
* Remove 0002-Use-TLS-instead-of-SSLv3-in-SyncML-server-script.patch
which was merged upstream
* Update Vcs-* fields to new URLs
* Bump standards version, no changes needed
* Add dh_auto_clean quirk to make the package build twice in a row
* Upstream generates a manpage, remove outdated and obsolete own version
* Remove old debug package definition, use the new dbgsym packages
* Depend on recent libsynthesis package
-- Tino Mettler <tino+debian@tikei.de> Thu, 19 May 2016 11:41:07 +0200
syncevolution (1.4.99.4-5) unstable; urgency=medium
* Build-depend on libopenobex2-dev (Closes: #813819)
-- Tino Mettler <tino+debian@tikei.de> Fri, 26 Feb 2016 11:57:35 +0100
syncevolution (1.4.99.4-4) unstable; urgency=medium
* Fix libsynthesis depencency after GCC5 transition (Closes: #797966)
-- Tino Mettler <tino+debian@tikei.de> Fri, 26 Feb 2016 11:56:50 +0100
syncevolution (1.4.99.4-3) unstable; urgency=medium
* Use TLS instead of SSLv3 in SyncML server script (Closes: #772040)
-- Tino Mettler <tino+debian@tikei.de> Thu, 04 Dec 2014 22:44:49 +0100
syncevolution (1.4.99.4-2) unstable; urgency=medium
* Fix FTBFS on kfreebsd due to missing SOCK_CLOEXEC
-- Tino Mettler <tino+debian@tikei.de> Sun, 26 Oct 2014 14:12:59 +0100
syncevolution (1.4.99.4-1) unstable; urgency=medium
* New upstream release candidate
* Build-depend on libsynthesis 3.4.0.47.4
* syncaddressbook.so vanished, as iOS addressbook support was removed
-- Tino Mettler <tino+debian@tikei.de> Sat, 25 Oct 2014 22:34:41 +0200
syncevolution (1.4-1) unstable; urgency=high
* New upstream release
* Allow parallel builds
* Adjust Maintainer: field to new surname
* Fix FTBFS due to erroneously hardcoded x86_64 path in an install file
(Closes: #739665)
* Fix upgrade from versions before 1.3.99.7 due to file conflicts.
Thanks to Simon McVittie (Closes: #739662)
* Add sections for files previously missing in copyright information
(Closes: #739616)
* Remove 0001-Fix-incorrect-mktemp-usage-reported-by-Helmut-Grohne.patch,
fixed upstream in a different way
-- Tino Mettler <tino+debian@tikei.de> Fri, 21 Feb 2014 11:44:04 +0100
syncevolution (1.3.99.7-1) unstable; urgency=high
* New upstream release candidate
* Add 0001-Fix-incorrect-mktemp-usage-reported-by-Helmut-Grohne.patch,
which fixes CVE-2014-1639
(Closes: #736357)
* Enable Akonadi support, separate Evolution (GNOME) and Akonadi (KDE) support
(Closes: #682520)
* Update standards version to 3.9.5, no changes needed
* Add NEWS item to describe changes regarding KDE and GNOME support
-- Tino Keitel <tino+debian@tikei.de> Fri, 31 Jan 2014 12:44:35 +0100
syncevolution (1.3.2-1) unstable; urgency=low
* Install syncevo-local-sync helper, required for CardDAV/CalDAV.
Thanks to Gregor Herrmann for the patch. (Closes: #679657)
* New upstream release (Closes: #682280, #684077, #694004, #722044)
* Use multiarch paths for shared object files
* Raise debhelper compatibility level to 9
* Build with --as-needed and with hardening flags enabled
* Depend on recent libsynthesis, to pull in the fix for #694005
* Added upstream patch 0001-GTK-GTK3-UI-fix-crash-on-64-bit.patch to fix a
segmentation fault in sync-ui when built with hardening=+pie
-- Tino Keitel <tino+debian@tikei.de> Tue, 01 Oct 2013 10:52:25 +0200
syncevolution (1.2.99.1-1.1) unstable; urgency=low
* Non-maintainer upload.
* dbus-auto-activation.patch: new patch backported from upstream; fix
D-Bus auto-activation. Thanks to Josselin Mouette for pointing to the
relevant commit. (Closes: #699852)
-- Sébastien Villemot <sebastien@debian.org> Mon, 01 Apr 2013 20:12:55 +0200
syncevolution (1.2.99.1-1) unstable; urgency=low
* New upstream release candidate (Closes: #675288)
* Use DEB_REF instead of UPSTREAM_REF for git based patch creation
* Add libpcre3-dev and libcppunit-dev build dependencies
* New library package for libgdbussyncevo
* Install new syncevo-dbus-helper binary
* Document possible issues when upgrading from 1.2.x in NEWS
-- Tino Keitel <tino+debian@tikei.de> Fri, 29 Jun 2012 12:42:18 +0200
syncevolution (1.2.2-1) unstable; urgency=medium
* New upstream version
* Fix upgrade from squeeze (Closes: #657001)
* Re-add sync-ui icon file (Closes: #658519)
-- Tino Keitel <tino+debian@tikei.de> Mon, 06 Feb 2012 19:33:08 +0100
syncevolution (1.2.1-1) unstable; urgency=low
* New upstream release
* Update build dependencies to current libsynthesis
* Remove 0001-README-crucial-syncURL-was-missing.patch, included upstream
-- Tino Keitel <tino+debian@tikei.de> Mon, 19 Dec 2011 21:35:51 +0100
syncevolution (1.1.99.5a-2) unstable; urgency=low
* Upload to unstable
* New maintainer: me. Thanks David for the great work. (Closes: #624540)
* Replace "!kfreebsd-*" and "!hurd-*" build depencendies with "linux-any"
as bluez is only available on Linux (Closes: #634747)
* Add 0001-README-crucial-syncURL-was-missing.patch which contains a
small CalDAV/CardDAV documentation fix from upstream git
* Rework package descriptions to mention new features
* Add README.Debian with some hints for HTTP server operation
* Correctly enable CalDAV/WebDAV in the configure call (Closes: #624642)
-- Tino Keitel <tino+debian@tikei.de> Wed, 03 Aug 2011 15:18:46 +0200
syncevolution (1.1.99.5a-1) experimental; urgency=low
* New upstream version 1.1.99.5a, first release candiate for 1.2
* Added python-openssl dependency, the HTTP server needs it for HTTPS support
* Added versioned dependency on libsynthesis0 to get required features
* Fixed .orig.tar.gz generation in get-orig-source target
* Added myself to Uploaders:, thanks to David for sponsoring
* Use updated upstream tag for source package generation
* Removed 0001-Replace-with-in-call-to-PKG_CHECK_MODULES.patch, fixed upstream
* Renamed NEWS.Debian to NEWS so that it is actually used
* Updated NEWS for 1.1.99.5a
-- Tino Keitel <tino+debian@tikei.de> Wed, 20 Jul 2011 16:02:02 +0200
syncevolution (1.1.99.4+ds1-1) experimental; urgency=low
* New upstream release candidate
* Rebuilt against new libsynthesis (Closes: #615263)
* Removed icalstrdup patch, now upstream.
* Enable CalDAV/CardDAV (Closes: #624642)
* Bump Standards-Version to 3.9.2 (no changes)
* New binary packages: libsyncevolution0, libsyncevo-dbus0
syncevolution-libs
-- David Bremner <bremner@debian.org> Fri, 03 Jun 2011 21:56:26 -0300
syncevolution (1.1.99.3+ds1-1) experimental; urgency=low
* New upstream (pre-release) version
* Remove two s390 related patches, now contained in upstream
commit 63d76f874270cbafb2.
-- David Bremner <bremner@debian.org> Tue, 08 Mar 2011 16:05:30 -0400
syncevolution (1.1+ds1-5) unstable; urgency=low
* patch: Avoid dependence on PATH_MAX (fixes FTBFS on hurd).
* patch: Add a second translation between sysync::memSize and size_t
(Closed: #604840)
* Move synccompare man page to syncevolution-common
-- David Bremner <bremner@debian.org> Sun, 28 Nov 2010 10:27:11 -0400
syncevolution (1.1+ds1-4) experimental; urgency=low
* Remove build dependency on libopenobex1-dev on hurd-i386, because it is not
available there. The package is already built without it on kfreebsd.
* Explicitly translate between sysync::memSize and size_t. Thanks to
Patrick Ohly for the patch.
-- David Bremner <bremner@debian.org> Wed, 24 Nov 2010 15:10:00 -0800
syncevolution (1.1+ds1-3) experimental; urgency=low
* Upload to experimental to test autobuilding, particularly on Hurd.
-- David Bremner <bremner@debian.org> Sun, 21 Nov 2010 08:37:48 -0800
syncevolution (1.1+ds1-2) experimental; urgency=low
* Update conflicts/replaces for syncevolution-common. Thanks to Simon
McVittie for the report, and the fix. (Closes: #603023).
-- David Bremner <bremner@debian.org> Wed, 10 Nov 2010 16:32:55 -0400
syncevolution (1.1+ds1-1) experimental; urgency=low
[ David Bremner ]
* New upstream release (Closes: #582376)
* Update maintainer address
* New binary package syncevolution-http for syncevo-http-server
(Closes: #573265)
* Add -dbg package to hold debugging symbols
* Recommend evolution-data-server instead of evolution
* Update Standards-Version to 3.9.1 (No changes).
[ Thomas Bechtold ]
* Split source package into syncevolution-common, syncevolution and
sync-ui.
* add dbus-server-sync.py and syncevo-phone-config.py to syncevolution
examples
-- David Bremner <bremner@debian.org> Mon, 08 Nov 2010 19:59:29 -0400
syncevolution (1.0+ds1~beta2a-1) unstable; urgency=low
* New upstream beta (Closes: #572640)
* According to http://bugzilla.moblin.org/show_bug.cgi?id=8758,
syncevolution is now smarter about retrying in certain situations.
(Closes: #565527).
* Update Standard-Version to 3.8.4 (No changes).
-- David Bremner <bremner@unb.ca> Fri, 26 Feb 2010 15:45:00 -0400
syncevolution (1.0+ds1~a1-2) experimental; urgency=low
* Don't build depend on libopenobex1-dev on kfreebsd-*. This avoids
trying to compile bluetooth support, which relies on bluez
(Closes: #566940)
-- David Bremner <bremner@unb.ca> Tue, 26 Jan 2010 23:28:44 -0400
syncevolution (1.0+ds1~a1-1) experimental; urgency=low
* New Upstream Version
* Development snapshot, use with caution.
-- David Bremner <bremner@unb.ca> Sun, 17 Jan 2010 22:07:03 -0400
syncevolution (0.9.1+ds1-1) unstable; urgency=low
* New Upstream Version
* Standards Version 3.8.3 (no changes)
* Convert to source package format 3.0 (quilt)
-- David Bremner <bremner@unb.ca> Fri, 20 Nov 2009 07:55:54 -0400
syncevolution (0.9+ds1-2) unstable; urgency=low
* Major update to debian/changelog to list all copyright holders.
-- David Bremner <bremner@unb.ca> Fri, 20 Nov 2009 07:55:03 -0400
syncevolution (0.9+ds1-1) unstable; urgency=low
* Initial release (Closes: #404942)
-- David Bremner <bremner@unb.ca> Sun, 16 Aug 2009 23:53:47 -0300
|