File: changelog

package info (click to toggle)
wvdial 1.61-5
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 600 kB
  • sloc: cpp: 3,169; sh: 180; makefile: 158
file content (412 lines) | stat: -rw-r--r-- 14,254 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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
wvdial (1.61-5) unstable; urgency=medium

  [ Helmut Grohne ]
  * Fix FTCBFS: Let dh_auto_build pass cross compilers to make.
    Closes: #879122

  [ Gianfranco Costamagna ]
  * QA Upload, set maintainer to QA team (see: #901879).

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Sat, 25 Aug 2018 16:39:33 +0200

wvdial (1.61-4.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix FTBFS on kfreebsd-amd64 by....not building for non-Linux
    architectures. Thanks to Robert Millan for the analysis and
    patch. Closes: #648065
  * Fix pending l10n issues. Debconf translations:
    - Dutch; (Jeroen Schot).  Closes: #651191
    - Bokmål, (Bjørn Steensrud).  Closes: #654372
    - Simplified Chinese (Aron Xu).  Closes: #661347
    - Polish (Michał Kułach).  Closes: #661476

 -- Christian Perrier <bubulle@debian.org>  Tue, 06 Mar 2012 22:03:10 +0100

wvdial (1.61-4) unstable; urgency=low

  * Bumped Standards-Version to 3.9.2
  * Debconf translation updates:
    - Spanish (Closes: #613471, #611696)
    - Chinese (Closes: #612708)
    - Japanese (Closes: #624820)

 -- Thierry Randrianiriana <thierry@debian.org>  Wed, 20 Jul 2011 11:29:24 +0300

wvdial (1.61-3) unstable; urgency=low

  * Debconf templates and debian/control reviewed by the debian-l10n-
    english team as part of the Smith review project. Closes: #610744
  * Debconf translation updates:
    - Swedish (closes: #611286, #609867)
    - Indonesian (closes: #611320)
    - Czech (closes: 611431, #610767)
    - Italian (closes: #610217)
    - Danish (closes: #611484)
    - French (closes: #612086)
    - Brazilian Portugese (closes: #610914)
    - Russian (closes: #612787, #609993)
    - Portugese (closes: #610823)
    - German (closes: #612827)
  * Removed all generated files on purge 

 -- Thierry Randrianiriana <thierry@debian.org>  Fri, 18 Feb 2011 09:23:20 +0300

wvdial (1.61-2) unstable; urgency=low

  * New upstream release in unstable:
    + FAQ URL updated (LP: #415524).
  * Updated manpage pon.wvdial.1
  * Prevent ftbfs with binutils-gold and gcc 4.5 (Closes: #608018, #609573).

 -- Thierry Randrianiriana <thierry@debian.org>  Sun, 09 Jan 2011 18:59:33 +0300

wvdial (1.61-1) experimental; urgency=low

  * New maintainer (Closes: #488005).
  * Ack l10n NMU 
    (Closes: #398242, #415501, #449384, #457705, #472084, #472508, #474625).
  * Bumped to debhelper 7 compatibility levels
  * Switched to format 3.0 (quilt)
  * Removed patch from Andrey Vihrov which is applied upstream (#555035)
  * Added debian/watch
  * debian/rules:
    + Check Makefile if it exists
    + Add install target
    + Add ./configure in build-stamp target 
  * debian/control:
    + Add Homepage field
    + Bump Standars-Version to 3.9.1 
  * debian/config:
    + use 'which' instead of 'type'
  * debian/wvdial.templates:
    + use colons
    + change type error the template wvdial/passphrases_mismatch
  
 -- Thierry Randrianiriana <thierry@debian.org>  Fri, 07 Jan 2011 14:04:54 +0300

wvdial (1.60.4) unstable; urgency=low

  * QA upload.
  * Apply patch from Nobuhiro Iwamatsu <iwamatsu@nigauri.org> to fix FTBFS due
    to an invalid conversion from 'int (*)(const dirent**, const dirent**)' to
    'int (*)(const void*, const void*) (Closes: #555035);
    patch taken from http://bugs.gentoo.org/show_bug.cgi?id=271477.
  * Switch to format 3.0 (native).

 -- Alessio Treglia <alessio@debian.org>  Thu, 24 Jun 2010 15:20:30 +0200

wvdial (1.60.3) unstable; urgency=low

  * QA upload.
  * wvmodemscan.cc:
    - Fix FTBFS with gcc-4.4, thanks Stefan Potyra! (Closes: #549513).
  * Bump Standars-Version to 3.8.3, no changes required.

 -- Luca Falavigna <dktrkranz@debian.org>  Sat, 07 Nov 2009 20:03:50 +0100

wvdial (1.60.2) unstable; urgency=low

  * QA upload.
    + Set maintainer to Debian QA Group <packages@qa.debian.org>
    + Drop current maintainer and uploaders. (Closes: #487139).
  * Tighten build-dep for wvstreams. (Closes: #457755).
  * Add Japanese PO file. (Closes: #520062).
    + Thanks to Hideki Yamane.
  * This package should NOT be native!
  * debian/rules: Remove -fno-rtti from CXXFLAGS.
  * Add ${misc:Depends} for debhelper package.
  * Bump debhelper build-dep and compat to 5.
  * Bump Standards Version to 3.8.2. (No changes needed).

 -- Barry deFreese <bdefreese@debian.org>  Thu, 30 Jul 2009 13:25:00 -0400

wvdial (1.60.1+nmu2) unstable; urgency=low

  * Non-maintainer upload to fix a pending l10n issue from last NMU.
  * Remove debian/nl.po. That file was polluting l10n stats.

 -- Christian Perrier <bubulle@debian.org>  Mon, 12 May 2008 08:09:04 +0200

wvdial (1.60.1+nmu1) unstable; urgency=low

  * Non-maintainer upload to fix pending l10n issues.
  * Debconf translations:
    - Bring back debconf translations accidentally dropped in 1.60.1
      Closes: #457671
    - Dutch. Closes: #415501
    - Brazilian Portuguese. Closes: #449384
    - Russian. Closes: #457705
    - German. Closes: #472084
    - Finnish. Closes: #472508
    - Galician. Closes: #474625

 -- Christian Perrier <bubulle@debian.org>  Mon, 24 Mar 2008 19:40:59 +0100

wvdial (1.60.1) unstable; urgency=low

   * New upstream release.

 -- Patrick Patterson <ppatters@debian.org>  Sat, 22 Dec 2007 15:10:00 -0700

wvdial (1.60-1) unstable; urgency=low

   * New upstream release.

 -- William Lachance <wrlach@gmail.com>  Thu, 19 Jul 2007 19:30:09 -0400
	
wvdial (1.56-1) unstable; urgency=low

  * New upstream release.
   - wvdialconf actually writes settings.  (Closes: Bug#350882)
  * Reduce the priority of debconf questions.  (Closes: Bug#348621)

 -- Simon Law <sfllaw@debian.org>  Wed, 22 Feb 2006 13:20:56 -0500

wvdial (1.55-1) unstable; urgency=low

  * New upstream release.
    - Understand "no answer" from modem.  (Closes: Bug#181098)
    - wvdialconf defaults to editing /etc/wvdial.conf.  (Closes: Bug#201671)
    - You can set options on the command line.  (Closes: Bug#246697)
    - Support crippled serial ports again.  (Closes: Bug#294999)
  * Don't clobber too much on a purge.  (Closes: Bug#236616)
  * Use Debhelper 4.  (Closes: Bug#332948)
  * Postinst now uses chown properly.  (Closes: Bug#332949)
  * Lintian clean.  (Closes: Bug#332950)
  * Allow WvDial to configure itself non-interactively.
  * Acknowledge non-maintainer upload.
    (Closes: Bug#289129, Bug#291506, Bug#289236, Bug#331511)

 -- Simon Law <sfllaw@debian.org>  Fri,  2 Dec 2005 01:30:40 -0500

wvdial (1.54.0-1.1) unstable; urgency=high

  * Non-maintainer upload.
  * Recompile with latest libwvstreams-dev (Closes: #291506)
  * Use pkg-config to get the right compiler flags
    (Closes: #289236)
  * While I'm on it, remove .. and ../wvstreams from include paths,
    since these should probably never be used in a Debian package

 -- Frank Lichtenheld <djpig@debian.org>  Fri, 21 Jan 2005 09:42:37 +0100

wvdial (1.54.0-1) unstable; urgency=low

  * New upstream release.

 -- James A. Morrison <phython@debian.org>  Sun, 15 Feb 2004 13:23:24 -0500

wvdial (1.54+20031110-1) unstable; urgency=low

  * Fix build depends. (Closes: #218344)

 -- James Morrison <phython@debian.org>  Mon, 10 Nov 2003 10:02:11 -0500

wvdial (1.54+20031017-1) unstable; urgency=low

  * Make a non-native debian package with an empty diff. (Closes: #160969)
  * Add manpages for pon.wvdial and poff.wvdial (Closes: #201673)
  * Test the option WvStrings not their first characters. (Closes: #212601)
  * Exit with value 2 on a user signal. (Closes: #145404)

 -- James Morrison <phython@debian.org>  Fri, 17 Oct 2003 14:21:38 -0400

wvdial (1.54+20030509-1) unstable; urgency=low

  * Synchronize with WvStreams 3.73
  * More cleanup of various internals
  * Add support for SmartLink WinModems
  * Re-add debian revision.
  * Acknowledge NMU. (Closes: #141654) 

 -- James Morrison <phython@debian.org>  Mon, 14 Apr 2003 11:56:18 -0400

wvdial (1.53.0.1) unstable; urgency=low

  * NMU
  * Remove ugly cast that seems to not help anything in older g++, and
    actively break stuff in g++ 3.0, thus causing FTBFS errors (Closes: #141654)

 -- Moshe Zadka <moshez@debian.org>  Sat, 13 Apr 2002 14:02:44 +0300

wvdial (1.53) unstable; urgency=high

  * Synchronize with WvStreams 3.70, fixes WvPipe Bug (Closes: #141277)
  * Previous updates close various bugs - see previous Changelog entries
    (Closes: #131645), (Closes: #58124), (Closes: #120879)

 -- Patrick Patterson <ppatters@debian.org>  Fri,  5 Apr 2002 13:34:06 -0500

wvdial (1.52) unstable; urgency=low

  * Fix error in --config option to actually let it get to the default

 -- Patrick Patterson <ppatters@debian.org>  Mon,  1 Apr 2002 23:48:01 -0500

wvdial (1.51) unstable; urgency=medium

  * Synchronise with libwvstreams v3.69

  * Changed WvDial to a native Debian Package (Closes: #131645)

  * New Maintainer for WvDial Patrick Patterson <ppatters@debian.org>, 
    taking over by mutual agreement from Baruch Even <baruch@debian.org>.

  * WvDialConf actually works with this release

  * Applied some patches from Andrew W. Nosenko <awn@bcs.zp.ua> that
    fix a couple of typos, and which makes sure that the wvdialconf man page
    gets installed.

  * Applied some patches from RedHat to make sure that WvDial and
    WvStreams compile clean on 64 bit architectures. Also did some cleanup
    to make sure that the goofy GCC that RedHat ships doesn't complain on
    some bits of WvDial.

  * Applied patches from SuSE to ensure that WvDial compiles cleanly 
    using GCC 3.1, as well, adapt a patch to make sure that wvdialconf
    creates the wvdial.conf file mode 660.Also applied their multi-phone
    number patch (so it will dial several phone numbers in order if you ask
    it nicely), as well as their check to make sure inherited sections 
    actually exist.

  * Applied patch from Dushyanth Harinath <dushy@symonds.net> to implement
    the "Dial Attempts" option, which will now cause WvDial to stop trying
    to dial after the number in this option is exceeded.

  * Applied a mega patch from SuSE that added better ISDN support, added USB
    modem support, added a "--no-syslog" option, inactivity timeouts,
    interactive passwords (WvDial will now prompt you for passwords if you
    ask it to), Connection checking once you're online (which can probably be
    adapted to run your copy of retchmail (or if you are still using fetchmail..
    I guess you could run that as well) once you are online. It also reputedly  
    works better with DialD.

  *  It should be mentioned somewhere that all of these nifty new features
     are pretty much completely untested. So please bang at them, look at them,
     and please send the bug reports to wvdial-list@lists.nit.ca. That's where 
     all of the cool wvdial hackers hang out ;)

 -- Patrick Patterson <ppatters@debian.org>  Mon,  4 Mar 2002 12:26:20 -0500

wvdial (1.50-1) unstable; urgency=low

  * New Upstream version and major packaging changes

 -- Patrick Patterson <ppatters@nit.ca>  Mon, 28 Jan 2002 14:01:04 -0500

wvdial (1.42-1) unstable; urgency=low

  * New upstream version and some packaging changes.  Should fix
  	bugs #65144, 66005, 71556, 78350, 91085, 31041, 19883, 53485.
  * Thanks to Josip Rodin <jrodin@public.srce.hr> for the new wvdial.conf(5)
  	man page.

 -- Avery Pennarun <apenwarr@debian.org>  Fri, 11 May 2001 15:43:05 -0400


wvdial (1.41) unstable; urgency=low

  * Recompiled for potato using the latest upstream version, debhelper,
  	and libstdc++.  No real changes.

 -- Avery Pennarun <apenwarr@debian.org>  Thu,  6 Jan 2000 21:57:46 -0500


wvdial (1.40) unstable; urgency=low

  * New upstream version adds bugs and new features.  Er, I mean, removes
    bugs.  Of course.  Ahem.

 -- Avery Pennarun <apenwarr@debian.org>  Mon,  2 Aug 1999 15:25:47 -0400


wvdial (1.20) frozen unstable; urgency=low

  * New upstream version corrects some bugs in the prompt-response code
    and Makefiles, so several ISP's now work again.

 -- Avery Pennarun <apenwarr@debian.org>  Sun,  8 Nov 1998 15:45:00 -0500


wvdial (1.10) unstable; urgency=low

  * New upstream version.  Now redials automatically if you get
    disconnected, among other things.  (Boy, being the upstream and
    downstream maintainer sure can be tiring!)

 -- Avery Pennarun <apenwarr@debian.org>  Wed, 23 Sep 1998 22:22:17 -0400


wvdial (1.01) unstable; urgency=low

  * New upstream version.  Fixes a few minor bugs.

 -- Avery Pennarun <apenwarr@debian.org>  Thu, 10 Sep 1998 14:55:50 -0400


wvdial (1.00) unstable; urgency=low

  * New upstream version.  Now builds without changes on Debian 2.0.
    (fixes bug#23103)

 -- Avery Pennarun <apenwarr@debian.org>  Tue, 25 Aug 1998 22:40:07 -0400
    

wvdial (0.41) frozen unstable; urgency=low

  * New upstream version, fixes bug#19092 (requirement for 'noauth' option)
  * Now works much better with pppd 2.3.x.
  * Longer delay before killing pppd; avoids permissions problems.

 -- Avery Pennarun <apenwarr@debian.org>  Sat, 16 May 1998 16:29:31 -0400


wvdial (0.31) frozen unstable; urgency=low

  * New upstream version, fixes bug#19173 (core dumps) and several others.
  * Changed postinst/postrm to not divert pon/poff scripts.
    Fixes bug#19244.

 -- Avery Pennarun <apenwarr@debian.org>  Sun, 15 Mar 1998 17:23:00 -0500


wvdial (0.30) unstable; urgency=low

  * New upstream version.

 -- Avery Pennarun <apenwarr@debian.org>  Sat,  7 Mar 1998 13:23:39 -0500


wvdial (0.25) unstable; urgency=low

  * New upstream version.
  * First release uploaded to hamm.
  * debian/control specifies a section and a priority now.  (oops!)
  * Should work properly with pppd 2.3.x, due to use of pap-secrets.

 -- Avery Pennarun <apenwarr@debian.org>  Sat, 14 Feb 1998 17:29:20 -0500


wvdial (0.20-1) unstable; urgency=low

  * New source version fixes several bugs.
  * Now using debhelper instead of debmake to build the Debian package.

 -- Avery Pennarun <apenwarr@worldvisions.ca>  Sun, 21 Dec 1997 18:58:17 -0500


wvdial (0.12-1) unstable; urgency=low

  * wvdialconf now probes /dev/ttyI* as well, for ISDN.

 -- Avery Pennarun <apenwarr@worldvisions.ca>  Thu, 18 Dec 1997 14:01:48 -0500


wvdial (0.1-1) unstable; urgency=low

  * Initial Release.

 -- Avery Pennarun <apenwarr@worldvisions.ca>  Tue,  9 Dec 1997 01:39:45 -0500