[SCM] kodi-pvr-hts packaging annotated tag, debian/2.2.14-1_bpo8+1, created. debian/2.2.14-1_bpo8+1

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Mon Jun 6 21:48:56 UTC 2016


The annotated tag, debian/2.2.14-1_bpo8+1 has been created
        at  adcecc5ec5e963aff926f05f177b02ecb554c468 (tag)
   tagging  667295db2bd2d03d2e8c78da4fa02c7a1a107da5 (commit)
  replaces  debian/2.1.18-1_bpo8+1
 tagged by  Tobias Grimm
        on  Mon Jun 6 23:48:04 2016 +0200

- Shortlog ------------------------------------------------------------
kodi-pvr-hts Debian release 2.2.14-1~bpo8+1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJXVe+UAAoJENYuT1sEE5C8UbkP/204Vgb6OJLr2tTlFJ0N9Ptu
7Oxonk4T0xPX6v2j97FuxwH/D7/yDPsQhqCvmyUOgBEzL9XhZE5vwh7hdmpJ81wm
lAKROz0M/0uFkn88FNhLUe2PtJuaq0HgpCPm4D9twRjLji/AvaTm5GrgQXDqrAkE
J2TRzWQEAUvjEQEBEUDxcLercB3YAdvqm044/tFsItnOn66zy2imSJzjd5bOyc7G
bPViDs3kYbhbnLcOzPLTJFCr/9LOVK9q4ppq/0EYlVKCSw+or+CDIWVjMdAtn9LI
UTBLoOwG4SDxQL5y6VK/HT/y/58UAs3QMavb14n/h1Lxo+yIKbhQi0BphGg8Jl3B
+gOgmNAQD0fm7c8Z0JaC+2LXqbCY2oiwBwtpAlxG1VszXnM+SppmIDhNjPDXEk1r
QYqklZi0ZOQg4kYXq+qVtTviv9ZYqbt8nh0GvjWXc6+mNS8lZSS3wjr94LaQhQWb
j5yPrY4IT/L9GVrJxCb7SKaw+pgOmXt7kN/aOF8WPyqP3fnNSOhZOna1srJx7DMD
Y0BmrTrTWuPCgFOSLxuTzJBTR25eyong2mQsGNrA1xEpTy+jX7tDU26JraSfgPul
TonYNPyL97AjrctrcXPYg1uuf4NvkFjRMw1I/FEhbDAOtpb28QfbF3fRBx4K28dV
KBah9kg+LKIv8SDAB4Ru
=bSB1
-----END PGP SIGNATURE-----

Adam Sutton (1):
      fix bug causing recordings not to display for older TVH

Anton Fedchin (1):
      fixed crash in logger on windows.

Glenn-1990 (27):
      include satpos in mux description
      [fix] adjust weight to better match the server configuration, we need a lower weight for predictive tuning than the lowest possible streaming weight a user can set in tvh.
      [fix] weight is not reduced when switching to an other demuxer under some circumstances.
      Use the weight from tvheadend when we don't use predictive tuning, this restores the old behaviour.
      [fix] predictive tuning uses subscriptions instead of tuners.
      Update changelog
      [settings] add setting for autorec start stop time behaviour
      [settings] optimalisation
      [settings] rework predictive tuning settings, only valid inputs should be allowed
      update changelog
      Refactor subscription to class
      Fix recording state parsing
      Parse subscriptionError also for dvr entries
      Remove actual file when lifetime expires
      update changelog
      [settings] fix approximate time setting
      [settings] fix invalid addon restarts
      update changelog
      [settings] limit the amount of lifetime settings in the GUI
      [settings] add defaults for DVR priority, lifetime and dubdetec
      [settings] refactor settings dialog
      update changelog
      update changelog
      fixed: restart subscription after reconnection
      Use removal as lifetime for htspv25+
      Implement proper timerec and autorec update methods.
      update changelog

Jaroslav Kysela (7):
      muxer - flush the queued packets with wrong pts on seek
      demuxer - Seek - set m_seekTime variable to zero before Wait()
      demuxer - flush packet queue also on speed changes
      demuxer: move m_seeking setup to the right place, fix m_seeking/m_changeSpeed initialization
      timeshift: m_seeking must be released in the ParseSubscriptionSkip
      demuxer: do not call flush when skip failed
      HTSPDemuxer: fix m_seekTime race in CHTSPDemuxer::Seek, fixes #188

