kodi (15.2+dfsg1-3ubuntu1.1) xenial-security; urgency=high

  * Fix zip file directory traversal vulnerability (CVE-2017-8314)
    (Closes: #863230, LP: #1694249)
  * Add test for CVE-2017-8314 to autotools-based build

 -- Balint Reczey <rbalint@ubuntu.com>  Mon, 29 May 2017 16:58:26 +0200

kodi (15.2+dfsg1-3ubuntu1) xenial; urgency=medium

  * Rebuild against libmysqlclient20.
  * d/p/std_isnan: fix isnan FTBFS.

 -- Robie Basak <robie.basak@ubuntu.com>  Fri, 15 Apr 2016 16:39:00 +0000

kodi (15.2+dfsg1-3) unstable; urgency=medium

  * Disable PIE due to build failure on amd64

 -- Balint Reczey <balint@balintreczey.hu>  Mon, 25 Jan 2016 10:35:02 +0100

kodi (15.2+dfsg1-2) unstable; urgency=medium

  * Fix 03-privacy.patch to disable rss feed
  * Disable debugging by default (Closes: #777041)
  * Build-depend on fonts-droid-fallback instead of obsoleted fonts-droid
    (Closes: #804695)
  * Enable all hardening options during build
  * Migrate to libpng-dev build-dependency (Closes: #810186)

 -- Balint Reczey <balint@balintreczey.hu>  Sun, 24 Jan 2016 10:55:08 +0100

kodi (15.2+dfsg1-1) unstable; urgency=medium

  [ Balint Reczey ]
  * Skip handling migration to automatic debug packages when it is not supported by debhelper
  * Update debian/watch to not skip part of oddly named versions
  * New upstream release 15.2
    See http://kodi.tv/kodi-15-2-isengard-final-release/

  [ Andreas Cadhalpun ]
  * Fix FTBFS with upcoming FFmpeg 2.9 release (Closes: #803831)

 -- Balint Reczey <balint@balintreczey.hu>  Fri, 06 Nov 2015 18:42:22 +0400

kodi (15.2~rc3+dfsg1-1) unstable; urgency=medium

  * New upstream release candidate 15.2 RC3
    See http://kodi.tv/kodi-15-2-isengard-release-candidate-3

 -- Balint Reczey <balint@balintreczey.hu>  Tue, 06 Oct 2015 12:06:19 +0200

kodi (15.2~rc1+dfsg1-2) unstable; urgency=medium

  * Make Breaks/Replaces relation to xbmc packages versioned.
    This lets dummy transition-only xbmc packages coexist with kodi.
    Also remove Provides/Replaces relations remaining from xbmc packaging.
    (Closes: #799823)
  * Split architecture-indepedent data to kodi-data.
    Only the kodi and kodi-standalone binaries are kept in kodi package which is
    now Architecture:any since it contains the architecture-specific path to
    kodi.bin. (Closes: #799979)

 -- Balint Reczey <balint@balintreczey.hu>  Sat, 26 Sep 2015 15:13:36 +0200

kodi (15.2~rc1+dfsg1-1) unstable; urgency=medium

  [ Balint Reczey ]
  * Really fix s390x build
  * Call ./configure through dh_auto_configure
  * Convert to package to use multiarch library dirs
  * Stop shipping kodi-dbg and disable debugging during build.
    This is a preparation for the automatically generated debug packages
    and switching to FFmpeg resulted less reported crashes to BTS.
    Kodi-dbg packages used quite a big space on mirrors and weren't used
    frequently.
  * Make kodi-addons-dev Replaces/Breaks: kodi-bin (<= 15.1+dfsg1-3)
    This is needed to manage moving .cmake files to to kodi-addons-dev.
  * Migrate from kodi-dbg to ddebs properly.
    Thanks to Mattia Rizzolo
  * Make kodi-addons-dev Architecture: any
  * Simplify debian/rules using exporting DH_OPTIONS
  * New upstream release candidate 15.2 RC1
    See http://kodi.tv/kodi-15-2-isengard-release-candidate-2/
  * Refresh patches

  [ Tobias Grimm ]
  * Fixed file name of patches/09-use-correct-ftgl.h
  * Install *.cmake files in kodi-addons-dev

  [ Mattia Rizzolo ]
  * debian/rules: correct use of `echo`

 -- Balint Reczey <balint@balintreczey.hu>  Mon, 21 Sep 2015 10:38:00 +0200

kodi (15.1+dfsg1-3) unstable; urgency=medium

  * Make configure more verbose when building on architecture not supported
    by upstream
  * Fix FTBFS on aarch64 (Closes: #796532)
  * Don't use NEON on arm/armhf. (Closes: #797204)
  * Fix build on s390x

 -- Balint Reczey <balint@balintreczey.hu>  Sun, 30 Aug 2015 10:20:07 +0200

kodi (15.1+dfsg1-2) unstable; urgency=medium

  * Don't stop configuration for unknown architectures
  * Drop unknown ./configure options
  * Continue configuration for unknown arches even further (Closes: #790635)
  * Link with libatomic to fix FTBFS on powerpc and some other architectures
  * Fix broken symlinks to DejaVuSans font files

 -- Balint Reczey <balint@balintreczey.hu>  Tue, 18 Aug 2015 23:51:14 +0200

kodi (15.1+dfsg1-1) unstable; urgency=medium

  * New upstream release 15.0
    See http://www.kodi.tv/kodi-15-0-isengard-one-release-to-rule-them-all/
  * Depend on libav.*-dev provided by src:ffmpeg
  * Recommend udisks2 instead of udisks.
    Udisks has been removed from unstable but support for udisks2 is not
    implemented yet.
  * Ship patch helping Jessie backports
  * Refresh patches
  * Eliminate __DATE__ macros from source to make build more reproducible
  * Build-depend on libsdl2.*-dev instead of libsdl.*-dev
  * Build-depend on libgif-dev
  * Drop obsoleted fix of installed header's include paths
  * Refresh include file list included by kodi-addons-dev
  * Build depend on libcec (>= 3)
  * Build-depend on groovy2 instead of groovy
  * Sort build dependencies
  * Fix packaging repository URL
  * Remove removed files from debian/copyright
  * Fix filenames with spaces in debian/copyright
  * Ship TexturePacker in kodi-addons-dev in /usr/lib/kodi
  * Build depend on libcec-platform-dev
  * Stop using embedded gnulib modules in rsxs screensaver (Closes: #795813)
  * Add missing copyright paragraphs to d/copyright
  * Stop marking files as excluded which are removed from upstream tarball
    already
  * Bump standards version to 3.9.6
  * New upstream release 15.1
    See http://kodi.tv/kodi-15-1-isengard-maintenance-release/
  * Move TexturePacker to kodi-bin
  * Stop building TexturePacker statically

 -- Balint Reczey <balint@balintreczey.hu>  Tue, 18 Aug 2015 14:16:59 +0200

kodi (14.2+dfsg1-2) unstable; urgency=medium

  * Recommend udisks (Closes: #787293)

 -- Balint Reczey <balint@balintreczey.hu>  Thu, 04 Jun 2015 09:39:30 +0200

kodi (14.2+dfsg1-1) experimental; urgency=medium

  * Fix addon shared library naming on MIPS
  * Drop non-machine-readable parts of debian/copyright
  * Generate machine-readable debian/copyright for all files
  * Clean up generated debian/copyright
  * Remove non-free files in d/copyright
  * Fix debian/watch file
  * Update debian/copyright with new removals
  * Drop get-orig-source target from d/rules.
    Use uscan for generating repacked original tarball.
  * Imported Upstream version 14.1+dfsg1
    http://kodi.tv/kodi-14-1-helix-bugfix-release
  * Copyright updates
  * Use avformat_flush(), it is now exported by FFmpeg
  * Stop using files omitted from DFSG-free tarballs
  * Sort filenames omitted from original tarball
  * Omit embedded Boost header from original tarball
  * Download original tarball from GitHub
  * Imported Upstream version 14.2+dfsg1
    http://kodi.tv/kodi-14-2-helix-the-final-translation

 -- Balint Reczey <balint@balintreczey.hu>  Sat, 17 Jan 2015 00:30:36 +0100

kodi (14.0+dfsg1-1) experimental; urgency=medium

  * New upstream release 14.0
    See http://kodi.tv/kodi-14-0-helix-unwinds
  * Refresh patches
  * Generate "from Debian" logo from SVG

 -- Balint Reczey <balint@balintreczey.hu>  Fri, 02 Jan 2015 13:19:52 +0100

kodi (14.0~beta1+dfsg1-1) experimental; urgency=medium

  * First packaged Kodi version based on xbmc 2:13.2+dfsg1-4
    See http://kodi.tv/introducing-kodi-14 for the rationale behind the
    name change (Closes: #767180)
  * Use packaged FFmpeg
  * Stop using internal ffmpeg functions
  * Build-depend on libcec-dev >= 2.2
  * Add upstream patches for fixing suspend and adding MIPS support

 -- Balint Reczey <balint@balintreczey.hu>  Sat, 08 Nov 2014 11:14:40 +0100
