| 1 |
debconf (0.2.105) unstable; urgency=low
|
| 2 |
|
| 3 |
* Fixed noninteractive note element to not mark the item as seen if
|
| 4 |
/usr/bin/mail doesn't exist. (Oops)
|
| 5 |
|
| 6 |
-- Joey Hess <joeyh@debian.org> Mon, 6 Mar 2000 15:13:40 -0800
|
| 7 |
|
| 8 |
debconf (0.2.104) unstable; urgency=low
|
| 9 |
|
| 10 |
* Use fully-qualified path for dpkg-preconfigure in apt.conf,
|
| 11 |
Closes: #58469
|
| 12 |
|
| 13 |
-- Joey Hess <joeyh@debian.org> Wed, 1 Mar 2000 11:36:11 -0800
|
| 14 |
|
| 15 |
debconf (0.2.103) unstable; urgency=low
|
| 16 |
|
| 17 |
* Removed quite obsolete exim samples. I don't want to maintain samples
|
| 18 |
anymore past those needed by the tutorial and a regression test script.
|
| 19 |
There is quite enough real debconf code out there.
|
| 20 |
|
| 21 |
-- Joey Hess <joeyh@debian.org> Tue, 29 Feb 2000 17:10:11 -0800
|
| 22 |
|
| 23 |
debconf (0.2.102) unstable; urgency=low
|
| 24 |
|
| 25 |
* Corrected three ways badly written packages could make
|
| 26 |
dpkg-preconfigure die:
|
| 27 |
- They could try to ask questions that didn't exist.
|
| 28 |
- They could try to ask questions using garbage priority values.
|
| 29 |
- They could have garbage template files that lack required fields.
|
| 30 |
All three are now handled sanely, and debconf even tells the client
|
| 31 |
what stupid thing it has done in the first 2 cases. To make that work,
|
| 32 |
I made FrontEnd::add much simpler, and moved a lot of the failure-prone
|
| 33 |
code into Confmodule::command_input, and did some other
|
| 34 |
reorganizations.
|
| 35 |
* Checked and I don't think any more cases like this exist in debconf.
|
| 36 |
* While I was at it, I shut up messages about failing to make
|
| 37 |
noninteractive elements in debug 2 mode. A common FAQ causer.
|
| 38 |
* Added a Debian.bugtemplate file, in an attempt to get people to report
|
| 39 |
bugs that are actually useful. This is used by newer reportbug
|
| 40 |
packages.
|
| 41 |
|
| 42 |
-- Joey Hess <joeyh@debian.org> Tue, 29 Feb 2000 14:08:03 -0800
|
| 43 |
|
| 44 |
debconf (0.2.101) unstable; urgency=low
|
| 45 |
|
| 46 |
* Fixed another stupid typo, that messed up text select and multiselect
|
| 47 |
elements sometimes.
|
| 48 |
|
| 49 |
-- Joey Hess <joeyh@debian.org> Tue, 29 Feb 2000 13:15:33 -0800
|
| 50 |
|
| 51 |
debconf (0.2.100) unstable; urgency=low
|
| 52 |
|
| 53 |
* Fixed a stupid typo introduced last version.
|
| 54 |
|
| 55 |
-- Joey Hess <joeyh@debian.org> Tue, 29 Feb 2000 12:34:26 -0800
|
| 56 |
|
| 57 |
debconf (0.2.99) unstable; urgency=low
|
| 58 |
|
| 59 |
* Added --unseen-only switch to dpkg-reconfigure. This makes it only ask
|
| 60 |
questions that have not been asked before. Closes: #59260
|
| 61 |
|
| 62 |
-- Joey Hess <joeyh@debian.org> Tue, 29 Feb 2000 11:30:21 -0800
|
| 63 |
|
| 64 |
debconf (0.2.98) unstable; urgency=low
|
| 65 |
|
| 66 |
* When debconf or debconf-tiny is purged, the database is not deleted if
|
| 67 |
debconf or debconf-tiny is still installed. Closes: #59029
|
| 68 |
|
| 69 |
-- Joey Hess <joeyh@debian.org> Mon, 28 Feb 2000 13:19:56 -0800
|
| 70 |
|
| 71 |
debconf (0.2.97) unstable; urgency=low
|
| 72 |
|
| 73 |
* word-wrap all text that is mailed at 75 columns, Closes: #58911
|
| 74 |
|
| 75 |
-- Joey Hess <joeyh@debian.org> Thu, 24 Feb 2000 20:09:43 -0800
|
| 76 |
|
| 77 |
debconf (0.2.96) unstable; urgency=low
|
| 78 |
|
| 79 |
* Catch SIGPIPEs from confmodules and handle them. Closes: #58847, #58818
|
| 80 |
|
| 81 |
-- Joey Hess <joeyh@debian.org> Thu, 24 Feb 2000 10:34:29 -0800
|
| 82 |
|
| 83 |
debconf (0.2.95) unstable; urgency=low
|
| 84 |
|
| 85 |
* dpkg-reconfigure: Now forces priority to low when reconfiguring
|
| 86 |
packages. People have often complained that it should do this,
|
| 87 |
so it does now. Added a swtich to disable this behavior, which should be
|
| 88 |
used by eg, the boot floppies when it reconfigures base-config. Also,
|
| 89 |
re-wrote the switch parsing to match how it's done in dpkg-preconfigure.
|
| 90 |
* Removed lots of extortions to use -plow from docs.
|
| 91 |
* Bother. base.pm is not in perl-base. Added nasty code to fix this when
|
| 92 |
building debconf-tiny.
|
| 93 |
|
| 94 |
-- Joey Hess <joeyh@debian.org> Mon, 21 Feb 2000 11:59:11 -0800
|
| 95 |
|
| 96 |
debconf (0.2.94) unstable; urgency=low
|
| 97 |
|
| 98 |
* Copyright and url updates.
|
| 99 |
* dpkg-reconfigure: don't run the postrm of the package. Doing so breaks
|
| 100 |
things when for example, the package uses dpkg-divert and tries to
|
| 101 |
remove diversions in the postrm. This cannot be an isolated problem
|
| 102 |
either. This reverses the change made in version 0.2.52, which did not
|
| 103 |
say why I added it in the first place.. (suspicion: non-idempotent
|
| 104 |
postinst scripts may need the postrm to clean up after them before being
|
| 105 |
called again. However, such scripts are broken.)
|
| 106 |
Closes: #58527 (important bug)
|
| 107 |
* no changes; Closes: #58495 (I'm not going to add 3 lines of code bloat
|
| 108 |
to a package in base just to provide a marginally better error message.)
|
| 109 |
* Added --help to dpkg-preconfigure and dpkg-reconfigure. Closes: #58496
|
| 110 |
* Added more cautions about passwords to the tutorial.
|
| 111 |
* Text mode [multi]select elements now display in multiple columns. This is
|
| 112 |
experimental, and I don't know how it will interact with having support for
|
| 113 |
descriptions associated with items in the selection list, which is a todo
|
| 114 |
item.
|
| 115 |
* Use w3m again to format docs (how'd I lose that?)
|
| 116 |
|
| 117 |
-- Joey Hess <joeyh@debian.org> Sat, 19 Feb 2000 20:51:44 -0800
|
| 118 |
|
| 119 |
debconf (0.2.93) unstable; urgency=low
|
| 120 |
|
| 121 |
* Fixed minor back problem in debconf's own config script, and some
|
| 122 |
documentation fixes.
|
| 123 |
|
| 124 |
-- Joey Hess <joeyh@debian.org> Thu, 17 Feb 2000 11:56:02 -0800
|
| 125 |
|
| 126 |
debconf (0.2.92) unstable; urgency=low
|
| 127 |
|
| 128 |
* Important fix: don't accidentially delete Dialog/Text.pm from
|
| 129 |
debconf-tiny.
|
| 130 |
|
| 131 |
-- Joey Hess <joeyh@debian.org> Tue, 15 Feb 2000 13:16:56 -0800
|
| 132 |
|
| 133 |
debconf (0.2.91) unstable; urgency=low
|
| 134 |
|
| 135 |
* dpkg-preconfigure: It turns out that the trick of reading from stdin
|
| 136 |
until EOF, then reading more later only works if stdin is a tty. When it
|
| 137 |
was running from apt, that wasn't so, and so it caused dialog to lock up,
|
| 138 |
in a tight loop, unable to read keypresses from stdin. The fix is
|
| 139 |
pretty simple; just open /dev/tty and connect STDIN to it after reading
|
| 140 |
the filelist from apt. Closes: #56518, #57771 (important bugs).
|
| 141 |
* Disabled dialog exclusion that was added in the last release.
|
| 142 |
|
| 143 |
-- Joey Hess <joeyh@debian.org> Mon, 14 Feb 2000 11:52:24 -0800
|
| 144 |
|
| 145 |
debconf (0.2.90) unstable; urgency=low
|
| 146 |
|
| 147 |
* Fixed dpkg-preconfigure to not use Getopt::Long, so it will work even on
|
| 148 |
the base system it is now a part of.
|
| 149 |
* As a workaround for the dialog lock problem (which seems to be a dialog
|
| 150 |
bug), never use dialog for the text mode menus. Works around: #56518
|
| 151 |
(grave), #57771 (important)
|
| 152 |
|
| 153 |
-- Joey Hess <joeyh@debian.org> Sun, 13 Feb 2000 01:09:11 -0800
|
| 154 |
|
| 155 |
debconf (0.2.89) unstable; urgency=low
|
| 156 |
|
| 157 |
* Use perl's "base" module throughout the code, cutting 2 lines from each
|
| 158 |
module. Due to a bug in the module, I had to throw lots of "use"'s back
|
| 159 |
in, in the case of child modules that had a name that just appeneded to
|
| 160 |
the name of their parent. I have filed a perlbug about that
|
| 161 |
(ID 20000212.001). These additions are marked "# perlbug" so I can grep
|
| 162 |
them back out later.
|
| 163 |
* Warning: I expect this release is very buggy. But that's why you're
|
| 164 |
tracking unstable, right?
|
| 165 |
|
| 166 |
-- Joey Hess <joeyh@debian.org> Sat, 12 Feb 2000 01:51:48 -0800
|
| 167 |
|
| 168 |
debconf (0.2.88) unstable; urgency=low
|
| 169 |
|
| 170 |
* Add templates file, config script, postinst, and posrtm to debconf-tiny,
|
| 171 |
so debconf/priority actually exists. This is necessary so base-config
|
| 172 |
can change the priority if the boot-floppies were installed in verbose or
|
| 173 |
quiet mode. This is a critical bugfix, as it fixes a bug that made newly
|
| 174 |
installed systems unusable.
|
| 175 |
* Added dpkg-preconfigure to debconf-tiny, since this:
|
| 176 |
a) lets debconf-tiny use debconf's postinst unchanged
|
| 177 |
b) is useful in general to have in debconf-tiny
|
| 178 |
* Several k of bloat. Oh well..
|
| 179 |
|
| 180 |
-- Joey Hess <joeyh@debian.org> Wed, 9 Feb 2000 19:49:38 -0800
|
| 181 |
|
| 182 |
debconf (0.2.87) unstable; urgency=low
|
| 183 |
|
| 184 |
* Corrected 2 typos, Closes: #57605
|
| 185 |
* Closes: #57607 -- already fixed.
|
| 186 |
|
| 187 |
-- Joey Hess <joeyh@debian.org> Wed, 9 Feb 2000 00:04:35 -0800
|
| 188 |
|
| 189 |
debconf (0.2.86) unstable; urgency=low
|
| 190 |
|
| 191 |
* Fixed a typo I introduced earlier today.
|
| 192 |
|
| 193 |
-- Joey Hess <joeyh@debian.org> Tue, 8 Feb 2000 20:54:09 -0800
|
| 194 |
|
| 195 |
debconf (0.2.85) unstable; urgency=low
|
| 196 |
|
| 197 |
* Fixed some uninitialized values related to multiselct questions with no
|
| 198 |
defaults.
|
| 199 |
|
| 200 |
-- Joey Hess <joeyh@debian.org> Tue, 8 Feb 2000 20:20:56 -0800
|
| 201 |
|
| 202 |
debconf (0.2.84) unstable; urgency=low
|
| 203 |
|
| 204 |
* Added code to postinst to delete long-obsolete /etc/debconf.cfg
|
| 205 |
|
| 206 |
-- Joey Hess <joeyh@debian.org> Tue, 8 Feb 2000 14:41:13 -0800
|
| 207 |
|
| 208 |
debconf (0.2.83) unstable; urgency=low
|
| 209 |
|
| 210 |
* dpkg-reconfigure: detect perl confmodules properly, by making my regexp
|
| 211 |
match case in-sensitively. This fixes a bug that made dpkg-reconfigure
|
| 212 |
not work at all to reconfigure packages that used ConfModule.pm.
|
| 213 |
* dpkg-reconfigure: assume all config scripts are confmodules, it would be
|
| 214 |
pretty weird for one not to be, and this speeds things up a tiny bit.
|
| 215 |
|
| 216 |
-- Joey Hess <joeyh@debian.org> Tue, 8 Feb 2000 11:37:23 -0800
|
| 217 |
|
| 218 |
debconf (0.2.82) unstable; urgency=low
|
| 219 |
|
| 220 |
* Installed workaround from Joel Klecker to fix the annoying termcap
|
| 221 |
warning from Term::Readline. This does not close these bugs, but it does
|
| 222 |
work around them: #47363, #50286, #50540, #51787, #52052, #53274, #55142,
|
| 223 |
#56987, and #46270
|
| 224 |
|
| 225 |
-- Joey Hess <joeyh@debian.org> Mon, 7 Feb 2000 23:44:26 -0800
|
| 226 |
|
| 227 |
debconf (0.2.81) unstable; urgency=low
|
| 228 |
|
| 229 |
* Added checks for wrong number of parameters in all command_* subs in
|
| 230 |
ConfModule.pm. If the check fails, error 20 is returned (syntax error).
|
| 231 |
|
| 232 |
-- Joey Hess <joeyh@debian.org> Mon, 7 Feb 2000 16:24:27 -0800
|
| 233 |
|
| 234 |
debconf (0.2.80) frozen unstable; urgency=low
|
| 235 |
|
| 236 |
* Adjusted debconf dependancy to perl-5.005, not perl5. As Raphael points
|
| 237 |
out, just dependong on perl5 does not guarentee Data::Dumper is available.
|
| 238 |
Raphael thinks this is a critical bug.
|
| 239 |
* debconf-tiny's dependancy, on the other hand, was already ok.
|
| 240 |
* Binary and source packages no longer contain CVS backup files,
|
| 241 |
Closes: #55860
|
| 242 |
|
| 243 |
-- Joey Hess <joeyh@debian.org> Fri, 21 Jan 2000 11:44:56 -0800
|
| 244 |
|
| 245 |
debconf (0.2.79) frozen unstable; urgency=low
|
| 246 |
|
| 247 |
* dpkg-reconfigure: Now checks each script before running it
|
| 248 |
to see if it is a confmodule, if not, runs it as a normal script,
|
| 249 |
not under the confmodule interface. base-config shows this is necessary,
|
| 250 |
with its non-confmodule postinst. This change is needed in frozen to
|
| 251 |
keep base-config working.
|
| 252 |
* Fixed debconf's oldest bug report, which turned out to be a bug in how
|
| 253 |
IPC::Open3 was being called. It also turns out this bug is tickeled by
|
| 254 |
base-config, since it will be reconfiguredd from inittab, so it turned out
|
| 255 |
to be a critical bug. Closes: #47659
|
| 256 |
* Documented (again) in dpkg-reconfigure.8 that
|
| 257 |
"dpkg-reconfigure --priority=medium debconf" should be used to
|
| 258 |
reconfigure debconf. Closes: #55706
|
| 259 |
|
| 260 |
-- Joey Hess <joeyh@debian.org> Thu, 20 Jan 2000 12:34:30 -0800
|
| 261 |
|
| 262 |
debconf (0.2.78) frozen unstable; urgency=low
|
| 263 |
|
| 264 |
* Woops, I forgot to let the CLEAR command be executed in any of the
|
| 265 |
confmodule libraries!
|
| 266 |
* base-config needs that command, so this must go to frozen.
|
| 267 |
* Fixed an undefiend value warning in Element::Dialog::Password
|
| 268 |
|
| 269 |
-- Joey Hess <joeyh@debian.org> Mon, 17 Jan 2000 16:14:38 -0800
|
| 270 |
|
| 271 |
debconf (0.2.77) frozen unstable; urgency=low
|
| 272 |
|
| 273 |
* debconf proper depends on perl5 (not -base), because some utilities
|
| 274 |
do use Getopt::Long. debconf-tiny continues to just depend on
|
| 275 |
perl-5.005-base, because everything in it will work without debconf.
|
| 276 |
Closes: #55381 (important)
|
| 277 |
* Added --all option to dpkg-reconfigure, for use by the boot-floppies
|
| 278 |
inittab.
|
| 279 |
|
| 280 |
-- Joey Hess <joeyh@debian.org> Sun, 16 Jan 2000 18:11:12 -0800
|
| 281 |
|
| 282 |
debconf (0.2.76) frozen unstable; urgency=low
|
| 283 |
|
| 284 |
* Re-enabled use of _ and . in template fields. Necessary for localaization.
|
| 285 |
|
| 286 |
-- Joey Hess <joeyh@debian.org> Sun, 16 Jan 2000 01:09:28 -0800
|
| 287 |
|
| 288 |
debconf (0.2.75) frozen unstable; urgency=low
|
| 289 |
|
| 290 |
* Corrected a bug in noninteractive select elements. Amoung other things,
|
| 291 |
this bug broke apt-setup in base-config (so it is a critical bug, yada,
|
| 292 |
yada). I believe this also Closes: #55036
|
| 293 |
|
| 294 |
-- Joey Hess <joeyh@debian.org> Sat, 15 Jan 2000 20:38:33 -0800
|
| 295 |
|
| 296 |
debconf (0.2.74) frozen unstable; urgency=low
|
| 297 |
|
| 298 |
* I guess these changes are necessary to make debconf usable for people
|
| 299 |
who use locales, so this should _probably_ go into frozen.
|
| 300 |
* Switched over to using perl's setlocale() function to determine the
|
| 301 |
current locale. This means that locale aliases work, and that users
|
| 302 |
who have a locale like 'es_ES.ISO-8859-1' see all the es_ES messages.
|
| 303 |
* Added one level of locale fallback: for example, it looks for 'es'
|
| 304 |
messages too in the case above.
|
| 305 |
|
| 306 |
-- Joey Hess <joeyh@debian.org> Sat, 15 Jan 2000 02:20:39 -0800
|
| 307 |
|
| 308 |
debconf (0.2.73) frozen unstable; urgency=low
|
| 309 |
|
| 310 |
* Make dpkg-reconfigure work inside a base system that has no Getopt::Long.
|
| 311 |
This is critical to get into potato, because base-config has to be
|
| 312 |
dpkg-reconfigure'd on initial reboot to set the root password and so on.
|
| 313 |
* Really make dialog frontend default. I thought I did this 8 versions
|
| 314 |
back..
|
| 315 |
* Medium priority is now default.
|
| 316 |
* Probably fixed bug #55174, but who knows, I cannot reproduce it anyway.
|
| 317 |
|
| 318 |
-- Joey Hess <joeyh@debian.org> Fri, 14 Jan 2000 20:20:44 -0800
|
| 319 |
|
| 320 |
debconf (0.2.72) unstable; urgency=low
|
| 321 |
|
| 322 |
* Renamed dpkg-preconfig to dpkg-preconfigure, for consistency.
|
| 323 |
Closes: #53893
|
| 324 |
* Moved dpkg-preconfigure and dpkg-reconfigure to /usr/sbin.
|
| 325 |
|
| 326 |
-- Joey Hess <joeyh@debian.org> Thu, 13 Jan 2000 12:55:10 -0800
|
| 327 |
|
| 328 |
debconf (0.2.71) unstable; urgency=low
|
| 329 |
|
| 330 |
* Sped up and simplified language code.
|
| 331 |
* Fixed dpkg-preconfigure to not re-show old questions when running in apt
|
| 332 |
mode (oops!)
|
| 333 |
|
| 334 |
-- Joey Hess <joeyh@debian.org> Mon, 10 Jan 2000 18:01:34 -0800
|
| 335 |
|
| 336 |
debconf (0.2.70) unstable; urgency=low
|
| 337 |
|
| 338 |
* '_' and '.' can now appear in fields names in templates. Necessary for
|
| 339 |
some localization.. If you use them in a field name, you had better
|
| 340 |
depend on this version; earlier ones will die if they see such a thing.
|
| 341 |
* Fixed a logic error that broke debconf if you had LC_ALL or LANG set,
|
| 342 |
Closes: #54615, #54638, #54655
|
| 343 |
|
| 344 |
-- Joey Hess <joeyh@debian.org> Sun, 9 Jan 2000 14:03:31 -0800
|
| 345 |
|
| 346 |
debconf (0.2.69) unstable; urgency=low
|
| 347 |
|
| 348 |
* Debconf is not yet internationalized itself, but the data it reads in
|
| 349 |
from templates now may be.
|
| 350 |
* Documented what else I need to do toward i18n in the TODO.
|
| 351 |
* Client::ConfModule detects newline in text it is going to send out,
|
| 352 |
and warns about them. This after the pain of debugging what a spare \n
|
| 353 |
can do to the protocol..
|
| 354 |
|
| 355 |
-- Joey Hess <joeyh@debian.org> Sat, 8 Jan 2000 17:41:11 -0800
|
| 356 |
|
| 357 |
debconf (0.2.68) unstable; urgency=low
|
| 358 |
|
| 359 |
* Documented DEBCONF_DEBUG, Closes: #54434
|
| 360 |
* Don't show "none of the above" choice in text frontend's select element.
|
| 361 |
It is only supposed to be in multiselect elements.
|
| 362 |
* A few more bug reports that were fixed 2 versions ago should be closed.
|
| 363 |
Closes: #54459, #54462, #54429, #54393, #54443, #54400
|
| 364 |
|
| 365 |
-- Joey Hess <joeyh@debian.org> Sat, 8 Jan 2000 14:19:33 -0800
|
| 366 |
|
| 367 |
debconf (0.2.67) unstable; urgency=low
|
| 368 |
|
| 369 |
* When the back button is hit, clear the buffer of all questions.
|
| 370 |
Fixes some truely confusing behavior.
|
| 371 |
|
| 372 |
-- Joey Hess <joeyh@debian.org> Fri, 7 Jan 2000 18:55:39 -0800
|
| 373 |
|
| 374 |
debconf (0.2.66) unstable; urgency=low
|
| 375 |
|
| 376 |
* Fixed type that was making a sbin file, Closes: #0.2.65
|
| 377 |
|
| 378 |
-- Joey Hess <joeyh@debian.org> Fri, 7 Jan 2000 15:34:56 -0800
|
| 379 |
|
| 380 |
debconf (0.2.65) unstable; urgency=low
|
| 381 |
|
| 382 |
* Add dpkg-reconfigure to debconf-tiny.
|
| 383 |
|
| 384 |
-- Joey Hess <joeyh@debian.org> Fri, 7 Jan 2000 01:09:33 -0800
|
| 385 |
|
| 386 |
debconf (0.2.64) unstable; urgency=low
|
| 387 |
|
| 388 |
* Changed default frontend (again), back to the dialog frontend. I can't
|
| 389 |
really make my mind up on this, but my reasoning for using dialog is that
|
| 390 |
debconf-tiny is going to be used by several packages on a fresh install,
|
| 391 |
so the user is going to see some debconf dialog stuff right from the
|
| 392 |
start. Changing to text half-way through is liable to be confusing.
|
| 393 |
|
| 394 |
-- Joey Hess <joeyh@debian.org> Thu, 6 Jan 2000 23:24:55 -0800
|
| 395 |
|
| 396 |
debconf (0.2.63) unstable; urgency=low
|
| 397 |
|
| 398 |
* Removed apt-setup; it is in base-config now.
|
| 399 |
* Minor README change.
|
| 400 |
* Now build-depends on sgml-data, to follow the bouncing xml.dcl.
|
| 401 |
* In fact, I have to change things to use a new name and path for that
|
| 402 |
file too.
|
| 403 |
* Really fixed that typo.
|
| 404 |
|
| 405 |
-- Joey Hess <joeyh@debian.org> Thu, 6 Jan 2000 20:32:15 -0800
|
| 406 |
|
| 407 |
debconf (0.2.62) unstable; urgency=low
|
| 408 |
|
| 409 |
* Typo fix, Closes: #54205
|
| 410 |
|
| 411 |
-- Joey Hess <joeyh@debian.org> Thu, 6 Jan 2000 11:53:14 -0800
|
| 412 |
|
| 413 |
debconf (0.2.61) unstable; urgency=low
|
| 414 |
|
| 415 |
* When dpkg-preconfig is run from apt, it turns off showing of old
|
| 416 |
questions. That remains turned off until all preconfiguration is complete.
|
| 417 |
The effect is that you can now configure debconf to re-show old questions,
|
| 418 |
and not have to suffer through seeing all the old questions twice. If
|
| 419 |
you turned off showing of old questions because seeing questions twice was
|
| 420 |
annoying, you may want to turn it back on now.
|
| 421 |
|
| 422 |
-- Joey Hess <joeyh@debian.org> Wed, 5 Jan 2000 22:51:45 -0800
|
| 423 |
|
| 424 |
debconf (0.2.60) unstable; urgency=low
|
| 425 |
|
| 426 |
* Client/frontend: the templates filename guessing has been a bit broken
|
| 427 |
in one case. I've fixed that now, Closes: #53730. Happy GNU year!
|
| 428 |
|
| 429 |
-- Joey Hess <joeyh@debian.org> Fri, 31 Dec 1999 16:10:07 -0800
|
| 430 |
|
| 431 |
debconf (0.2.59) unstable; urgency=low
|
| 432 |
|
| 433 |
* Don't use lib. Closes: #53316
|
| 434 |
|
| 435 |
-- Joey Hess <joeyh@debian.org> Thu, 23 Dec 1999 12:50:50 -0800
|
| 436 |
|
| 437 |
debconf (0.2.58) unstable; urgency=low
|
| 438 |
|
| 439 |
* Now just depends on perl-5.005-base (of sufficiently recent version),
|
| 440 |
since that package now contains everything I need. (Closes: #53186)
|
| 441 |
* Client/frontend: Look for templates in /usr/share/debconf/templates/
|
| 442 |
as well as the current directory. Useful for stadalone programs that
|
| 443 |
use debconf.
|
| 444 |
* Include apt-setup in debconf and debconf-tiny for now, since the base
|
| 445 |
system needs them available *now*. This is not the right long-term
|
| 446 |
location, though. Closes: #53187 (Adam, you want to run
|
| 447 |
"/usr/sbin/apt-setup probe")
|
| 448 |
|
| 449 |
-- Joey Hess <joeyh@debian.org> Mon, 20 Dec 1999 21:31:50 -0800
|
| 450 |
|
| 451 |
debconf (0.2.57) unstable; urgency=low
|
| 452 |
|
| 453 |
* Tightened up the perl dependancies. I think the previous looser
|
| 454 |
dependancies might have caused a problem.
|
| 455 |
|
| 456 |
-- Joey Hess <joeyh@debian.org> Mon, 20 Dec 1999 16:53:22 -0800
|
| 457 |
|
| 458 |
debconf (0.2.56) unstable; urgency=low
|
| 459 |
|
| 460 |
* Depend on the version of fileutils that supported
|
| 461 |
--ignore-fail-on-non-empty, Closes: #52746 (should that bug really have
|
| 462 |
been grave? It could only be triggered if you installed debconf w/o
|
| 463 |
upgrading to potato fileutils, and then purged it.)
|
| 464 |
* Despite what the bug report says, the postinst has never ran rmdir.
|
| 465 |
|
| 466 |
-- Joey Hess <joeyh@debian.org> Mon, 20 Dec 1999 16:53:20 -0800
|
| 467 |
|
| 468 |
debconf (0.2.55) unstable; urgency=low
|
| 469 |
|
| 470 |
* Added to the tutorial.
|
| 471 |
|
| 472 |
-- Joey Hess <joeyh@debian.org> Mon, 13 Dec 1999 13:42:39 -0800
|
| 473 |
|
| 474 |
debconf (0.2.54) unstable; urgency=low
|
| 475 |
|
| 476 |
* In the dialog frontend, do not pass the default password to dialog. This
|
| 477 |
is a security hole, and besides it's very confusing since dialog doesn't
|
| 478 |
display the passowrd, and the user might inaverdently append to it.
|
| 479 |
|
| 480 |
-- Joey Hess <joeyh@debian.org> Fri, 10 Dec 1999 19:09:13 -0800
|
| 481 |
|
| 482 |
debconf (0.2.53) unstable; urgency=low
|
| 483 |
|
| 484 |
* "Cancel" (or hitting escape) in the dialog frontend is now interpreted
|
| 485 |
to mean back up a step. Not quite intuitive, but it is the bast thing I
|
| 486 |
can do with a cancel button, and I need the ability to backup.
|
| 487 |
Closes: #51887
|
| 488 |
* Reworked how question values are set. This is now done in FrontEnd::go(),
|
| 489 |
instead of in each Element's show() method.
|
| 490 |
|
| 491 |
-- Joey Hess <joeyh@debian.org> Fri, 10 Dec 1999 14:27:49 -0800
|
| 492 |
|
| 493 |
debconf (0.2.52) unstable; urgency=low
|
| 494 |
|
| 495 |
* Debconf install now asks if you want to preconfigure packages, and
|
| 496 |
if you answer no, does not add/removes call to dpkg-preconfig in apt.conf.
|
| 497 |
* Changed user's guide to match.
|
| 498 |
* dpkg-reconfigure runs the postrm now. It's also substantially smaller.
|
| 499 |
|
| 500 |
-- Joey Hess <joeyh@debian.org> Mon, 6 Dec 1999 14:26:26 -0800
|
| 501 |
|
| 502 |
debconf (0.2.51) unstable; urgency=low
|
| 503 |
|
| 504 |
* Made noninteractive frontend really silent. Closes: #51952
|
| 505 |
* Corrected debconf-tiny's conflicts.
|
| 506 |
* Autoselect can now have loops in the frontends it tries, it is smart
|
| 507 |
enough to break the loops. This lets the text frontend fallback to the
|
| 508 |
Dialog frontend. Since that is the only frontend in debconf-tiny,
|
| 509 |
this is required to make it use the dialog frontend.
|
| 510 |
|
| 511 |
-- Joey Hess <joeyh@debian.org> Mon, 6 Dec 1999 13:49:16 -0800
|
| 512 |
|
| 513 |
debconf (0.2.50) unstable; urgency=low
|
| 514 |
|
| 515 |
* Needs a versioned debhelper dependency.
|
| 516 |
|
| 517 |
-- Joey Hess <joeyh@debian.org> Sat, 4 Dec 1999 12:57:39 -0800
|
| 518 |
|
| 519 |
debconf (0.2.49) unstable; urgency=low
|
| 520 |
|
| 521 |
* Build-Depends on docbook-stylesheets, which are needed to make the xml
|
| 522 |
docs be formatted decently.
|
| 523 |
|
| 524 |
-- Joey Hess <joeyh@debian.org> Fri, 3 Dec 1999 19:35:41 -0800
|
| 525 |
|
| 526 |
debconf (0.2.48) unstable; urgency=low
|
| 527 |
|
| 528 |
* Added comment to apt.conf that the line was added by debconf,
|
| 529 |
Closes: #51720
|
| 530 |
|
| 531 |
-- Joey Hess <joeyh@debian.org> Thu, 2 Dec 1999 13:14:56 -0800
|
| 532 |
|
| 533 |
debconf (0.2.47) unstable; urgency=low
|
| 534 |
|
| 535 |
* Element/Dialog/String.pm: Fixed a thinko that is causing the warning
|
| 536 |
messages reported in bug #51561.
|
| 537 |
|
| 538 |
-- Joey Hess <joeyh@debian.org> Mon, 29 Nov 1999 12:45:26 -0800
|
| 539 |
|
| 540 |
debconf (0.2.46) unstable; urgency=low
|
| 541 |
|
| 542 |
* Changed tutorial docs of version command. Clients are not stricly
|
| 543 |
required to pass a version number into it.
|
| 544 |
* Removed warning message if a client does not pass in a version,
|
| 545 |
Closes: #51431
|
| 546 |
* Added build dependancy info.
|
| 547 |
|
| 548 |
-- Joey Hess <joeyh@debian.org> Sat, 27 Nov 1999 20:36:51 -0800
|
| 549 |
|
| 550 |
debconf (0.2.45) unstable; urgency=low
|
| 551 |
|
| 552 |
* Discovered dialog's --separate-output parameter, and use it for
|
| 553 |
multiselect boxes, since it simplfies parsing.
|
| 554 |
|
| 555 |
-- Joey Hess <joeyh@debian.org> Wed, 24 Nov 1999 10:52:03 -0800
|
| 556 |
|
| 557 |
debconf (0.2.44) unstable; urgency=low
|
| 558 |
|
| 559 |
* w3m -dump works again, so use it.
|
| 560 |
|
| 561 |
-- Joey Hess <joeyh@debian.org> Mon, 22 Nov 1999 15:48:20 -0800
|
| 562 |
|
| 563 |
debconf (0.2.43) unstable; urgency=low
|
| 564 |
|
| 565 |
* dpkg-preconfig: modified regexp to work under perl 5.004
|
| 566 |
(Closes: #50854, #50880)
|
| 567 |
|
| 568 |
-- Joey Hess <joeyh@debian.org> Sun, 21 Nov 1999 13:36:37 -0800
|
| 569 |
|
| 570 |
debconf (0.2.42) unstable; urgency=low
|
| 571 |
|
| 572 |
* Improved abbreviation finding algorythm for text select elements.
|
| 573 |
* Cleaned up the show method of Element::Text::Select.
|
| 574 |
* Element::Text::MultiSelect can now inherit from Element::Text::Select,
|
| 575 |
making it much shorter.
|
| 576 |
|
| 577 |
-- Joey Hess <joeyh@debian.org> Sat, 20 Nov 1999 18:22:09 -0800
|
| 578 |
|
| 579 |
debconf (0.2.41) unstable; urgency=low
|
| 580 |
|
| 581 |
* Changed how text frontend's select element indicates which choice is
|
| 582 |
default. It can now indicate when numbers are the default. Closes: #50751
|
| 583 |
* Detect if libterm-readline-*-perl is being used. If so, allow
|
| 584 |
interactive editing of the default, since that is supported. If not,
|
| 585 |
display the default as part of the prompt. This makes things more
|
| 586 |
consistent overall.
|
| 587 |
* Added 'none of the above' option to [multi]select elements, so if you
|
| 588 |
don't have libterm-readline-*-perl, you can still override the default
|
| 589 |
and choose nothing. Unfortunatly, I still don't see a way to do that with
|
| 590 |
string input elements..
|
| 591 |
* Since w3m is currently broken, dump pages with lynx for now.
|
| 592 |
|
| 593 |
-- Joey Hess <joeyh@debian.org> Sat, 20 Nov 1999 14:08:55 -0800
|
| 594 |
|
| 595 |
debconf (0.2.40) unstable; urgency=low
|
| 596 |
|
| 597 |
* dpkg-preconfig: Do a basic dependancy check before attempting to
|
| 598 |
preconfigure a package. If the package depends on a newer version of
|
| 599 |
debconf than is installed, do not preconfigure. (Closes: #50411, #50236)
|
| 600 |
Should prevent any further breakages of the type we've seen before.
|
| 601 |
* doc/tutorial.xml: If you use the multiselect data type, you should depend
|
| 602 |
on debconf 0.2.26.
|
| 603 |
* Version.pm: Added, to store the debconf version.
|
| 604 |
|
| 605 |
-- Joey Hess <joeyh@debian.org> Fri, 19 Nov 1999 13:16:16 -0800
|
| 606 |
|
| 607 |
debconf (0.2.38) unstable; urgency=low
|
| 608 |
|
| 609 |
* When processing what dialog returns after showing a multiselct, there
|
| 610 |
may be trailing space after the last double quote. Nodified to handle
|
| 611 |
that, Closes: #50471
|
| 612 |
|
| 613 |
-- Joey Hess <joeyh@debian.org> Wed, 17 Nov 1999 15:58:38 -0800
|
| 614 |
|
| 615 |
debconf (0.2.37) unstable; urgency=low
|
| 616 |
|
| 617 |
* Client/frontend: be less aggressive when trying to guess a template
|
| 618 |
filename. Fixes sslwrap purge problem.
|
| 619 |
|
| 620 |
-- Joey Hess <joeyh@debian.org> Wed, 17 Nov 1999 14:55:59 -0800
|
| 621 |
|
| 622 |
debconf (0.2.36) unstable; urgency=low
|
| 623 |
|
| 624 |
* I've been persuaded that the Text frontend is the best default for
|
| 625 |
new installs. This doesn't change the default for people who already
|
| 626 |
have debconf installed.
|
| 627 |
|
| 628 |
-- Joey Hess <joeyh@debian.org> Tue, 16 Nov 1999 16:12:04 -0800
|
| 629 |
|
| 630 |
debconf (0.2.35) unstable; urgency=low
|
| 631 |
|
| 632 |
* Update database files atomically, should fix the isolated empty db files
|
| 633 |
that have been reported twice now.
|
| 634 |
|
| 635 |
-- Joey Hess <joeyh@debian.org> Tue, 16 Nov 1999 13:47:31 -0800
|
| 636 |
|
| 637 |
debconf (0.2.34) unstable; urgency=low
|
| 638 |
|
| 639 |
* Fixed 3 bugs reports that will get filed in the next 36 hours. The
|
| 640 |
debconf bug betting pool is now open -- how many times will this be
|
| 641 |
reported now that it's been fixed? :-p
|
| 642 |
* Specifically, now that ConfModule doesn't send a return code for STOP,
|
| 643 |
frontends can't try to read such a return code, or they hang.
|
| 644 |
|
| 645 |
-- Joey Hess <joeyh@debian.org> Mon, 15 Nov 1999 20:04:16 -0800
|
| 646 |
|
| 647 |
debconf (0.2.33) unstable; urgency=low
|
| 648 |
|
| 649 |
* Debconf scripts now automatically load their templates when they are
|
| 650 |
invoked manually, if the .templates file is present in the same directory.
|
| 651 |
* This makes debconf-loadtemplate basically obsolete, so I have removed it.
|
| 652 |
* This means there is no need for a special test.pl in the source package.
|
| 653 |
* And this also means it's now a lot easier to debug config scripts before
|
| 654 |
putting them in a package. Documented this in the tutorial.
|
| 655 |
* Feh, I have to keep the debconf-tiny changelog in sync with this one,
|
| 656 |
or the package version isn't updated. Debhelper is too smart for its
|
| 657 |
own good. Hacked around it. (If other people have this problem, I can
|
| 658 |
add a flag to debhelper to handle this better..)
|
| 659 |
* Documented everywhere that when reconfiguring debconf, --priority=medium
|
| 660 |
is a good idea. Closes: #50225
|
| 661 |
|
| 662 |
-- Joey Hess <joeyh@debian.org> Mon, 15 Nov 1999 09:46:22 -0800
|
| 663 |
|
| 664 |
debconf (0.2.32) unstable; urgency=low
|
| 665 |
|
| 666 |
* Added a debconf-tiny package, which is a very stripped down debconf to be
|
| 667 |
used on the base system. Debconf itself is 117+k, mainly because of all
|
| 668 |
the frontends and docs. To make debconf-tiny, I:
|
| 669 |
- removed all docs
|
| 670 |
- removed all frontends except dialog and noninteractive
|
| 671 |
- removed most stuff in /usr/bin
|
| 672 |
- stripped out all POD docs and regular comments from all perl modules
|
| 673 |
- All this got the package down to 27k compressed. 14k compressed of that
|
| 674 |
was this changelog (It's all the fault of long changelog entries like
|
| 675 |
this one!)
|
| 676 |
- So, I started a new changelog for debconf-tiny, in which I will record
|
| 677 |
changes specific to it. debconf-tiny is now 12k.
|
| 678 |
* Removed /etc from package.
|
| 679 |
|
| 680 |
-- Joey Hess <joeyh@debian.org> Sun, 14 Nov 1999 17:08:58 -0800
|
| 681 |
|
| 682 |
debconf (0.2.31) unstable; urgency=low
|
| 683 |
|
| 684 |
* Always returns "mulitselect" as one of it's capabilities now.
|
| 685 |
This was added because people need a way for their packages, when
|
| 686 |
preconfigured, to check to see if they have a new enough version of
|
| 687 |
debconf to ask a multiselect question.
|
| 688 |
* The better, long term fix is basic dependancy checking in
|
| 689 |
dpkg-preconfig, and that is now the top of my todo list.
|
| 690 |
|
| 691 |
-- Joey Hess <joeyh@debian.org> Sun, 14 Nov 1999 13:58:13 -0800
|
| 692 |
|
| 693 |
debconf (0.2.30) unstable; urgency=low
|
| 694 |
|
| 695 |
* STOP cannot return a success code, since in all likelyhood, the pipe it
|
| 696 |
would try to write it to is broken. (Closes: #49856, #49946)
|
| 697 |
* debug messages are now prioritized, DEBCONF_DEBUG can be set to 1 to see
|
| 698 |
some, 2 for more, etc.
|
| 699 |
|
| 700 |
-- Joey Hess <joeyh@debian.org> Sat, 13 Nov 1999 19:40:50 -0800
|
| 701 |
|
| 702 |
debconf (0.2.29) unstable; urgency=low
|
| 703 |
|
| 704 |
* dpkg-preconfig now clears it's progress meter when done, like apt
|
| 705 |
does now.
|
| 706 |
* Fixed a possible infinite recursion in the text frontend, if you
|
| 707 |
use it on an absurdly small screen. (It tried to display the title,
|
| 708 |
had to paginate it, went to display [More], and first decided
|
| 709 |
to display the title...)
|
| 710 |
* With doogie's help, simplified Client/confmodule a bit.
|
| 711 |
|
| 712 |
-- Joey Hess <joeyh@debian.org> Fri, 12 Nov 1999 15:38:11 -0800
|
| 713 |
|
| 714 |
debconf (0.2.28) unstable; urgency=low
|
| 715 |
|
| 716 |
* Added a Debconf user's guide.
|
| 717 |
* Cleaned up the doc Makefile.
|
| 718 |
|
| 719 |
-- Joey Hess <joeyh@debian.org> Fri, 12 Nov 1999 01:06:19 -0800
|
| 720 |
|
| 721 |
debconf (0.2.27) unstable; urgency=low
|
| 722 |
|
| 723 |
* Corrected Client::ConfModule to return the right thing when one of its
|
| 724 |
functions is called in scalar context. It was returning the result code
|
| 725 |
by mistake, now it returns the value, like it is documented to do.
|
| 726 |
|
| 727 |
-- Joey Hess <joeyh@debian.org> Thu, 11 Nov 1999 21:18:40 -0800
|
| 728 |
|
| 729 |
debconf (0.2.26) unstable; urgency=low
|
| 730 |
|
| 731 |
* Added multiselect data type.
|
| 732 |
* Wrote input elements for this type for all frontends except the Gtk
|
| 733 |
frontend. The Gtk frontend needs a bit of a redesign before it can
|
| 734 |
handle this, I think.
|
| 735 |
* Made dpkg-preconfig properly accept -f and --frontend, Closes: #49920
|
| 736 |
|
| 737 |
-- Joey Hess <joeyh@debian.org> Thu, 11 Nov 1999 12:30:39 -0800
|
| 738 |
|
| 739 |
debconf (0.2.25) unstable; urgency=low
|
| 740 |
|
| 741 |
* Removed gtk frontend from list of frontends. If you already have it
|
| 742 |
selected, you can continue using it, but I'm sick of people filing bugs
|
| 743 |
on it who didn't bother to read the note that said it had known problems
|
| 744 |
and should not be used.
|
| 745 |
* dpkg-reconfigure now doesn't do anything if it's told to reconfigure
|
| 746 |
packages that lack a config script. This makes it not fail on packages
|
| 747 |
that don't use debconf, though it is just a no-op with them.
|
| 748 |
Closes: #48190
|
| 749 |
|
| 750 |
-- Joey Hess <joeyh@debian.org> Wed, 10 Nov 1999 17:15:04 -0800
|
| 751 |
|
| 752 |
debconf (0.2.24) unstable; urgency=low
|
| 753 |
|
| 754 |
* Fixed the stty error messages, and screen size detection should work
|
| 755 |
again. For some reason I had to make stty use /dev/tty for stdin, plain
|
| 756 |
default stdin doesn't work when dpkg-preconfig is being run by apt.
|
| 757 |
* Change undefined values to '' when starting confmodules, Closes: #49797
|
| 758 |
* Fixed web frontend to never display empty forms.
|
| 759 |
|
| 760 |
-- Joey Hess <joeyh@debian.org> Wed, 10 Nov 1999 15:29:53 -0800
|
| 761 |
|
| 762 |
debconf (0.2.23) unstable; urgency=low
|
| 763 |
|
| 764 |
* Added sane defaults if stty -a fails. (Closes: a whole slew of bug
|
| 765 |
reports people will file over the next 2 days. :-P)
|
| 766 |
|
| 767 |
-- Joey Hess <joeyh@debian.org> Wed, 10 Nov 1999 15:00:16 -0800
|
| 768 |
|
| 769 |
debconf (0.2.22) unstable; urgency=low
|
| 770 |
|
| 771 |
* The noninteractive frontend now mails notes to root.
|
| 772 |
* Reworked the mechanism that makes select questions always set
|
| 773 |
their value when they are INPUT, even if they arn't really displayed,
|
| 774 |
to be much cleaner: This is now handled by the noninteractive select
|
| 775 |
element.
|
| 776 |
* Reworked how Elements are created to use eval, which kills the
|
| 777 |
duplicated makelement() code in all the FrontEnds.
|
| 778 |
|
| 779 |
-- Joey Hess <joeyh@debian.org> Tue, 9 Nov 1999 21:10:26 -0800
|
| 780 |
|
| 781 |
debconf (0.2.21) unstable; urgency=low
|
| 782 |
|
| 783 |
* frontend now works if run from something other than dpkg. Closes: #49449
|
| 784 |
* Created a new Tty frontend to serve as a base class for Dialog and Text.
|
| 785 |
It detects screen resizes. Made it the parent of Dialog and Text,
|
| 786 |
and they now also detect screen resizes. Debconf in a 30x5 xterm is
|
| 787 |
beautiful!
|
| 788 |
|
| 789 |
-- Joey Hess <joeyh@debian.org> Tue, 9 Nov 1999 16:12:38 -0800
|
| 790 |
|
| 791 |
debconf (0.2.20) unstable; urgency=low
|
| 792 |
|
| 793 |
* Fixed the text frontend to not lower-case choices in a select list.
|
| 794 |
(Closes: #49650)
|
| 795 |
|
| 796 |
-- Joey Hess <joeyh@debian.org> Tue, 9 Nov 1999 15:18:15 -0800
|
| 797 |
|
| 798 |
debconf (0.2.19) unstable; urgency=low
|
| 799 |
|
| 800 |
* People just don't seem to get it -- NEVER use dh_input in a postinst!
|
| 801 |
Tightened up the language about that in the tutorial, and repeated my
|
| 802 |
self in several places in the hope people will read at least one of them.
|
| 803 |
* Eliminated use of Fcntl, one of the modules that made us depend on perl.
|
| 804 |
* Deleted the copy of the spec that was local to this document. The
|
| 805 |
configuration management spec is now available as an xml document, in
|
| 806 |
Debian CVS. For convenience, debconf includes that document now.
|
| 807 |
|
| 808 |
-- Joey Hess <joeyh@debian.org> Sun, 7 Nov 1999 17:34:02 -0800
|
| 809 |
|
| 810 |
debconf (0.2.18) unstable; urgency=low
|
| 811 |
|
| 812 |
* Spelling fixes, Closes: #49587
|
| 813 |
* Documented on each man page that talks about --frontend, how the
|
| 814 |
frontend can be permanently changed. Closes: #49537
|
| 815 |
* Don't crash if told to remove a nonexistant question.
|
| 816 |
* Rationalized debug and warning message printing.
|
| 817 |
|
| 818 |
-- Joey Hess <joeyh@debian.org> Mon, 8 Nov 1999 11:56:07 -0800
|
| 819 |
|
| 820 |
debconf (0.2.17) unstable; urgency=low
|
| 821 |
|
| 822 |
* So it is possible to use debconf from the preinst of a package, after
|
| 823 |
all. Added sundry nasty hacks to make it work. (Also talked with BenC
|
| 824 |
and Wichert about doing this right in dpkg.)
|
| 825 |
* When a package is installed for the first time, the config script now
|
| 826 |
gets "" as its second parameter, as it should.
|
| 827 |
* ConfModule.pm now just execs a frontend, instead of turning into one. Not
|
| 828 |
quite as cool, but a lot easier to maintain.
|
| 829 |
|
| 830 |
-- Joey Hess <joeyh@debian.org> Fri, 5 Nov 1999 12:36:13 -0800
|
| 831 |
|
| 832 |
debconf (0.2.16) unstable; urgency=low
|
| 833 |
|
| 834 |
* Made frontend fallback message less scary.
|
| 835 |
* Split the template data out of the main debconf database and into
|
| 836 |
templates.db. This reduces the chances of it getting corrupted.
|
| 837 |
|
| 838 |
-- Joey Hess <joeyh@debian.org> Fri, 5 Nov 1999 11:19:49 -0800
|
| 839 |
|
| 840 |
debconf (0.2.15) unstable; urgency=low
|
| 841 |
|
| 842 |
* The last changelog lies: it's actually not possible to do any debconf
|
| 843 |
stuff in a preinst. The templates arn't available then.
|
| 844 |
* Documented this, until someone comes up with a workaround.
|
| 845 |
|
| 846 |
-- Joey Hess <joeyh@debian.org> Thu, 4 Nov 1999 11:31:28 -0800
|
| 847 |
|
| 848 |
debconf (0.2.14) unstable; urgency=low
|
| 849 |
|
| 850 |
* I found that the currently installed version of the package was being
|
| 851 |
passed to the config script if the package was just installed with dpkg
|
| 852 |
and not preconfiged. Fixed.
|
| 853 |
* If a preinst sources confmodule, the config script will be run.
|
| 854 |
Needed for packages like ssh that need to ask questions before install
|
| 855 |
time always.
|
| 856 |
|
| 857 |
-- Joey Hess <joeyh@debian.org> Wed, 3 Nov 1999 15:22:17 -0800
|
| 858 |
|
| 859 |
debconf (0.2.13) unstable; urgency=low
|
| 860 |
|
| 861 |
* Patchs from Fumitoshi UKAI <ukai@ukai.org> to:
|
| 862 |
- fix typo that was breaking gtk frontend, Closes: #49074, #49076
|
| 863 |
- call set_locale so gtk frontend can display text in any language,
|
| 864 |
Closes: #49075
|
| 865 |
|
| 866 |
-- Joey Hess <joeyh@debian.org> Wed, 3 Nov 1999 12:26:45 -0800
|
| 867 |
|
| 868 |
debconf (0.2.12) unstable; urgency=low
|
| 869 |
|
| 870 |
* dpkg-preconfig is now more robust: If a config script fails, it
|
| 871 |
outputs an error message, but continues so as much as possible of the
|
| 872 |
install can still complete.
|
| 873 |
|
| 874 |
-- Joey Hess <joeyh@debian.org> Tue, 2 Nov 1999 13:08:07 -0800
|
| 875 |
|
| 876 |
debconf (0.2.11) unstable; urgency=low
|
| 877 |
|
| 878 |
* Fixed spelling error, Closes: #49032, which was filed on base for
|
| 879 |
unfathomable reasons.
|
| 880 |
|
| 881 |
-- Joey Hess <joeyh@debian.org> Tue, 2 Nov 1999 12:47:39 -0800
|
| 882 |
|
| 883 |
debconf (0.2.10) unstable; urgency=low
|
| 884 |
|
| 885 |
* For some reason, jade was inserting ' ' into generated html, which
|
| 886 |
looks nasty in w3m. Fixed that, and also use w3m to dump html to text
|
| 887 |
now, so tables are legible.
|
| 888 |
|
| 889 |
-- Joey Hess <joeyh@debian.org> Mon, 1 Nov 1999 16:55:15 -0800
|
| 890 |
|
| 891 |
debconf (0.2.9) unstable; urgency=low
|
| 892 |
|
| 893 |
* Squashed a ConfModule startup warning.
|
| 894 |
* Removed an implicit apt dependancy.
|
| 895 |
* _Really_ fixed problem with newline after owner. Tested and retested
|
| 896 |
this time. Closes: #48450
|
| 897 |
|
| 898 |
-- Joey Hess <joeyh@debian.org> Mon, 1 Nov 1999 12:45:54 -0800
|
| 899 |
|
| 900 |
debconf (0.2.8) unstable; urgency=low
|
| 901 |
|
| 902 |
* Fixed xml stylesheet to include legalnotice.
|
| 903 |
* Fixed a stupid error that was making parameters never get passed into
|
| 904 |
confmodules. Closes: #48824, #48853
|
| 905 |
* Closes: 47458 (been fixed for a while)
|
| 906 |
|
| 907 |
-- Joey Hess <joeyh@debian.org> Mon, 1 Nov 1999 11:31:28 -0800
|
| 908 |
|
| 909 |
debconf (0.2.7) unstable; urgency=low
|
| 910 |
|
| 911 |
* Select Elements are not shown if they have less than 2 choices. However,
|
| 912 |
for conistency, even if not shown, the value of the Question they represent
|
| 913 |
is changed as if they were shown.
|
| 914 |
|
| 915 |
-- Joey Hess <joeyh@debian.org> Sun, 31 Oct 1999 21:28:40 -0800
|
| 916 |
|
| 917 |
debconf (0.2.6) unstable; urgency=low
|
| 918 |
|
| 919 |
* Expanded and fixed up the Debian::DebConf::Client::ConfModule.2pm
|
| 920 |
man page. Closes: #48809
|
| 921 |
* Moved that man page to man section 3. Closes: #48810
|
| 922 |
* Corrected Question->value to return undef if there is no default set.
|
| 923 |
This Closes: #48829, and is the right thing to do. It does, however,
|
| 924 |
break slews of debconf code that never expected to get an undef there.
|
| 925 |
So I dug around and fixed it all, I think.
|
| 926 |
* Fixed entering of '0' into text box in dialog frontend, which was broken.
|
| 927 |
|
| 928 |
-- Joey Hess <joeyh@debian.org> Sun, 31 Oct 1999 12:11:44 -0800
|
| 929 |
|
| 930 |
debconf (0.2.5) unstable; urgency=low
|
| 931 |
|
| 932 |
* Removed stupid debugging code. (oops)
|
| 933 |
|
| 934 |
-- Joey Hess <joeyh@debian.org> Sat, 30 Oct 1999 22:38:59 -0700
|
| 935 |
|
| 936 |
debconf (0.2.4) unstable; urgency=low
|
| 937 |
|
| 938 |
* Just for Culus, sped up dpkg-preconfig by a factor of 3.
|
| 939 |
|
| 940 |
-- Joey Hess <joeyh@debian.org> Sat, 30 Oct 1999 20:26:29 -0700
|
| 941 |
|
| 942 |
debconf (0.2.3) unstable; urgency=low
|
| 943 |
|
| 944 |
* Fixed confmodule.sh reentrancy bug again.
|
| 945 |
|
| 946 |
-- Joey Hess <joeyh@debian.org> Sat, 30 Oct 1999 18:34:30 -0700
|
| 947 |
|
| 948 |
debconf (0.2.2) unstable; urgency=low
|
| 949 |
|
| 950 |
* Corrected debconf upgrade problem. If an old version of debconf
|
| 951 |
preconfig'd a newer version, the config script failed.
|
| 952 |
|
| 953 |
-- Joey Hess <joeyh@debian.org> Sat, 30 Oct 1999 17:15:53 -0700
|
| 954 |
|
| 955 |
debconf (0.2.1) unstable; urgency=low
|
| 956 |
|
| 957 |
* Confmodule.pm fixes I forgot in the last version.
|
| 958 |
|
| 959 |
-- Joey Hess <joeyh@debian.org> Fri, 29 Oct 1999 18:20:46 -0700
|
| 960 |
|
| 961 |
debconf (0.2.0) unstable; urgency=low
|
| 962 |
|
| 963 |
* Now uses version 2.0 of the configuration management protocol.
|
| 964 |
- All commands in the protocol now return a numerical return code,
|
| 965 |
optionally followed by a space and a text return code.
|
| 966 |
* confmodule is a new shell library that handles this by making each
|
| 967 |
command it provides now return the numerical return code. They continue
|
| 968 |
to set $RET to the text return code. This means that you now have to
|
| 969 |
check the return codes of those commands, or the set -e script you are
|
| 970 |
running them in may exit if they return an error code.
|
| 971 |
* confmodule.sh is now deprecated, but remains for backwards compatability,
|
| 972 |
and has special compatability code in it.
|
| 973 |
* ConfModule.pm handles this by making each of its commands, when called
|
| 974 |
in list contect, return a list consiting of the numeric return code, and
|
| 975 |
the string return code. When called in scalar context, it behaves
|
| 976 |
in a backwards compatable way.
|
| 977 |
* Deprecated the VISIBLE command. Check to see if INPUT returns 30 instead.
|
| 978 |
* Deprecated the EXIST command. Check for return code 10 from commands that
|
| 979 |
try to use the question, instead.
|
| 980 |
* The GO command no longer returns "back"; instead, it returns 30.
|
| 981 |
* Documented all this.
|
| 982 |
* Hey, a state machine is the way to go if you want to support back buttons!
|
| 983 |
Converted the tutorial to reccommend this, and converted debconf's own
|
| 984 |
config script into a state machine.
|
| 985 |
* Used tables in several places in the tutorial where they make sense.
|
| 986 |
* Split the actual working templates and code out of the tutorial, and put
|
| 987 |
it in the samples direcotry. It is included inline so it is still
|
| 988 |
available in the tutorial, but now I can also debug it and make sure it
|
| 989 |
works..
|
| 990 |
* Added the noninteractive frontend to the list of choices you get when
|
| 991 |
configuring debconf.
|
| 992 |
* If the text frontend fails (this can really happen, if you run debconf
|
| 993 |
w/o a controlling tty in an autobuilder, say), falls back to the
|
| 994 |
noninteractive frontend. (Closes: #48644)
|
| 995 |
* The web frontend now only accepts connections from localhost.
|
| 996 |
* The web and noninteractive frontends now print out text saying they are
|
| 997 |
running.
|
| 998 |
* If a frontend fails, the failure message is always printed, not just in
|
| 999 |
debug mode.
|
| 1000 |
* Fixed checkboxes in the web frontend so if they are unchecked, this
|
| 1001 |
fact is noted.
|
| 1002 |
* Added debconf-loadtemplate to the .deb.
|
| 1003 |
|
| 1004 |
-- Joey Hess <joeyh@debian.org> Thu, 28 Oct 1999 14:04:13 -0700
|
| 1005 |
|
| 1006 |
debconf (0.1.75) unstable; urgency=low
|
| 1007 |
|
| 1008 |
* Fixed confmodule.sh reentrancy problem.
|
| 1009 |
* Fixed a problem with empty text input fields in the Dialog frontend
|
| 1010 |
setting the value of the question back to default instead of to ''
|
| 1011 |
|
| 1012 |
-- Joey Hess <joeyh@debian.org> Thu, 28 Oct 1999 12:41:41 -0700
|
| 1013 |
|
| 1014 |
debconf (0.1.74) unstable; urgency=low
|
| 1015 |
|
| 1016 |
* Added a very important note to the tutorial.
|
| 1017 |
|
| 1018 |
-- Joey Hess <joeyh@debian.org> Wed, 27 Oct 1999 15:38:42 -0700
|
| 1019 |
|
| 1020 |
debconf (0.1.73) unstable; urgency=low
|
| 1021 |
|
| 1022 |
* In the dialog frontend, if a prompt is too big to fit on a dialog and
|
| 1023 |
has to be slit up, it will now display just the extended description
|
| 1024 |
in a dialog, and then display a new dialog with the short description
|
| 1025 |
and the actual input element in it. This is intended to reduce confusion
|
| 1026 |
when a user sees a question at the bottom of a dialog and an "Ok"
|
| 1027 |
button beneath it -- that won't happen any more, and I think it's
|
| 1028 |
ok to say this change Closes: #47644
|
| 1029 |
* Reduced the amount of code in Dialog Elments a lot.
|
| 1030 |
* Fixed yet another bug in dialog select box sizing. WIll they never end?
|
| 1031 |
* Dialog select boxes no longer have numbered items. Looks better.
|
| 1032 |
|
| 1033 |
-- Joey Hess <joeyh@debian.org> Wed, 27 Oct 1999 14:14:51 -0700
|
| 1034 |
|
| 1035 |
debconf (0.1.72) unstable; urgency=low
|
| 1036 |
|
| 1037 |
* dpkg-preconfig: fixed so it chomps the package name, to prevent ugliness
|
| 1038 |
like \n in the owners field. Closes: #48450
|
| 1039 |
|
| 1040 |
-- Joey Hess <joeyh@debian.org> Wed, 27 Oct 1999 12:48:54 -0700
|
| 1041 |
|
| 1042 |
debconf (0.1.71) unstable; urgency=low
|
| 1043 |
|
| 1044 |
* The dialog frontend can now use --passwordbox with both whiptail and
|
| 1045 |
dialog, so I made that change. (Closes: #47196)
|
| 1046 |
* Added a section to the tutorail on adding backup capabilities to config
|
| 1047 |
scripts. (Closes: #47676)
|
| 1048 |
|
| 1049 |
-- Joey Hess <joeyh@debian.org> Tue, 26 Oct 1999 15:02:10 -0700
|
| 1050 |
|
| 1051 |
debconf (0.1.70) unstable; urgency=low
|
| 1052 |
|
| 1053 |
* Some work done towards supporting containers.
|
| 1054 |
* Config scripts are now passed the version of the package that is currently
|
| 1055 |
installed when they are run, which is normally the old version of the
|
| 1056 |
package. (Analagous to postinst scripts.)
|
| 1057 |
|
| 1058 |
-- Joey Hess <joeyh@debian.org> Wed, 13 Oct 1999 06:35:34 -0700
|
| 1059 |
|
| 1060 |
debconf (0.1.69) unstable; urgency=low
|
| 1061 |
|
| 1062 |
* Fixed the web frontend to send a HTTP reponse header, patch from
|
| 1063 |
Fumitoshi UKAI <ukai@debian.or.jp>, Closes: #47937
|
| 1064 |
|
| 1065 |
-- Joey Hess <joeyh@debian.org> Sun, 24 Oct 1999 16:19:43 -0700
|
| 1066 |
|
| 1067 |
debconf (0.1.68) unstable; urgency=low
|
| 1068 |
|
| 1069 |
* s/newbie/politically_correct_language()/eg;
|
| 1070 |
Closes: #47668
|
| 1071 |
* With regards to the second part of that bug report: critical is first on
|
| 1072 |
the list, and always has been, unless you are using the dialog frontend,
|
| 1073 |
where I have to do nasty re-ordering to make the default be first. If
|
| 1074 |
you want, file a seperate (wishlist) bug on this.
|
| 1075 |
|
| 1076 |
-- Joey Hess <joeyh@debian.org> Sun, 24 Oct 1999 15:26:34 -0700
|
| 1077 |
|
| 1078 |
debconf (0.1.67) unstable; urgency=low
|
| 1079 |
|
| 1080 |
* Fixed a truely braindead problem in Container.pm, which was breaking
|
| 1081 |
Select Elements a bit. (Closes: #47683)
|
| 1082 |
|
| 1083 |
-- Joey Hess <joeyh@debian.org> Sun, 24 Oct 1999 15:14:17 -0700
|
| 1084 |
|
| 1085 |
debconf (0.1.66) unstable; urgency=low
|
| 1086 |
|
| 1087 |
* Fixed typo in debconf template. (Closes: #47458)
|
| 1088 |
|
| 1089 |
-- Joey Hess <joeyh@debian.org> Sun, 24 Oct 1999 14:44:24 -0700
|
| 1090 |
|
| 1091 |
debconf (0.1.65) unstable; urgency=low
|
| 1092 |
|
| 1093 |
* Applied patch from Rafael Laboissiere to add an "exists" command.
|
| 1094 |
Be warned that this command is probably only temporary, I am looking
|
| 1095 |
for a better solution. (Closes: #46927)
|
| 1096 |
|
| 1097 |
-- Joey Hess <joeyh@debian.org> Tue, 12 Oct 1999 13:52:43 -0700
|
| 1098 |
|
| 1099 |
debconf (0.1.64) unstable; urgency=low
|
| 1100 |
|
| 1101 |
* Slighly better handing of select element in text frontend if it has more
|
| 1102 |
than 26 choices.
|
| 1103 |
|
| 1104 |
-- Joey Hess <joeyh@debian.org> Sun, 10 Oct 1999 22:30:13 -0700
|
| 1105 |
|
| 1106 |
debconf (0.1.63) unstable; urgency=low
|
| 1107 |
|
| 1108 |
* Fixed text fromtend boolean input element to return true if true is
|
| 1109 |
the default. (Closes: #47049)
|
| 1110 |
* Fixed tutorial typo. (Closes: #47050)
|
| 1111 |
|
| 1112 |
-- Joey Hess <joeyh@debian.org> Sat, 9 Oct 1999 18:11:24 -0700
|
| 1113 |
|
| 1114 |
debconf (0.1.62) unstable; urgency=low
|
| 1115 |
|
| 1116 |
* Added stylesheet to turn on toc's.
|
| 1117 |
|
| 1118 |
-- Joey Hess <joeyh@debian.org> Fri, 8 Oct 1999 21:31:31 -0700
|
| 1119 |
|
| 1120 |
debconf (0.1.61) unstable; urgency=low
|
| 1121 |
|
| 1122 |
* Converted the tutorial and introduction to xml and docbook.
|
| 1123 |
|
| 1124 |
-- Joey Hess <joeyh@debian.org> Fri, 8 Oct 1999 16:26:17 -0700
|
| 1125 |
|
| 1126 |
debconf (0.1.60) unstable; urgency=low
|
| 1127 |
|
| 1128 |
* Disabled gdialog support just temporariy.
|
| 1129 |
* Works with the latest dialog in unstable, re-enabled dialog support.
|
| 1130 |
* Dialog select boxes are now indexed starting at 1, not 0.
|
| 1131 |
* Documented a confmodule.sh gotcha in a tew troubleshooting section of
|
| 1132 |
the tutorial.
|
| 1133 |
|
| 1134 |
-- Joey Hess <joeyh@debian.org> Fri, 8 Oct 1999 09:36:02 -0700
|
| 1135 |
|
| 1136 |
debconf (0.1.59) unstable; urgency=low
|
| 1137 |
|
| 1138 |
* Guarded postinst code that modifies apt.conf to prevent dup entries.
|
| 1139 |
* Started doing some cleanup of the gtk frontend:
|
| 1140 |
- It no longer flashes the window up on the screen unless it really
|
| 1141 |
has a question to ask this time around.
|
| 1142 |
- Made cancel button work.
|
| 1143 |
It still segfaults on exit though.
|
| 1144 |
|
| 1145 |
-- Joey Hess <joeyh@debian.org> Thu, 7 Oct 1999 18:21:35 -0700
|
| 1146 |
|
| 1147 |
debconf (0.1.58) unstable; urgency=low
|
| 1148 |
|
| 1149 |
* Allowed confmodule.sh to be loaded twice. Closes: #46843
|
| 1150 |
|
| 1151 |
-- Joey Hess <joeyh@debian.org> Thu, 7 Oct 1999 14:44:30 -0700
|
| 1152 |
|
| 1153 |
debconf (0.1.57) unstable; urgency=low
|
| 1154 |
|
| 1155 |
* Patch from rafael@icp.inpg.fr (Rafael Laboissiere) to fix a perl warning,
|
| 1156 |
Closes: #46871
|
| 1157 |
* Another patch from Rafael to fix a mistake in the tutorial. Closes: #46873
|
| 1158 |
|
| 1159 |
-- Joey Hess <joeyh@debian.org> Thu, 7 Oct 1999 13:40:02 -0700
|
| 1160 |
|
| 1161 |
debconf (0.1.56) unstable; urgency=low
|
| 1162 |
|
| 1163 |
* Wrote a perl module dependancy grapher, and include output in the .deb
|
| 1164 |
package. I need to clean up parts of the Element hierarchy. Running this
|
| 1165 |
on all perl modules in /usr/lib/perl is amusing, too, though it needs
|
| 1166 |
some more work to be of general utility. (And I suspect someone has
|
| 1167 |
already written a better one I'm not aware of.)
|
| 1168 |
* Made a new frontend -- the Noninteractive frontend.
|
| 1169 |
* All objects in debconf now derive from a common base class, which saved
|
| 1170 |
a few dozen lines of code at least.
|
| 1171 |
* There is now only one ConfModule object, no more multiple derived
|
| 1172 |
objects per FrontEnd type. To make this work, I had to move the capb
|
| 1173 |
property into the FrontEnd.
|
| 1174 |
|
| 1175 |
-- Joey Hess <joeyh@debian.org> Thu, 7 Oct 1999 02:52:02 -0700
|
| 1176 |
|
| 1177 |
debconf (0.1.55) unstable; urgency=low
|
| 1178 |
|
| 1179 |
* Reorganized some modules. No user-visible changes.
|
| 1180 |
|
| 1181 |
-- Joey Hess <joeyh@debian.org> Wed, 6 Oct 1999 16:20:43 -0700
|
| 1182 |
|
| 1183 |
debconf (0.1.54) unstable; urgency=low
|
| 1184 |
|
| 1185 |
* Gtk frontend can use the newest gtk-perl to test whether opening the
|
| 1186 |
display will work. Closes: #46736
|
| 1187 |
* metaget'ing choices now returns a list. Fixes the other half of #46606.
|
| 1188 |
* Select boxes that consist of one item are not displayed.
|
| 1189 |
|
| 1190 |
-- Joey Hess <joeyh@debian.org> Wed, 6 Oct 1999 11:21:01 -0700
|
| 1191 |
|
| 1192 |
debconf (0.1.53) unstable; urgency=low
|
| 1193 |
|
| 1194 |
* Corrected db_text command in confmodule.sh, Closes: #46640
|
| 1195 |
* Corrected typo in confmodule.3 man page, Closes: #46651
|
| 1196 |
* Corrected whiptail window sizing problems, Closes: #46498, #46655
|
| 1197 |
|
| 1198 |
-- Joey Hess <joeyh@debian.org> Tue, 5 Oct 1999 11:21:25 -0700
|
| 1199 |
|
| 1200 |
debconf (0.1.52) unstable; urgency=low
|
| 1201 |
|
| 1202 |
* Fixed fatal dpkg-reconfig typo.
|
| 1203 |
|
| 1204 |
-- Joey Hess <joeyh@debian.org> Mon, 4 Oct 1999 15:45:32 -0700
|
| 1205 |
|
| 1206 |
debconf (0.1.51) unstable; urgency=low
|
| 1207 |
|
| 1208 |
* Debconf config scripts are now called with options. "configure" is
|
| 1209 |
normally passed, "reconfigure" is passed if dpkg-reconfig is
|
| 1210 |
reconfiguring the package. After that, the version of the package is
|
| 1211 |
passed.
|
| 1212 |
* dpkg-reconfigure will only work on packages that are fully installed.
|
| 1213 |
|
| 1214 |
-- Joey Hess <joeyh@debian.org> Mon, 4 Oct 1999 14:12:56 -0700
|
| 1215 |
|
| 1216 |
debconf (0.1.50) unstable; urgency=low
|
| 1217 |
|
| 1218 |
* Corrected several errors with how the choices field is accessed.
|
| 1219 |
(Closes: #46606)
|
| 1220 |
* No longer parses the choices field at template load time. This is a
|
| 1221 |
big change and might break stuff -- we'll see.
|
| 1222 |
|
| 1223 |
-- Joey Hess <joeyh@debian.org> Mon, 4 Oct 1999 11:26:32 -0700
|
| 1224 |
|
| 1225 |
debconf (0.1.49) unstable; urgency=low
|
| 1226 |
|
| 1227 |
* Added a simple little progress report display to dpkg-preconfig so
|
| 1228 |
when apt passes it 200 packages to be upgraded on a 386, it's clear
|
| 1229 |
that something is actually going on.
|
| 1230 |
|
| 1231 |
-- Joey Hess <joeyh@debian.org> Sun, 3 Oct 1999 18:04:38 -0700
|
| 1232 |
|
| 1233 |
debconf (0.1.48) unstable; urgency=low
|
| 1234 |
|
| 1235 |
* Quoted a few more bareword hash keys that were causing a perl warning. What
|
| 1236 |
puzzles me is I cannot reproduce the warning at all.. (Closes: #46545)
|
| 1237 |
|
| 1238 |
-- Joey Hess <joeyh@debian.org> Sun, 3 Oct 1999 17:18:36 -0700
|
| 1239 |
|
| 1240 |
debconf (0.1.47) unstable; urgency=low
|
| 1241 |
|
| 1242 |
* Doh -- I need to update to use debhelper's debconf support! :-)
|
| 1243 |
* Gdialog only takes --defaultno options at the end. Dialog only takes
|
| 1244 |
than at the beginning. Whiptail takes them either place. Argh. I've
|
| 1245 |
changed to using the end for now, since I don't use dialog at all yet.
|
| 1246 |
* Disambiguated {owners} in Question.pm, Closes: #46347
|
| 1247 |
* Killed EXAMPLES out of the debian package.
|
| 1248 |
* Flipped ordering of short and long descriptions in notes and text in the
|
| 1249 |
dialog frontend; makes more sense this way.
|
| 1250 |
* dpkg-reconfigure aborts if you arn't root.
|
| 1251 |
|
| 1252 |
-- Joey Hess <joeyh@debian.org> Fri, 1 Oct 1999 13:31:06 -0700
|
| 1253 |
|
| 1254 |
debconf (0.1.46) unstable; urgency=low
|
| 1255 |
|
| 1256 |
* Yesterday's changes to the choices field broke all select lists -- fixed.
|
| 1257 |
* Added regression tests to TODO, it's clear I need them.
|
| 1258 |
|
| 1259 |
-- Joey Hess <joeyh@debian.org> Thu, 30 Sep 1999 23:06:49 -0700
|
| 1260 |
|
| 1261 |
debconf (0.1.45) unstable; urgency=low
|
| 1262 |
|
| 1263 |
* Modified the README to refer to the locations of docs in the installed
|
| 1264 |
.deb, rather than the tarball, now that most people are installing debs.
|
| 1265 |
Closes: #46302.
|
| 1266 |
|
| 1267 |
-- Joey Hess <joeyh@debian.org> Thu, 30 Sep 1999 11:49:12 -0700
|
| 1268 |
|
| 1269 |
debconf (0.1.44) unstable; urgency=low
|
| 1270 |
|
| 1271 |
* Added the metaget command. I did this mainly to let one get a list of
|
| 1272 |
the owners of a question, though it might have other uses later.
|
| 1273 |
* Substitutions now take effect on the choices field as well as the
|
| 1274 |
description field.
|
| 1275 |
* Put these two changes together and it's now possible to install several
|
| 1276 |
related packages (ispell dictionaries, say), and get a list of what
|
| 1277 |
dictionaries are available when the config scripts run, and only prompt
|
| 1278 |
the user once for which one they want. Added a section to the tutorial
|
| 1279 |
about this.
|
| 1280 |
|
| 1281 |
-- Joey Hess <joeyh@debian.org> Wed, 29 Sep 1999 15:52:14 -0700
|
| 1282 |
|
| 1283 |
debconf (0.1.43) unstable; urgency=low
|
| 1284 |
|
| 1285 |
* Fixed the problems with the purge command, which were really package
|
| 1286 |
name guessing problems and some errors in the new purge code. BenC, it's
|
| 1287 |
ready for you.
|
| 1288 |
* Don't install frontend in /bin (Closes: #46149)
|
| 1289 |
* Fixed a problem with interpretation of the set command. The second
|
| 1290 |
parameter can have spaces in it.
|
| 1291 |
* Added data-dumper dependancy, since some perl's don't include it.
|
| 1292 |
(Closes: #46147)
|
| 1293 |
|
| 1294 |
-- Joey Hess <joeyh@debian.org> Mon, 28 Sep 1999 17:17:42 -0700
|
| 1295 |
|
| 1296 |
debconf (0.1.42) unstable; urgency=low
|
| 1297 |
|
| 1298 |
* Fixed a problem with Client::ConfModule.
|
| 1299 |
|
| 1300 |
-- Joey Hess <joeyh@debian.org> Mon, 27 Sep 1999 16:12:32 -0700
|
| 1301 |
|
| 1302 |
debconf (0.1.41) unstable; urgency=low
|
| 1303 |
|
| 1304 |
* Applied patch from Peter Vreman <pfv@cooldown.demon.nl> to correct dialog
|
| 1305 |
size guessing code. Did some additional fixes for whiptail.
|
| 1306 |
(Closes: 46060)
|
| 1307 |
* Fixed a really silly formatting bug in FrontEnd::Dialog that was
|
| 1308 |
probably leading to what looked like corrupted displays for some people.
|
| 1309 |
* When breaking a question up over multiple screens with dialog, it makes
|
| 1310 |
sure to always show the short description when it actually prompts for
|
| 1311 |
input. This is a lot less disorienting.
|
| 1312 |
|
| 1313 |
-- Joey Hess <joeyh@debian.org> Mon, 27 Sep 1999 14:41:57 -0700
|
| 1314 |
|
| 1315 |
debconf (0.1.40) unstable; urgency=low
|
| 1316 |
|
| 1317 |
* gdialog will soon support --defaultno, added versionsed conflicts
|
| 1318 |
with versions that don't, and support it again.
|
| 1319 |
* ConfModule::new() doesn't take a confmodule to start anymore, I broke
|
| 1320 |
that out into a separate function.
|
| 1321 |
* AutoSelect only starts up the script if it's actually passed once. TRhis
|
| 1322 |
should fix your problem, BenC.
|
| 1323 |
|
| 1324 |
-- Joey Hess <joeyh@debian.org> Sun, 26 Sep 1999 18:16:47 -0700
|
| 1325 |
|
| 1326 |
debconf (0.1.39) unstable; urgency=low
|
| 1327 |
|
| 1328 |
* Hm, I know I fixed this before, but the fix seems to have been lost:
|
| 1329 |
Fixed bug in the AutoSelect that was making it *always* try dialog
|
| 1330 |
first, even if something else was picked. (Closes: #46020)
|
| 1331 |
* Dialog has no --defaultno flag, which makes it unusable for debconf.
|
| 1332 |
Oh, so does gdialog. I have submitted a patch for dialog, but for now
|
| 1333 |
I have simply made debconf not accept dialog. If you don't have whiptail,
|
| 1334 |
you get text mode. I also made the --defaultno flag be passed first,
|
| 1335 |
which is how dialog will (eventually) support it. (Closes: #46047)
|
| 1336 |
* Dialog frontend no longer clears the screen when running. Makes it
|
| 1337 |
easier to get at debug messages. (Closes: #46048)
|
| 1338 |
* dpkg-reconfigure was trashing ownerships, fixed.
|
| 1339 |
|
| 1340 |
-- Joey Hess <joeyh@debian.org> Sun, 26 Sep 1999 16:50:02 -0700
|
| 1341 |
|
| 1342 |
debconf (0.1.38) unstable; urgency=low
|
| 1343 |
|
| 1344 |
* Added password data type. Currently supported by the Text frontend
|
| 1345 |
(though it has problems displaying right in an xterm), the Gtk frontend,
|
| 1346 |
and the Web frontend (though you'd be insane to use it!).
|
| 1347 |
* Fixed a nasty bug in the fallback code.
|
| 1348 |
* Read-protected the debconf db directory.
|
| 1349 |
|
| 1350 |
-- Joey Hess <joeyh@debian.org> Fri, 24 Sep 1999 20:13:20 -0700
|
| 1351 |
|
| 1352 |
debconf (0.1.37) unstable; urgency=low
|
| 1353 |
|
| 1354 |
* Fixed a problem if perl failed to configure and dpkg-preconfig then
|
| 1355 |
bombed out on the next apt run, users would have an unusable apt and not
|
| 1356 |
be able to fix their system. Now dpkg-preconfigure detects a broken perl
|
| 1357 |
and exits sanely, allowing apt to continue and fix things.
|
| 1358 |
(Closes: #45927)
|
| 1359 |
* Fixed a dpkg-preconfig type introduced last version.
|
| 1360 |
|
| 1361 |
-- Joey Hess <joeyh@debian.org> Fri, 24 Sep 1999 15:55:51 -0700
|
| 1362 |
|
| 1363 |
debconf (0.1.36) unstable; urgency=low
|
| 1364 |
|
| 1365 |
* Added fallback frontend support. If the frontend the user selects is not
|
| 1366 |
available, or fails to initialize (say DISPLAY is unset for Gtk), it will
|
| 1367 |
fall back intelligently to another frontend.
|
| 1368 |
* This means debconf doesn't really depend on much at all except perl.
|
| 1369 |
Moved most stuff to suggests.
|
| 1370 |
* The Gtk frontend was dying in a way not catchable by eval (!!) if DISPLAY
|
| 1371 |
was unset; added a fix to that so it falls back instead.
|
| 1372 |
* Removed some dpkg-preconfig spam.
|
| 1373 |
|
| 1374 |
-- Joey Hess <joeyh@debian.org> Fri, 24 Sep 1999 13:25:12 -0700
|
| 1375 |
|
| 1376 |
debconf (0.1.35) unstable; urgency=low
|
| 1377 |
|
| 1378 |
* Mappings. What good are they? None, that I could see, so I completely
|
| 1379 |
removed them! This doesn't influence debconf's behavior at all, just
|
| 1380 |
removes many lines of code and makes it all easier to understand.
|
| 1381 |
* Added the concept that each question is owned by one or more packages.
|
| 1382 |
When the number of owners goes to zero, the question is removed.
|
| 1383 |
* Whenever a question is removed, I check to see if the template it used
|
| 1384 |
is no longer used as well. If so, it's also removed.
|
| 1385 |
* What this lets us do is it allows packages to get rid of questions and
|
| 1386 |
templates they created when they are purged. And shared questions are
|
| 1387 |
fully supported and won't go away until the last package that uses them
|
| 1388 |
does.
|
| 1389 |
* Added a "purge" command that accomplishes this easily. (You could of
|
| 1390 |
course always call unregister by hand for each question, but this is
|
| 1391 |
easier.)
|
| 1392 |
* Modifed dpkg-preconfig so all the templates in all the packages that
|
| 1393 |
are being installed are read first, and then all the config scripts are
|
| 1394 |
run.
|
| 1395 |
* The changes above have an intriguing side benefit that offers a fix to a
|
| 1396 |
vexing problem. There is now a field in each question called "owners", that
|
| 1397 |
is a comma and space delimited list of the packages that have registered
|
| 1398 |
ownership. This list is up to date as soon as all the templates are
|
| 1399 |
loaded if apt is used. A set of related packages can all provide the same
|
| 1400 |
template in them; and their config scripts can then look at the owners
|
| 1401 |
field to get the list of all related packages that is/will be installed.
|
| 1402 |
Then they can do things like turn that into a list of choices of window
|
| 1403 |
managers, or ispell dictionaries, etc, and prompt the user to pick one.
|
| 1404 |
This feels only a little hackish, and the only problem with it is that if
|
| 1405 |
they are not installing with apt, the list isn't fully complete until each
|
| 1406 |
and every package has been installed.
|
| 1407 |
* Fixed question default value code so it always inherits from the current
|
| 1408 |
template, whatever that might be.
|
| 1409 |
|
| 1410 |
-- Joey Hess <joeyh@debian.org> Thu, 23 Sep 1999 12:52:14 -0700
|
| 1411 |
|
| 1412 |
debconf (0.1.34) unstable; urgency=low
|
| 1413 |
|
| 1414 |
* Fixed dpkg-reconfigure, which was broken since yesterday.
|
| 1415 |
|
| 1416 |
-- Joey Hess <joeyh@debian.org> Wed, 22 Sep 1999 15:48:57 -0700
|
| 1417 |
|
| 1418 |
debconf (0.1.33) unstable; urgency=low
|
| 1419 |
|
| 1420 |
* Fixed template merge bug. This was making old descriptions show up
|
| 1421 |
even if a new template with changed descriptions was loaded.
|
| 1422 |
|
| 1423 |
-- Joey Hess <joeyh@debian.org> Wed, 22 Sep 1999 15:07:03 -0700
|
| 1424 |
|
| 1425 |
debconf (0.1.32) unstable; urgency=low
|
| 1426 |
|
| 1427 |
* Now it properly handles config scripts and postinsts that exit with
|
| 1428 |
a return code, by propigating that return code up to dpkg.
|
| 1429 |
* Killed dpkg-frnotend for good. It's in the Attic now only.
|
| 1430 |
* In the dialog frontend, hitting cancel (or escape, maybe), will now
|
| 1431 |
break out and cancel everything.
|
| 1432 |
|
| 1433 |
-- Joey Hess <joeyh@debian.org> Tue, 21 Sep 1999 15:01:00 -0700
|
| 1434 |
|
| 1435 |
debconf (0.1.31) unstable; urgency=low
|
| 1436 |
|
| 1437 |
* Added "visible" command to tell if a question will be displayed.
|
| 1438 |
Very useful for preventing some kinds of loops.
|
| 1439 |
|
| 1440 |
-- Joey Hess <joeyh@debian.org> Mon, 20 Sep 1999 17:12:00 -0700
|
| 1441 |
|
| 1442 |
debconf (0.1.30) unstable; urgency=low
|
| 1443 |
|
| 1444 |
* Debhelper now supports debconf, amended turorial to note this.
|
| 1445 |
* More spelling fixes.
|
| 1446 |
* Added doc/namespace.ttx, which explains the variable namespace.
|
| 1447 |
* First upload to unstable.
|
| 1448 |
|
| 1449 |
-- Joey Hess <joeyh@debian.org> Fri, 17 Sep 1999 12:28:14 -0700
|
| 1450 |
|
| 1451 |
debconf (0.1.29) unstable; urgency=low
|
| 1452 |
|
| 1453 |
* Patch from James R. Van Zandt <jrv@vanzandt.mv.com> with:
|
| 1454 |
- spelling corrections
|
| 1455 |
- man page enhancements
|
| 1456 |
- better debian/templates text
|
| 1457 |
|
| 1458 |
-- Joey Hess <joeyh@debian.org> Sun, 19 Sep 1999 13:04:50 -0700
|
| 1459 |
|
| 1460 |
debconf (0.1.28) unstable; urgency=low
|
| 1461 |
|
| 1462 |
* Fixed a bug.
|
| 1463 |
|
| 1464 |
-- Joey Hess <joeyh@debian.org> Sat, 18 Sep 1999 17:00:55 -0700
|
| 1465 |
|
| 1466 |
debconf (0.1.27) unstable; urgency=low
|
| 1467 |
|
| 1468 |
* Added default title support.
|
| 1469 |
|
| 1470 |
-- Joey Hess <joeyh@debian.org> Sat, 18 Sep 1999 14:51:36 -0700
|
| 1471 |
|
| 1472 |
debconf (0.1.26) unstable; urgency=low
|
| 1473 |
|
| 1474 |
* Added a config script and templates for debconf itself. It uses
|
| 1475 |
them to configure what frontend to use, etc. /etc/debconf.cfg is no
|
| 1476 |
more.
|
| 1477 |
* Modified Config.pm so it contains functions that return values,
|
| 1478 |
not just hard coded values. The functions now try to pull values out of
|
| 1479 |
the database, and fall back on the defaults. Also, environment
|
| 1480 |
DEBIAN_FRONTEND always works for specifying a frontend now, overriding
|
| 1481 |
all else.
|
| 1482 |
* Changed a myriad of other files that use Config.pm to call the new
|
| 1483 |
functions.
|
| 1484 |
* The Priority module is no longer used to set priority, Config.pm can
|
| 1485 |
handle that now.
|
| 1486 |
* Added showold to Config.pm, you can always see old questions now, if
|
| 1487 |
you like.
|
| 1488 |
* Renamed the entire Line frontend to Text. Line really doesn't make as
|
| 1489 |
much sense. If you're following long in CVS, I also probably broke your
|
| 1490 |
repository again; a clean checkout is reccommended. Sorry.
|
| 1491 |
|
| 1492 |
-- Joey Hess <joeyh@debian.org> Sat, 18 Sep 1999 12:56:43 -0700
|
| 1493 |
|
| 1494 |
debconf (0.1.25) unstable; urgency=low
|
| 1495 |
|
| 1496 |
* Modified the dialog frontend. Short descriptions now appear after long,
|
| 1497 |
instead of as dialog titles. The title appears as the dialo title, and
|
| 1498 |
the background title is "Debian Configuration"
|
| 1499 |
* Hm, that actually cleaned up the API a bit, I guess it was the right
|
| 1500 |
thing to do.
|
| 1501 |
* Fixed link.
|
| 1502 |
|
| 1503 |
-- Joey Hess <joeyh@debian.org> Sat, 18 Sep 1999 11:48:53 -0700
|
| 1504 |
|
| 1505 |
debconf (0.1.24) unstable; urgency=low
|
| 1506 |
|
| 1507 |
* Added advanced topics section to the tutorial.
|
| 1508 |
|
| 1509 |
-- Joey Hess <joeyh@debian.org> Fri, 17 Sep 1999 18:13:51 -0700
|
| 1510 |
|
| 1511 |
debconf (0.1.23) unstable; urgency=low
|
| 1512 |
|
| 1513 |
* Force use of gnu readline perl library. The other one is too bad.
|
| 1514 |
* dpkg-reconfigure allows you to configure it's frontend now.
|
| 1515 |
|
| 1516 |
-- Joey Hess <joeyh@debian.org> Fri, 17 Sep 1999 18:03:19 -0700
|
| 1517 |
|
| 1518 |
debconf (0.1.22) unstable; urgency=low
|
| 1519 |
|
| 1520 |
* Fixed a typo in the tutorial, and expanded it some.
|
| 1521 |
* Fixed the apt dependancy, which was on too low a version.
|
| 1522 |
* Depend on whiptail || dialog || gnome-utils so some kind of dialog is
|
| 1523 |
installed always.
|
| 1524 |
|
| 1525 |
-- Joey Hess <joeyh@debian.org> Fri, 17 Sep 1999 17:48:12 -0700
|
| 1526 |
|
| 1527 |
debconf (0.1.21) unstable; urgency=low
|
| 1528 |
|
| 1529 |
* All the sigchld counting and handling stuff was making debconf segfault
|
| 1530 |
and making it fragile in various ways. Removed it. Instead, I have
|
| 1531 |
modified update-menus to DTRT, and I depend on that version.
|
| 1532 |
|
| 1533 |
-- Joey Hess <joeyh@debian.org> Thu, 16 Sep 1999 17:10:06 -0700
|
| 1534 |
|
| 1535 |
debconf (0.1.20) unstable; urgency=low
|
| 1536 |
|
| 1537 |
* Fixed Line::Boolean default stuff, last time, I hope.
|
| 1538 |
|
| 1539 |
-- Joey Hess <joeyh@debian.org> Thu, 16 Sep 1999 16:18:47 -0700
|
| 1540 |
|
| 1541 |
debconf (0.1.19) unstable; urgency=low
|
| 1542 |
|
| 1543 |
* I had a truely nasty problem: when installing packages using the dialog
|
| 1544 |
frontend, and using dpkg directly, debconf would segfault shortly after
|
| 1545 |
the config script was run. It looks like this was due to reentrancy
|
| 1546 |
problems in my sigchld handler and I think I've squashed it.
|
| 1547 |
|
| 1548 |
-- Joey Hess <joeyh@debian.org> Thu, 16 Sep 1999 12:22:48 -0700
|
| 1549 |
|
| 1550 |
debconf (0.1.18) unstable; urgency=low
|
| 1551 |
|
| 1552 |
* Expanded the tutorial, it's now a complete standalone document with
|
| 1553 |
examples. <pant, pant>
|
| 1554 |
* Oops, I never implemented the reset command! Fixed that.
|
| 1555 |
* Oops, there are 2 different reset commands! Renamed one to clear,
|
| 1556 |
contingent on Wichert's approval, and implemented the other as well.
|
| 1557 |
* Removed dpkg-frontend from the binary package. I really don't want
|
| 1558 |
people using it.
|
| 1559 |
* Added pod docs for all Element files. Rather minimal right now.
|
| 1560 |
* Tested the changes to Client::ConfModule; they work, but I have
|
| 1561 |
occasional segfaults if using dialog.
|
| 1562 |
* UI tewak to text boolean element.
|
| 1563 |
|
| 1564 |
-- Joey Hess <joeyh@debian.org> Wed, 15 Sep 1999 11:35:45 -0700
|
| 1565 |
|
| 1566 |
debconf (0.1.17) unstable; urgency=low
|
| 1567 |
|
| 1568 |
* Added COPYING file.
|
| 1569 |
* Renamed README to EXAMPLES.
|
| 1570 |
* Wrote a new README that just points to the other files.
|
| 1571 |
* Wrote doc/INTRODUCTION, giving some history of how things
|
| 1572 |
have worked, and why debconf is better.
|
| 1573 |
* Suggests libterm-readline-gnu-perl, which is best for the Line
|
| 1574 |
frontend.
|
| 1575 |
* dpkg-preconfig uses the frontend specified in the conffile now.
|
| 1576 |
* Element::Line::Boolean now uses the correct values as the default.
|
| 1577 |
* FrontEnd::Line now actually displays titles.
|
| 1578 |
* Client::ConfModule should now run the config script like confmodule.sh
|
| 1579 |
does, for transparent installation of debconf packages. Needs testing.
|
| 1580 |
|
| 1581 |
-- Joey Hess <joeyh@debian.org> Tue, 14 Sep 1999 12:48:32 -0700
|
| 1582 |
|
| 1583 |
debconf (0.1.16) unstable; urgency=low
|
| 1584 |
|
| 1585 |
* Got rid of the DEBIAN_FRONTEND environment variable entirely. Instead,
|
| 1586 |
/etc/debconf.cfg has a variable in it to specify the default frontend
|
| 1587 |
to use.
|
| 1588 |
* Also added a question priority variable to the config file.
|
| 1589 |
* Oh yeah, the big change is I fixed the postinst hang bug. Or rather,
|
| 1590 |
worked around it. The bug was caused by update-menus forking to
|
| 1591 |
background and waiting, but not closing stdin/out. I worked around by
|
| 1592 |
catching SIGCHLD's and closing the pipes from the other end when the
|
| 1593 |
postinst has existed. I've also contacted Joost.
|
| 1594 |
* This, barring a little bit of docs and a few packages built to use it,
|
| 1595 |
is basically ready to be shown to the world.
|
| 1596 |
|
| 1597 |
-- Joey Hess <joeyh@debian.org> Mon, 13 Sep 1999 15:40:15 -0700
|
| 1598 |
|
| 1599 |
debconf (0.1.15) unstable; urgency=low
|
| 1600 |
|
| 1601 |
* Broke the nasty perl code out of confmodule.sh, it's much cleaner now
|
| 1602 |
(and you don't see a page long perl -e command in ps..)
|
| 1603 |
* I now know exactly what's causing the hang problem -- update-menus!
|
| 1604 |
I still have no clue why.
|
| 1605 |
* Modified Client/frontend so it runs the config script of a package
|
| 1606 |
if the script is available, every time. This is pretty ugly, but it has
|
| 1607 |
a very nice effect: when you dpkg -i a brand new debconfed .deb, the
|
| 1608 |
config script runs as soon as the postinst tries to use debconf, and
|
| 1609 |
this lets you configure it, and then it is installed. So you don't have
|
| 1610 |
to dpkg-preconfig it first. Of course, if you're using apt, it is
|
| 1611 |
preconfiged, and then the config script is run again, redundantly (but
|
| 1612 |
doesn't do anything since it's already run). This is basically the last
|
| 1613 |
workaround needed for dpkg not preconfiguring stuff on it's own -- now
|
| 1614 |
debconf use is completly transparent.
|
| 1615 |
|
| 1616 |
-- Joey Hess <joeyh@debian.org> Mon, 13 Sep 1999 12:58:00 -0700
|
| 1617 |
|
| 1618 |
debconf (0.1.14) unstable; urgency=low
|
| 1619 |
|
| 1620 |
* Don't use dh_link, so it can still build on va.
|
| 1621 |
|
| 1622 |
-- Joey Hess <joeyh@debian.org> Fri, 10 Sep 1999 15:08:13 -0700
|
| 1623 |
|
| 1624 |
debconf (0.1.13) unstable; urgency=low
|
| 1625 |
|
| 1626 |
* Gtk::FrontEnd now has the xpm it uses inlined into the file.
|
| 1627 |
* /etc/debconf.cfg now holds configurable debconf settings. Config.pm is
|
| 1628 |
just a link to it now.
|
| 1629 |
|
| 1630 |
-- Joey Hess <joeyh@debian.org> Thu, 9 Sep 1999 18:54:53 -0700
|
| 1631 |
|
| 1632 |
debconf (0.1.12) unstable; urgency=low
|
| 1633 |
|
| 1634 |
* dpkg-reconfigure now sets a flag in FrontEnd::Base that makes old
|
| 1635 |
questions be shown as well. This is very nice for reconfiguring stuff..
|
| 1636 |
|
| 1637 |
-- Joey Hess <joeyh@debian.org> Thu, 9 Sep 1999 16:19:21 -0700
|
| 1638 |
|
| 1639 |
debconf (0.1.11) unstable; urgency=low
|
| 1640 |
|
| 1641 |
* Added db_set command to confmodule.sh
|
| 1642 |
|
| 1643 |
-- Joey Hess <joeyh@debian.org> Thu, 9 Sep 1999 16:05:25 -0700
|
| 1644 |
|
| 1645 |
debconf (0.1.10) unstable; urgency=low
|
| 1646 |
|
| 1647 |
* Uh oh. "set" is a shell builtin, so you cannot access the set command
|
| 1648 |
via the shell interface. After talking with Sean, I've decided to just
|
| 1649 |
prefix all the commands in the shell interface with "db_". So dh_set,
|
| 1650 |
db_get, etc. Most packages that use debconf thus need to be changed.
|
| 1651 |
|
| 1652 |
-- Joey Hess <joeyh@debian.org> Thu, 9 Sep 1999 14:31:45 -0700
|
| 1653 |
|
| 1654 |
debconf (0.1.9) unstable; urgency=low
|
| 1655 |
|
| 1656 |
* Back after a one month hiatus. I've moved debconf around in my cvs
|
| 1657 |
repository, though the debconf module name should still work.
|
| 1658 |
* Debconf is now FHS compliant.
|
| 1659 |
* Removed some junk from the Makefile I no longer need.
|
| 1660 |
* Added doc/packages-prompt, just a list of some packages that need to be
|
| 1661 |
modified.
|
| 1662 |
|
| 1663 |
-- Joey Hess <joeyh@debian.org> Thu, 9 Sep 1999 12:05:01 -0700
|
| 1664 |
|
| 1665 |
debconf (0.1.8) unstable; urgency=low
|
| 1666 |
|
| 1667 |
* Question->value now returns the default field if value is unset (thanks,
|
| 1668 |
AJ)
|
| 1669 |
* Various minor touchups everywhere.
|
| 1670 |
* Killed slrn sample, this is going into the main slrn package and is
|
| 1671 |
already significently better in there.
|
| 1672 |
* Added Element/Gtk/*, from AJ.
|
| 1673 |
|
| 1674 |
-- Joey Hess <joeyh@debian.org> Sun, 8 Aug 1999 16:00:44 -0700
|
| 1675 |
|
| 1676 |
debconf (0.1.7) unstable; urgency=low
|
| 1677 |
|
| 1678 |
* Added beginnings of GTK frontend by AJ.
|
| 1679 |
* Began moving the docs from internals.txt into POD documentation. It was
|
| 1680 |
getting out of sync with the code, this will prevent that. Only Elements
|
| 1681 |
still need to be converted.
|
| 1682 |
* Fixed unset bug in confmodule.sh
|
| 1683 |
|
| 1684 |
-- Joey Hess <joeyh@debian.org> Mon, 2 Aug 1999 16:06:33 -0700
|
| 1685 |
|
| 1686 |
debconf (0.1.6) unstable; urgency=low
|
| 1687 |
|
| 1688 |
* Patch from AJ that:
|
| 1689 |
- makes Questions inherit properties direct from their associated
|
| 1690 |
Templates. This simplifies a lot of code which no longer needs to
|
| 1691 |
use $question->template->foo.
|
| 1692 |
- implements STOP command in protocol.
|
| 1693 |
- dies on unknown questions instead of failing obscurely later.
|
| 1694 |
- removes bashism
|
| 1695 |
- misc fixes and updates to cvs.config.
|
| 1696 |
- adds template substitution support and the SUBST command.
|
| 1697 |
- makes template parsing work better WRT the extended description and
|
| 1698 |
actually look for dots on thier own lines, not lines starting with dot.
|
| 1699 |
* Minor mods to above patch.
|
| 1700 |
* Documented template substitutions in the draft spec.
|
| 1701 |
|
| 1702 |
-- Joey Hess <joeyh@debian.org> Sat, 31 Jul 1999 00:57:58 -0700
|
| 1703 |
|
| 1704 |
debconf (0.1.5) unstable; urgency=low
|
| 1705 |
|
| 1706 |
* Got rid of the NOTE and TEXT commands; notes and text are now put on
|
| 1707 |
templates. This breaks any packages already using debconf (again).
|
| 1708 |
* The above change made it clear I needed to reorganize the Elements --
|
| 1709 |
each data type is now a seperate object type. The code is much simpler
|
| 1710 |
now!
|
| 1711 |
* While I was doing that, it became possible to make the base ConfModule
|
| 1712 |
handle command_input in a general way. Much duplicate code removed.
|
| 1713 |
* Modified clients for above changes.
|
| 1714 |
* Modified samples and docs for above changes.
|
| 1715 |
* Made the postrm not fail during error unwind.
|
| 1716 |
* Picky Sean fixes..
|
| 1717 |
* Added support for isdefault flag. Now you only see a question once.
|
| 1718 |
* Added support for the FGET and FSET commands. (untested)
|
| 1719 |
* The mappings file is no more. All questions on a template will now have
|
| 1720 |
mappings made for them. If you need others, use the commands to make them.
|
| 1721 |
* Added a new program, dpkg-reconfigure. Use it to reconfigure an already
|
| 1722 |
installed package.
|
| 1723 |
* Added Client/confmodule.sh. This is very similar to Client::ConfModule
|
| 1724 |
except it's a shell library.
|
| 1725 |
* Changed cvs.config to use confmodule.sh. It's _much_ easier to read now.
|
| 1726 |
* Copyright updates. VA has sponsored and is at least a partial owner of
|
| 1727 |
this code. It's still GPL'd, of course.
|
| 1728 |
* Fixed a bug in the web frontend -- if a page is empty now because all
|
| 1729 |
questions are too low priotity, it just skips it.
|
| 1730 |
* Fixed a nasty template merge bug.
|
| 1731 |
* Added a doc/spec/ directory and put a copy of the metadata section of
|
| 1732 |
the spec in there, converted to html and greatly expanded to match
|
| 1733 |
reality. This is a draft that I want to get accepted as the real spec.
|
| 1734 |
* Changed to using "string" as the data type for text data, had been using
|
| 1735 |
"text". This is a pretty big change, really and breaks all packages that
|
| 1736 |
have been built so far that use debconf. Have to do it to comply with
|
| 1737 |
the spec.
|
| 1738 |
|
| 1739 |
-- Joey Hess <joeyh@debian.org> Fri, 30 Jul 1999 11:16:25 -0700
|
| 1740 |
|
| 1741 |
debconf (0.1.3) unstable; urgency=low
|
| 1742 |
|
| 1743 |
* dpkg-preconfig (and test.pl) now load up only the ConfModules and
|
| 1744 |
FrontEnds that will really be used. Faster startup time.
|
| 1745 |
* TODO updates.
|
| 1746 |
|
| 1747 |
-- Joey Hess <joeyh@debian.org> Thu, 15 Jul 1999 15:36:53 -0700
|
| 1748 |
|
| 1749 |
debconf (0.1.2) unstable; urgency=low
|
| 1750 |
|
| 1751 |
* dpkg-preconfig now has a --apt option that makes it read debs to
|
| 1752 |
configure on stdin. This is for use with apt of course. (A hacked apt
|
| 1753 |
that can use this exists now.)
|
| 1754 |
* Dialog frontend only clears the screen just before displaying a
|
| 1755 |
non-gdialog dialog box.
|
| 1756 |
* Depend on the version of apt that really works with debconf.
|
| 1757 |
* A postinst and postrm modify /etc/apt/apt.conf to make apt use
|
| 1758 |
dpkg-preconfig to configure packages. (The file's not actually part of
|
| 1759 |
apt, so this is not too evil).
|
| 1760 |
|
| 1761 |
-- Joey Hess <joeyh@debian.org> Thu, 15 Jul 1999 11:41:29 -0700
|
| 1762 |
|
| 1763 |
debconf (0.1.1) unstable; urgency=low
|
| 1764 |
|
| 1765 |
* Moved CREDITS to doc/.
|
| 1766 |
* Install internals.txt in .deb.
|
| 1767 |
* doc/maintainer.txt is a guide for maintainers who want to convert
|
| 1768 |
packages to use debconf.
|
| 1769 |
|
| 1770 |
-- Joey Hess <joeyh@debian.org> Wed, 14 Jul 1999 20:37:50 -0700
|
| 1771 |
|
| 1772 |
debconf (0.1.0) unstable; urgency=low
|
| 1773 |
|
| 1774 |
* Killed the cvs date stuff. Too much bother.
|
| 1775 |
|
| 1776 |
-- Joey Hess <joeyh@debian.org> Thu, 8 Jul 1999 13:38:37 -0700
|
| 1777 |
|
| 1778 |
Local variables:
|
| 1779 |
mode: debian-changelog
|
| 1780 |
End:
|