[vdr-plugin-epg2vdr] 02/08: Merge tag 'upstream/1.1.19'

Tobias Grimm tiber-guest at moszumanska.debian.org
Thu Dec 29 18:48:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

tiber-guest pushed a commit to branch master
in repository vdr-plugin-epg2vdr.

commit f7b4295a65b8de5848bf6082a2a24399beb6a4ab
Merge: cf06b2a 9656861
Author: Tobias Grimm <git at e-tobi.net>
Date:   Thu Dec 29 19:25:59 2016 +0100

    Merge tag 'upstream/1.1.19'
    
    Upstream version 1.1.19

 .gitignore                                         |    9 +
 HISTORY                                            |   92 --
 HISTORY.h                                          |  544 +++++++
 Make.config                                        |   31 +-
 Makefile                                           |  231 ++-
 Makefile.pre-1.7.35                                |  143 --
 Makefile.since-1.7.35                              |  137 --
 README                                             |   22 +-
 TODO                                               |    8 +
 configs/epg.dat                                    |  960 +++++++++++++
 epg2vdr.c                                          |  889 ++++++++++--
 epg2vdr.h                                          |   39 +-
 handler.h                                          |  591 ++++----
 lib/Makefile                                       |   83 +-
 lib/common.c                                       |  901 ++++++++++--
 lib/common.h                                       |  402 +++++-
 lib/config.c                                       |   84 +-
 lib/config.h                                       |   69 +-
 lib/configuration.c                                |  193 +++
 lib/configuration.h                                |  140 ++
 lib/curl.c                                         |  402 +++++-
 lib/curl.h                                         |   77 +
 lib/db.c                                           | 1041 ++++++++++----
 lib/db.h                                           |  908 ++++++++----
 lib/dbdict.c                                       |  451 +++++-
 lib/dbdict.h                                       |  433 +++++-
 lib/demo.c                                         |  349 ++++-
 lib/demo.dat                                       |   17 +
 lib/epgservice.c                                   |  120 ++
 lib/epgservice.h                                   |  467 ++++++
 lib/imgtools.c                                     |   32 +-
 lib/imgtools.h                                     |    3 +-
 lib/json.c                                         |  164 +++
 lib/json.h                                         |   36 +
 lib/python.c                                       |  348 +++++
 lib/python.h                                       |   76 +
 lib/pytst.c                                        |  122 ++
 lib/searchtimer.c                                  | 1357 ++++++++++++++++++
 lib/searchtimer.h                                  |   86 ++
 lib/semtst.c                                       |   42 +
 lib/tabledef.c                                     |  926 ------------
 lib/tabledef.h                                     |  867 ------------
 lib/test.c                                         |  769 +++++++---
 lib/thread.c                                       |  342 +++++
 lib/thread.h                                       |   92 ++
 menu.c                                             |  822 +++++++++++
 menu.h                                             |  474 +++++++
 menudone.c                                         |  158 +++
 menusched.c                                        | 1084 ++++++++++++++
 menusearchtimer.c                                  |  386 +++++
 menutimers.c                                       |  546 ++++++++
 parameters.c                                       |  253 ++++
 parameters.h                                       |   59 +
 ...e-vdr-2.1.x--epghandler-segment-transfer.patch} |    0
 plgconfig.c                                        |   36 +
 plgconfig.h                                        |   44 +
 po/de_DE.po                                        |  304 +++-
 po/it_IT.po                                        |  268 +++-
 recinfofile.c                                      |  245 ++++
 recording.c                                        |  533 +++++++
 service.c                                          |   71 +
 service.h                                          |  123 ++
 status.c                                           |  272 ++++
 svdrpclient.c                                      |  749 ++++++++++
 svdrpclient.h                                      |  158 +++
 timer.c                                            |  673 ++++++++-
 ttools.c                                           |  561 ++++++++
 ttools.h                                           |   42 +
 update.c                                           | 1481 ++++++++++++++------
 update.h                                           |  208 ++-
 70 files changed, 20167 insertions(+), 4478 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-epg2vdr.git



More information about the pkg-vdr-dvb-changes mailing list