Kai Sommerfeld (67):
      Fixed: do not show HTSP version mismatch error if tvheadend server is down
      Merge pull request #44 from ksooo/fix-htsp-version-check
      Fixed channel icon compatibility issue with recent tvheadend servers.
      Merge pull request #47 from ksooo/imagecache_compat
      Fixed EPG events update (some data was not updated correctly)
      Merge pull request #49 from ksooo/fix-epg-data-update
      Add support for series recordings.
      Merge pull request #38 from ksooo/series-recording-support
      Fix: Coverity: ID 101275: Code maintainability issues  (UNUSED_VALUE)
      Merge pull request #57 from ksooo/series-recordings-coverity
      Bumped API version to 2.0.0, addon version to 2.2.1
      Merge pull request #59 from ksooo/pvr-api-2-0-0
      Fix support for instant timers.
      Merge pull request #62 from ksooo/fix-instant-timer-support
      API: GetTimerTypes: Heap-allocate TimerType instances to avoid stack overflow.
      bump addon version
      Merge pull request #23 from martinwilli/predictive-tuning
      Merge pull request #67 from Glenn-1990/satpos
      Merge pull request #68 from ksooo/heap-alloc-timer-types
      Timeshift API: Add support for GetBufferTimeStart() and GetBufferTimeEnd().
      Coverity: Fixed CID 102604, CID 102605
      Merge pull request #73 from ksooo/timeshift-buffer-time-start-end
      Autorec: Fix handling of start end stop time.
      Merge pull request #86 from ksooo/fix-autorec-start-stop-handling
      Merge pull request #87 from metaron-uk/timeLord
      Merge pull request #82 from Glenn-1990/pretune
      Fix: Use epg data only for creation of epg-based timers.
      Merge pull request #89 from ksooo/fix-timer-epg-tag-handling
      Improve connection handling on suspend/wakeup.
      Merge pull request #90 from ksooo/improve-sleep-and-wake
      Merge pull request #83 from metaron-uk/master3
      Update to PVR addon API v4.0.0
      Merge pull request #96 from ksooo/pvr-api-4-0-0
      Update to PVR addon API v4.1.0
      Merge pull request #101 from ksooo/pvr-api-4-1-0
      Merge pull request #100 from Jalle19/try-fix-seek
      Merge pull request #97 from Glenn-1990/start_stoptime
      recordings: add support for episode name (aka subtitle)
      Merge pull request #105 from ksooo/add-recordings-subtitle-support
      Refactor settings, step 2 (Coverity, refactor defaults, data encapsulation, remove settings global vars).
      Coverity: class Entity member init order
      Merge pull request #116 from ksooo/coverity-oct-2015
      Merge pull request #123 from Glenn-1990/typo
      Fix Settings ctor initialization, closes #128
      Merge pull request #129 from ksooo/fix-settings-init
      class Subscription: Fix member init order.
      Removed unused vars from ChannelTuningPredictor::PredictNextChannelId
      Added support for oneshot timer enable/disable (HTSP v23 feature), closes #131
      Merge pull request #133 from ksooo/add-oneshot-timer-enable-support
      Merge pull request #125 from Glenn-1990/removal
      Fix WIN32 build breaker (added missing include for std::min)
      Merge pull request #137 from ksooo/fix-buildbreaker
      Merge pull request #142 from Glenn-1990/settings_fix
      Merge pull request #138 from Glenn-1990/settings
      Merge pull request #147 from Glenn-1990/restart
      Fix cancel recording for timers created by autorec or timerec.
      update changelog
      Merge pull request #151 from ksooo/fix-cancel-recording
      Fix UpdateTimer to allow enable/disable of timers created by timerecs and autorecs
      update changelog
      Merge pull request #152 from ksooo/fix-enable-disable-timers
      Merge pull request #127 from Jalle19/new-logger
      Merge pull request #145 from Glenn-1990/htspv25
      Fix schedules dirty flag handling.
      fix compiler warning: -Wsign-compare
      Merge pull request #171 from ksooo/coverity-once-again
      Merge pull request #170 from ksooo/fix-schedules-dirty-flag

Martin Willi (1):
      Implement predictive tuning using multiple tuners

