~ubuntu-branches/ubuntu/saucy/pppconfig/saucy

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Stone
  • Date: 2004-10-04 19:28:15 UTC
  • Revision ID: james.westby@ubuntu.com-20041004192815-ejeix0sau3g3qayt
Tags: 2.3.2ubuntu3
Unbreak 'Change' command, so it changes for non-standard devices (i.e.
non-ttySxx devices), and fix the general non-ttySxx case (closes:
Ubuntu#2009).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
pppconfig (2.3.2ubuntu3) warty; urgency=low
 
2
 
 
3
  * Unbreak 'Change' command, so it changes for non-standard devices (i.e.
 
4
    non-ttySxx devices), and fix the general non-ttySxx case (closes:
 
5
    Ubuntu#2009).
 
6
 
 
7
 -- Daniel Stone <daniel.stone@canonical.com>  Mon,  4 Oct 2004 19:28:15 +1000
 
8
 
 
9
pppconfig (2.3.2ubuntu2) warty; urgency=low
 
10
 
 
11
  * Added versioned depend on lsb-base
 
12
 
 
13
 -- Nathaniel McCallum <npmccallum@canonical.com>  Fri,  3 Sep 2004 15:14:53 -0400
 
14
 
 
15
pppconfig (2.3.2ubuntu1) warty; urgency=low
 
16
 
 
17
  * dns-clean: pretty iniscript
 
18
 
 
19
 -- Nathaniel McCallum <npmccallum@canonical.com>  Fri,  3 Sep 2004 11:55:27 -0400
 
20
 
 
21
pppconfig (2.3.2) unstable; urgency=low
 
22
 
 
23
  * Fixed setlocale() bug by replacing LC_MESSAGES with
 
24
    $ENV{LC_MESSAGES}.
 
25
  
 
26
  * Added ^ and $ to options code.
 
27
 
 
28
  * Added '--' to @uilist after @options in dialogbox() to work around
 
29
    whiptail bug.
 
30
    Closes: #248852 Accounts with passwords starting with "-" can't be changed
 
31
  
 
32
  * Added code to deleteconnection() and changeConnection() to handle the case
 
33
    that there are no connections.  Now you get a messagebox instead of an
 
34
    immediate exit.  Added "Return to Previous Menu" as first item on Delete menu.
 
35
   
 
36
  * Disabled code in finish() intended to prevent accidental deletion of the
 
37
    new connection.
 
38
    Closes: #248856 Connection name with identical username produce .bak-loop when deleted
 
39
  
 
40
 -- John Hasler <jhasler@debian.org>  Mon, 17 May 2004 13:23:45 -0500
 
41
 
 
42
pppconfig (2.3.1) unstable; urgency=low
 
43
 
 
44
  * Installed patch from Thomas Hood to use resolvconf in
 
45
    0dns-up and 0dns-down.
 
46
    Closes: #242092 Patch to add resolvconf support to 0dns-*
 
47
 
 
48
 -- John Hasler <jhasler@debian.org>  Wed, 14 APR 2004 21:00:00 -0500
 
49
  
 
50
pppconfig (2.3) unstable; urgency=low
 
51
 
 
52
  * Revised whiptail/dialog interface so that '--nocancel' and 
 
53
    '--defaultno' work properly with dialog.
 
54
  
 
55
  * CANCEL now goes back to the previous menu rather than to MAIN.
 
56
    The latter was the documented behavior but users found it confusing.
 
57
    Closes: #144862 Advanced config menu cancel drops entire session not
 
58
    dropping back one level
 
59
 
 
60
  * A "@" in delete() had somehow turned into a "$".  Bit-rot?
 
61
    Fixed it.
 
62
    Closes: #199223 `Delete' option does not work
 
63
 
 
64
  * Removed superfluous rms from postrm.
 
65
    Closes: #202682: No need for postrm to delete conffiles on purge
 
66
  
 
67
  * Changed finish() to not create more than one backup.  Eliminates 
 
68
    Swedish chef effect and allows deletion of backups.
 
69
  
 
70
  * Changed 0dns-up to strip options from PPP_IPPARAM and to exit if
 
71
    PROVIDER is not to be found in PPPRESOLV.
 
72
    Closes: #191832 /etc/ppp/ip-up.d/0dns-up will not work for 
 
73
    `ipparam "earthlink -f"'
 
74
  
 
75
 -- John Hasler <jhasler@debian.org>  Sun, 21 Mar 2004 18:00:00 -0600
 
76
  
 
77
pppconfig (2.2.0) unstable; urgency=low
 
78
 
 
79
  * Rewrote chatescape, replaced all the quote inserting and 
 
80
    stripping stuff with calls to it, did some miscellaneous 
 
81
    cleanup.
 
82
        
 
83
  * Fixed in 2.0.15.  See bug #138344.
 
84
    Closes: #152278 error message when /etc/resolv.conf is missing during
 
85
    first time install
 
86
        
 
87
  * Clarified license.
 
88
    Closes: #176900 unclear license in /etc/ppp/ip-up.d/0dns-up
 
89
        
 
90
  * Eliminated "echo -e" usage.
 
91
    Closes: #187527 "0dns-up" not POSIX sh compatible - trashes
 
92
    /etc/resolv.conf if a POSIX sh is used as default
 
93
        
 
94
  * Fixed 0dns-up to use mktemp to create TEMPRESOLV and to put it 
 
95
    in /var/run/pppconfig.
 
96
        
 
97
  * Fixed ispname() and isppassword().
 
98
    Closes: #183495 Nokia 6310i w/ Orange GPRS does not need a username
 
99
    or password in chatscripts
 
100
        
 
101
  * Added text to getnameservers() to make it clear that resolv.conf
 
102
    will not be touched if "None" is selected.
 
103
    Closes: #187651 Please document how to keep resolv.conf static
 
104
        
 
105
  * Rewrote 0dns-up and 0dns-down to not put tempfiles in /etc, to not
 
106
    restore /etc/resolv.conf in 0dns-down if it has been overwritten,
 
107
    to use update-resolv if available, and to work with a r/o root.
 
108
    Closes: #187810 Please support read-only /etc
 
109
    Closes: #187651 Please make resolv.conf futzing optional
 
110
        
 
111
  * Added text to man page discussing resolv.conf files.
 
112
    Closes: #63670 Please document how to customize resolv.conf files
 
113
        
 
114
 -- John Hasler <john@dhh.gt.org>  Fri, 30 May 2003 10:00:00 -0500
 
115
        
 
116
pppconfig (2.1) unstable; urgency=low
 
117
 
 
118
  * Remove all trailing newlines from secrets file, add one 
 
119
    ahead of new entry, and add a trailing newline.
 
120
  * Closes: #153436 pppconfig: adds non carriage return 
 
121
    terminated lines into /etc/ppp/pap-secrets 
 
122
  * Rewrote dialogbox() to use pipe/fork/exec instead of backtics.
 
123
    This allowed me to remove all the quoting intended to protect
 
124
    strings against the shell.  This will make quoting and escaping
 
125
    chat and pppd special characters much easier.
 
126
  * Changed some regexps to eq's in secrets_file() /get/ section.
 
127
  * Closes: #170494 "dummy user\" crashes pppconfig
 
128
    Fixed 0dns-up to stop looking for USEPEERDNS as pppd apparently 
 
129
    no longer exports it.  Fixes several informally reported bugs.
 
130
  * Added code to handle MS_DNS variables to used by ipppd to pass
 
131
    nameservers to 0dns-up.
 
132
  * Closes: #129871 Use MS DNS does not work if using ipppd
 
133
  
 
134
 -- John Hasler <john@dhh.gt.org>  Thu, 12 Dec 2002 19:00:00 -0600
 
135
 
 
136
pppconfig (2.0.15) unstable; urgency=low
 
137
 
 
138
  * Added a line to escape double quotes in username in "properties"
 
139
    stuff.
 
140
  * Closes: #149869
 
141
  * Added patch from Alexis Huxley to make 0dns-clean test for the
 
142
    existence of 0dns-down.
 
143
  * Closes: #136558
 
144
  * Patched 0dns-up and 0dns-down to check for the existence of
 
145
    resolv.conf.
 
146
  * Closes: #138344
 
147
 
 
148
 -- John Hasler <john@dhh.gt.org>  Thu, 13 Jun 2002 21:00:00 -0500
 
149
        
1
150
pppconfig (2.0.14) unstable; urgency=high
2
151
 
3
152
  * Fixed really, really, really stupid bug in 0dns-up that I