File: changelog

package info (click to toggle)
vlc-plugin-bittorrent 2.12-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 728 kB
  • sloc: cpp: 1,196; ansic: 236; sh: 130; makefile: 82
file content (170 lines) | stat: -rw-r--r-- 6,007 bytes parent folder | download
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
vlc-plugin-bittorrent (2.12-2) unstable; urgency=medium

  * Upload to unstable.

 -- Petter Reinholdtsen <pere@debian.org>  Fri, 08 Jan 2021 20:15:09 +0100

vlc-plugin-bittorrent (2.12-1) experimental; urgency=medium

  * New upstream version 2.12.
    - Rewritten to use the stream_extractor API, adding support
      for libtorrent 2.0.
  * Updated Standards-Version from 4.5.0 to 4.5.1.

 -- Petter Reinholdtsen <pere@debian.org>  Mon, 28 Dec 2020 06:53:05 +0100

vlc-plugin-bittorrent (2.11-1) unstable; urgency=medium

  * New upstream version 2.11.

 -- Petter Reinholdtsen <pere@debian.org>  Sat, 04 Jul 2020 17:10:53 +0200

vlc-plugin-bittorrent (2.10-2) unstable; urgency=medium

  * Set $HOME to an existing and writable location when running tests,
    to keep libvlc happy.  Could get more tests working during build.

 -- Petter Reinholdtsen <pere@debian.org>  Tue, 16 Jun 2020 11:50:48 +0200

vlc-plugin-bittorrent (2.10-1) unstable; urgency=medium

  * New upstream version 2.10.
    - Fixes SEGFAULT on exit (Closes: #961483).

 -- Petter Reinholdtsen <pere@debian.org>  Sun, 14 Jun 2020 15:13:53 +0200

vlc-plugin-bittorrent (2.9-1) unstable; urgency=medium

  * New upstream version 2.9.
  * Updated Standards-Version from 4.3.0 to 4.5.0.
  * Adjusted build rules to use new --with-tests configure flag.
  * Replaced ADTTMP with AUTOPKGTEST_TMP. Thank you, lintian.

 -- Petter Reinholdtsen <pere@debian.org>  Sun, 24 May 2020 13:48:00 +0200

vlc-plugin-bittorrent (2.6-1) unstable; urgency=medium

  * New upstream version 2.6
  * Dropped 0000-priority.patch included in new upstream version.

 -- Petter Reinholdtsen <pere@debian.org>  Thu, 17 Jan 2019 13:29:35 +0100

vlc-plugin-bittorrent (2.5-2) unstable; urgency=medium

  * Updated Standards-Version from 4.2.1 to 4.3.0.
  * Fetched 0000-priority.patch from upstream to adjust download
    priority.

 -- Petter Reinholdtsen <pere@debian.org>  Tue, 25 Dec 2018 13:03:10 +0100

vlc-plugin-bittorrent (2.5-1) unstable; urgency=medium

  * New upstream version 2.5.
    - Reduced torrent buffering and timeouts to improve playback.
    - Improved crash handling
    - Improved self testing to ensure plugin is working.
  * Adjusted d/rules to remove d/files in clean target.
  * Ignore the desktop-command-not-in-package lintian warning, as this
    is intentional.

 -- Petter Reinholdtsen <pere@debian.org>  Thu, 20 Dec 2018 11:25:09 +0000

vlc-plugin-bittorrent (2.4-1) unstable; urgency=medium

  * New upstream version 2.4.
     - No longer block VLC at the start.
     - Try to avoid playing non-media files.
  * Added Rules-Requires-Root: no in d/control to document build
    requirements.
  * Removed 0000-desktop-not-in-menu.patch now applied upstream.
  * Disabled 1000-size-sorted-files.patch and
    1010-remove-on-exit.patch.

 -- Petter Reinholdtsen <pere@debian.org>  Tue, 11 Dec 2018 21:07:08 +0000

vlc-plugin-bittorrent (2.3-4) unstable; urgency=medium

  * Rewrote autopkgtest script to be more robust and not output to
    stderr.
  * Renamed 1020-desktop-not-in-menu.patch to
    0000-desktop-not-in-menu.patch after it was applied upstream.

 -- Petter Reinholdtsen <pere@debian.org>  Tue, 23 Oct 2018 08:02:13 +0200

vlc-plugin-bittorrent (2.3-3) unstable; urgency=medium

  * Removed d/vlc-plugin-bittorrent.mime as the desktop file is enough
    according to policy 9.7.2.
  * Add required vlc dependency to autopkgtest control file.

 -- Petter Reinholdtsen <pere@debian.org>  Mon, 22 Oct 2018 21:41:50 +0200

vlc-plugin-bittorrent (2.3-2) unstable; urgency=medium

  * Add simple autopkgtest check.
  * Added 1020-desktop-not-in-menu.patch to avoid several VLC menu
    entries.

 -- Petter Reinholdtsen <pere@debian.org>  Sun, 21 Oct 2018 12:14:26 +0200

vlc-plugin-bittorrent (2.3-1) unstable; urgency=medium

  * New upstream version 2.3
  * Removed .desktop file from debian/, now included upstream.
  * Renamed patch files to indicate they might be upstream material.

 -- Petter Reinholdtsen <pere@debian.org>  Sun, 21 Oct 2018 08:18:41 +0200

vlc-plugin-bittorrent (2.2-4) unstable; urgency=medium

  * Document strict build dependency, require vlc >= 3~.
  * Updated d/control to state plugin package enhance vlc.

 -- Petter Reinholdtsen <pere@debian.org>  Mon, 15 Oct 2018 19:25:17 +0200

vlc-plugin-bittorrent (2.2-3) unstable; urgency=medium

  * Added desktop file suggesting vlc for application/x-bittorrent and
    x-scheme-handler/magnet mime types.
  * Extended mime entry with x-scheme-handler/magnet.
  * Added 2010-remove-on-exit.patch to remove temporary files when
    exiting vlc.
  * Adjusted mime setup for starting vlc to work the same way as the
    desktop file.

 -- Petter Reinholdtsen <pere@debian.org>  Sun, 14 Oct 2018 20:36:40 +0200

vlc-plugin-bittorrent (2.2-2) unstable; urgency=medium

  * Added new libvlc-dev build dependency, possibly needed during
    build testing.
  * Added mime handler suggesting vlc for .torrent files.

 -- Petter Reinholdtsen <pere@debian.org>  Tue, 09 Oct 2018 07:59:56 +0200

vlc-plugin-bittorrent (2.2-1) unstable; urgency=medium

  * New upstream version 2.2.
  * Marked binary package vlc-plugin-bittorrent Multi-Arch same.
  * Added 2000-size-sorted-files.patch to make sure torrent playlist
    ordering is stable and predictable.
  * Changed d/rules to allow dh_auto_test to fail until we figure out
    how to fix it.

 -- Petter Reinholdtsen <pere@debian.org>  Mon, 08 Oct 2018 19:18:30 +0200

vlc-plugin-bittorrent (2.1-1) unstable; urgency=medium

  * New upstream version 2.1
    - Removed all patches, now applied upstream.
  * Added Vcs links to d/control.
  * Added d/gbp.conf to enforce the use of pristine-tar.
  * Corrected upstream links, git repo links and d/rules file.

 -- Petter Reinholdtsen <pere@debian.org>  Mon, 24 Sep 2018 21:28:40 +0200

vlc-plugin-bittorrent (2.0-1) unstable; urgency=medium

  * Initial release (Closes: #890360).

 -- Petter Reinholdtsen <pere@debian.org>  Tue, 18 Sep 2018 19:49:54 +0000