Sam Stenvall (89):
      Merge pull request #56 from adamsutton/master
      Merge pull request #61 from wsnipex/master
      added initial .gitignore
      Merge pull request #70 from Jalle19/gitignore
      drop CStdString
      Merge pull request #71 from Jalle19/drop-cstdstring
      reduce connection mutex lock scope in CHTSPVFS
      simplify CHTSPVFS drastically by removing the intermediate
      remove unused includes and using statements
      don't treat "channel" as required in dvrEntryAdd messages, fixes #74
      Merge pull request #104 from Jalle19/fix-malformed-adddvrentry
      remove pointless "update" boolean, we only use it for logging
      factored out channels, tags, recordings, timers, events and
      add a utility file with a method to erase elements of a map using
      factor out "id" to the Entity base class and expose it only through get/set
      make Channel class's fields private and use setters/getters
      make Event class's fields private and use setters/getters
      move timer type definitions to Recording.h
      add Recording::GetTimerType()
      when a recording/timer is updated, always update recordings too
      make Recording class's fields private and use setters/getters
      delete schedules before deleting events, otherwise we end up deleting events
      remove Schedule::channel and use the schedule's ID to represent the channel ID
      make Schedule::events private and provide a read-write getter for it
      prefix all member fields with m_
      drop unused UPDATE macro
      Fixes for issues that went wrong during the last rebase
      add Coverity scan badge to README.md (fixes #108)
      Merge pull request #110 from Jalle19/coverity-badge
      factor out the various status structs to separate files under the
      alternate the log message when adding/updating channels
      fix some comparison operators, fixes issue where "unknown channel 0"
      ignore the auto-generated addon.xml file
      bumped version to 2.2.9
      Merge pull request #72 from Jalle19/refactor-entities
      moved Settings.h to the tvheadend/ subdirectory to reflect its
      refactored Settings into a singleton class so it can be included
      Merge pull request #113 from Jalle19/settings-singleton
      Merge pull request #111 from Jalle19/ignore-addon-xml
      fixed various complaints by CLion
      Merge pull request #114 from Jalle19/clion-cleanup
      create a separate class for figuring out which channel should be
      lower the subscription weight of the current subscription before
      drop an unnecessary check
      add some comments to the predictive tuning logic
      Merge pull request #117 from Jalle19/predictive-tuning-improvements
      Merge pull request #121 from Glenn-1990/subscription
      Merge pull request #122 from Glenn-1990/dvr_conflict
      add support for retrieving the list of available stremaing profiles
      add a setting to select which streaming profile should be used, and
      pass the streaming profile to use to the demuxer so it gets used
      Merge pull request #119 from Jalle19/selectable-profile
      Merge pull request #130 from ksooo/fix-subscription-member-init
      Merge pull request #132 from ksooo/compiler-warnings
      replace the tvhxxx() macros with a separate logger utility
      change some semantics and make the log message prefix configurable
      fix missing method (merge/rebase snafu)
      change ignored subscriptionStart log message level to DEBUG
      removed a seemingly unnecessary log call
      move AsyncState::GetState() implementation to the .cpp file
      move AsyncState to tvheadend/utilities
      Merge pull request #158 from Jalle19/async-state-namespaced
      Merge pull request #157 from Jalle19/log-levels
      add intial build instructions to the README
      Merge pull request #156 from Jalle19/readme-build-instructions
      fix crash when logging certain strings by properly using format
      Merge pull request #163 from Jalle19/log-percentage-2
      add missing include (required on Windows at least)
      prefix log levels with LEVEL_ to avoid naming collision with a
      use static_cast<> to silence some MSVC compiler warnings
      correct SetBoolSetting() method signature (oldValue should be boolean)
      Merge pull request #159 from Jalle19/windows-build-fix
      minor refactoring (separate implementation file), fixed a typo
      set a default logger implementation (fixes CID 12979: Uninitialized members (UNINIT_CTOR))
      Merge pull request #164 from Jalle19/logger-improvements
      add initial .travis.yml
      add Travis CI badge to the README
      Merge pull request #165 from Jalle19/travis
      Merge pull request #166 from afedchin/fix_log_win
      Extend the build tests to leverage the awesome complaining power of clang
      Enable build testing on OS X as well
      add Profile.h to CMakeLists.txt
      append HTS_SOURCES_TVHEADEND_STATUS to HTS_SOURCES
      change .travis.yml to clone the Jarvis branch of Kodi
      bump version to 2.2.13
      Merge pull request #183 from Jalle19/jarvis-updates
      fix merge error which causes subscriptionSeek to fail
      Merge pull request #189 from Jalle19/jarvis-merge-fixe
      Merge pull request #196 from hudokkow/Jarvis_butler

Tobias Grimm (6):
      Merge remote-tracking branch 'upstream/Jarvis'
      New upstream version 2.2.14 from upstream branch 'Jarvis'
      Now using libkodiplatform > 17.0.0 and libp8-platform (instead of libcec-platform)
      Clean up generated addon.xml
      Update changelog for 2.2.14-1 release
      Merge tag 'debian/2.2.14-1' into jessie-backports

Wolfgang Schupp (1):
      Merge pull request #80 from wsnipex/master

h.udo (7):
      Merge pull request #52 from hudokkow/cmakelist_lang
      Merge pull request #65 from hudokkow/installpath
      Support for PVR API 2.1.0
      Bump add-on
      Merge pull request #66 from hudokkow/api210
      Merge pull request #84 from hudokkow/dynamicduo
      [travis] Use correct badge

hudokkow (3):
      Fix CMakeLists.txt language resource folder
      bump add-on for alpha1 release
      Automatically fill in platform and library name

metaron (3):
      Fix RecordingBase::LocaltimeToUTC
      Minimal Support for PVR API 3.0.0
      Bump Addon / Changelog

txtranslation (7):
      [lang] update of language files from Transifex
      [lang] updated language files from Transifex
      [lang] automatic syntax corrections for the en_GB language file
      [lang] updated language files from Transifex
      [lang] updated language files from Transifex
      [lang] updated language files from Transifex
      [lang] updated language files from Transifex

wsnipex (3):
      [debian packaging]: fix library install path
      [debian] provide a transitional package for kodi-pvr-tvheadend-hts
      [debian] also bump version in changelog

-----------------------------------------------------------------------

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list