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
|
wbxml2 (0.10.7-1) unstable; urgency=low
* New upstream release.
* debian/patches/system-getopt.patch: Removed, applied upstream.
* debian/control (Standards-Version): Bumped to 3.8.3.
* debian/control (libwbxml2-0-dbg/Section): Set to debug.
-- Michael Banck <mbanck@debian.org> Sat, 16 Jan 2010 20:25:45 +0100
wbxml2 (0.10.6-4) unstable; urgency=low
* debian/patches/system-getopt.patch: Updated with new version from
unstable.
-- Michael Banck <mbanck@debian.org> Tue, 12 May 2009 00:41:16 +0200
wbxml2 (0.10.6-3) unstable; urgency=low
* debian/patches/system-getopt.patch: New patch, taken from upstream.
* debian/patches/optopt-rename.patch: Removed, no longer needed.
-- Michael Banck <mbanck@debian.org> Mon, 11 May 2009 16:52:37 +0200
wbxml2 (0.10.6-2) unstable; urgency=low
* debian/control (libwbxml2-dev/Depends): Added ${misc:Depends}.
* debian/control (libwbxml2-0-dbg/Depends): Likewise.
* debian/patches/optopt-rename.patch: New patch, addresses FTBFS on
mips/mipsel.
-- Michael Banck <mbanck@debian.org> Sun, 10 May 2009 17:20:43 +0200
wbxml2 (0.10.6-1) unstable; urgency=low
* New upstream release.
* debian/copyright: Updated download location.
* debian/control (Homepage): Updated.
-- Michael Banck <mbanck@debian.org> Wed, 29 Apr 2009 21:39:18 +0200
wbxml2 (0.10.3-1) unstable; urgency=low
* New upstream release.
-- Michael Banck <mbanck@debian.org> Mon, 09 Mar 2009 01:51:10 +0100
wbxml2 (0.10.1-1) experimental; urgency=low
* New upstream release.
* debian/patches/01-anonymous-support-and-misc-fixes.patch: Removed, no
longer needed.
* debian/patches/02-namespaces.patch: Likewise.
* debian/patches/04_saxlike_entity_parsing.patch: Likewise.
* debian/patches/05-syncml-fixes.patch: Likewise.
* debian/patches/06-no-install-docs.patch: Likewise.
* debian/patches/07-current_attr_null.patch: Likewise.
* debian/patches/08-maxsize-translation-table.patch: Likewise.
* debian/patches/09-devinf-doctype.patch: Likewise.
* debian/patches/10-fix-wbxml-public-ids.patch: Likewise.
* debian/control (Build-Depends): Added cmake and check, removed libtool and
automake1.9.
* debian/libwbxml2-dev.install: Drop static library and libtool helper file.
* debian/rules (DEB_MAKE_CHECK_TARGET): New variable.
* debian/rules (DEB_DH_MAKESHLIBS_ARGS_libwbxml2-0): Likewise.
* debian/rules: Removed autotools.mk, added cmake.mk.
* debian/rules (post-patches, clean): Removed.
-- Michael Banck <mbanck@debian.org> Tue, 13 Jan 2009 09:34:52 +0100
wbxml2 (0.9.2-7) unstable; urgency=high
* Urgency `high' due to RC bug fix.
* debian/patches/09-devinf-doctype.patch: New patch, no longer hardcodes the
Syncml version in the device information document, by Michael Bell;
closes: #506740.
* debian/patches/10-fix-wbxml-public-ids.patch: New patch, swaps the
WBXML_PUBLIC_ID_SYNCML_METINF12 and WBXML_PUBLIC_ID_SYNCML_DEVINF12
values to be in line with the OMNA standard; closes: #507689.
-- Michael Banck <mbanck@debian.org> Thu, 04 Dec 2008 13:42:44 +0100
wbxml2 (0.9.2-6) unstable; urgency=low
* debian/patches/bug_310622_message_5.mbox: File removed.
* debian/patches/current_attr_null.patch: Renamed to ...
* debian/patches/06-no-install-docs.patch: ... this.
* debian/patches/no-install-docs.patch: Renamed to ...
* debian/patches/07-current_attr_null.patch: ... this.
* debian/patches/08-maxsize-translation-table.patch: New patch, renames
Size tag to MaxSize for DS 1.2, by Michael Bell; closes: #497709.
-- Michael Banck <mbanck@debian.org> Thu, 04 Sep 2008 00:23:28 +0200
wbxml2 (0.9.2-5) unstable; urgency=low
* New maintainer.
+ debian/control (Maintainer): Set to myself.
* debian/control (Standards-Version): Bumped to 3.8.0.
* debian/control (libwbxml2-utils/Description): Make the short
description a bit more readable; closes: #493436.
* debian/patches/05-syncml-fixes.patch: New patch, fixes a couple of
issues with SyncML, by Michael Bell; closes: #487217.
-- Michael Banck <mbanck@debian.org> Wed, 06 Aug 2008 18:00:34 +0200
wbxml2 (0.9.2-4) unstable; urgency=low
* Fix segault in wbxml_encoder.c, closes: #310621
- Thanks Stijn van Drongelen
* Add Sax like entity parsing, closes: #461618
* The above changes library behaviour, bump version dependency
- Thanks Stijn van Drongelen
* Fix version in .pc ile, closes: #422645
- Thanks Jonny Lamb
* From synce project, Thanks Jonny Lamb
- Miscallaneus build fixes and anonymous document support
- Namespaces support
* Update to match policy 3.7.3
- Source-Version -> binary:Version
- Add Homepage:
* move -dev and -dbg to libdevel and -dbg priority extra
-- Riku Voipio <riku.voipio@iki.fi> Mon, 28 Jan 2008 23:29:44 +0200
wbxml2 (0.9.2-3) unstable; urgency=low
* Add Conflicts/Replaces: agains old library. Closes: #390300
-- Riku Voipio <riku.voipio@iki.fi> Fri, 6 Oct 2006 08:01:47 +0300
wbxml2 (0.9.2-2) unstable; urgency=low
* Rename library package to libwbxml2-0 due to ABI change
* renaming closes Closes: 364213, 384306, 385359, #387559
* Add -dbg package while we are at it
-- Riku Voipio <riku.voipio@iki.fi> Sat, 16 Sep 2006 11:44:02 +0300
wbxml2 (0.9.2-1) unstable; urgency=low
* New upstream version Closes: #381987, #381985
* Library now LGPL
* Most patches merged in by upstream
* Build-Depend on automake-1.9, closes: #376567
- thanks James Westby
-- Riku Voipio <riku.voipio@iki.fi> Tue, 8 Aug 2006 22:54:09 +0300
wbxml2 (0.9.0dfsg-1) unstable; urgency=low
* The 'Finally got tired waiting upstream to release update' Release
* Rework package, use cdbs
* Repackage upstream tarball to get rid of strange permissions and
and CVS dirs
* Fix DRM REL keyvalue, closes: #341493 (thanks Jeremy Laine)
* Fix error message in wbxml2xml, closes: #310622 (thanks Ian Eure)
* Include complete patch opensync needs to sync on some cellphones,
Closes: #361850, #363600
* fix FSF address
* Check against latest policy and updated
* bumb shlibs
-- Riku Voipio <riku.voipio@iki.fi> Sun, 14 May 2006 20:49:42 +0300
wbxml2 (0.9.0-3) unstable; urgency=low
* Apply patch to support Nokia syncml messages (Closes: #289173)
thanks Filip Raemdonck
-- Riku Voipio <riku.voipio@iki.fi> Sat, 22 Jan 2005 10:03:29 +0000
wbxml2 (0.9.0-2) unstable; urgency=low
* First real upload
* reference to common-licenses
-- Riku Voipio <riku.voipio@iki.fi> Mon, 12 Jul 2004 18:11:03 +0000
wbxml2 (0.9.0-1) unstable; urgency=low
* Initial Release.
-- Riku Voipio <riku.voipio@iki.fi> Wed, 23 Jun 2004 20:15:53 +0300
|