/[debconf]/debconf-trunk/debian/changelog
ViewVC logotype

Log of /debconf-trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 1482)

Revision 205 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 27 22:00:49 1999 UTC (13 years, 7 months ago) by joey
File length: 31647 byte(s)
Diff to previous 204 , to selected 146
   * In the dialog frontend, if a prompt is too big to fit on a dialog and
     has to be slit up, it will now display just the extended description
     in a dialog, and then display a new dialog with the short description
     and the actual input element in it. This is intended to reduce confusion
     when a user sees a question at the bottom of a dialog and an "Ok"
     button beneath it -- that won't happen any more, and I think it's
     ok to say this change Closes: #47644
   * Reduced the amount of code in Dialog Elments a lot.
   * Fixed yet another bug in dialog select box sizing. WIll they never end?
   * Dialog select boxes no longer have numbered items. Looks better.

Revision 204 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 27 19:50:19 1999 UTC (13 years, 7 months ago) by joey
File length: 30852 byte(s)
Diff to previous 203 , to selected 146
   * dpkg-preconfig: fixed so it chomps the package name, to prevent ugliness
     like \n in the owners field. Closes: #48450

Revision 203 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 27 18:15:42 1999 UTC (13 years, 7 months ago) by joey
File length: 30612 byte(s)
Diff to previous 202 , to selected 146
   * The dialog frontend can now use --passwordbox with both whiptail and
     dialog, so I made that change. (Closes: #47196)
   * Added a section to the tutorail on adding backup capabilities to config
     scripts. (Closes: #47676)

Revision 202 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 25 17:08:30 1999 UTC (13 years, 7 months ago) by joey
File length: 30266 byte(s)
Diff to previous 201 , to selected 146
Changes on a plane. See changelog.

Revision 201 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 24 23:24:27 1999 UTC (13 years, 7 months ago) by joey
File length: 29900 byte(s)
Diff to previous 200 , to selected 146
   * Fixed the web frontend to send a HTTP reponse header, patch from
     Fumitoshi UKAI <ukai@debian.or.jp>, Closes: #47937

Revision 200 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 24 22:29:57 1999 UTC (13 years, 7 months ago) by joey
File length: 29661 byte(s)
Diff to previous 199 , to selected 146
   * s/newbie/politically_correct_language()/eg;
     Closes: #47668
   * With regards to the second part of that bug report: critical is first on
     the list, and always has been, unless you are using the dialog frontend,
     where I have to do nasty re-ordering to make the default be first. If
     you want, file a seperate (wishlist) bug on this.

Revision 199 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 24 22:15:53 1999 UTC (13 years, 7 months ago) by joey
File length: 29197 byte(s)
Diff to previous 192 , to selected 146
   * Fixed a truely braindead problem in Container.pm, which was breaking
     Select Elements a bit. (Closes: #47683)

Revision 192 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 12 21:09:34 1999 UTC (13 years, 8 months ago) by joey
File length: 28797 byte(s)
Diff to previous 191 , to selected 146
   * Applied patch from Rafael Laboissiere to add an "exists" command.
     Be warned that this command is probably only temporary, I am looking
     for a better solution. (Closes: #46927)

Revision 191 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 11 18:29:50 1999 UTC (13 years, 8 months ago) by joey
File length: 28495 byte(s)
Diff to previous 189 , to selected 146
Work properly if there are > 26 choices.

Revision 189 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 10 01:14:54 1999 UTC (13 years, 8 months ago) by joey
File length: 28282 byte(s)
Diff to previous 188 , to selected 146
   * Fixed text fromtend boolean input element to return true if true is
     the default. (Closes: #47049)
   * Fixed tutorial typo. (Closes: #47050)

Revision 188 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 8 23:55:08 1999 UTC (13 years, 8 months ago) by joey
File length: 27865 byte(s)
Diff to previous 187 , to selected 146
   * Converted the tutorial and introduction to xml and docbook.

Revision 187 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 8 02:38:13 1999 UTC (13 years, 8 months ago) by joey
File length: 27298 byte(s)
Diff to previous 186 , to selected 146
   * Guarded postinst code that modifies apt.conf to prevent dup entries.
   * Started doing some cleanup of the gtk frontend:
     - It no longer flashes the window up on the screen unless it really
       has a question to ask this time around.
     - Made cancel button work.
     It still segfaults on exit though.

Revision 186 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 7 21:54:53 1999 UTC (13 years, 8 months ago) by joey
File length: 26869 byte(s)
Diff to previous 185 , to selected 146
   * Allowed confmodule.sh to be loaded twice. Closes: #46843

Revision 185 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 7 21:03:32 1999 UTC (13 years, 8 months ago) by joey
File length: 26693 byte(s)
Diff to previous 182 , to selected 146
   * Patch from rafael@icp.inpg.fr (Rafael Laboissiere) to fix a perl warning,
     Closes: #46871
   * Another patch from Rafael to fix a mistake in the tutorial. Closes: #46873

Revision 182 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 7 11:24:43 1999 UTC (13 years, 8 months ago) by joey
File length: 26402 byte(s)
Diff to previous 181 , to selected 146
   * Wrote a perl module dependancy grapher, and include output in the .deb
     package. I need to clean up parts of the Element hierarchy. Running this
     on all perl modules in /usr/lib/perl is amusing, too, though it needs
     some more work to be of general utility. (And I suspect someone has
     already written a better one I'm not aware of.)
   * Made a new frontend -- the Noninteractive frontend.
   * All objects in debconf now derive from a common base class, which saved
     a few dozen lines of code at least.
   * There is now only one ConfModule object, no more multiple derived
     objects per FrontEnd type. To make this work, I had to move the capb
     property into the FrontEnd.

Revision 181 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 7 09:26:10 1999 UTC (13 years, 8 months ago) by joey
File length: 25590 byte(s)
Diff to previous 177 , to selected 146
Minor fix.

Revision 177 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 7 09:19:27 1999 UTC (13 years, 8 months ago) by joey
File length: 25603 byte(s)
Diff to previous 175 , to selected 146
   * Reorganized some modules. No user-visible changes.

Revision 175 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 6 19:12:36 1999 UTC (13 years, 8 months ago) by joey
File length: 25433 byte(s)
Diff to previous 174 , to selected 146
   * Gtk frontend can use the newest gtk-perl to test whether opening the
     display will work. Closes: #46736
   * metaget'ing choices now returns a list. Fixes the other half of #46606.
   * Select boxes that consist of one item are not displayed.

Revision 174 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 5 18:44:30 1999 UTC (13 years, 8 months ago) by joey
File length: 25070 byte(s)
Diff to previous 173 , to selected 146
   * Corrected db_text command in confmodule.sh, Closes: #46640
   * Corrected typo in confmodule.3 man page, Closes: #46651
   * Corrected whiptail window sizing problems, Closes: #46498, #46655

Revision 173 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 4 22:10:10 1999 UTC (13 years, 8 months ago) by joey
File length: 24611 byte(s)
Diff to previous 172 , to selected 146
   * Debconf config scripts are now called with options. "configure" is
     normally passed, "reconfigure" is passed if dpkg-reconfig is
     reconfiguring the package. After that, the version of the package is
     passed.
   * dpkg-reconfigure will only work on packages that are fully installed.

Revision 172 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 4 19:35:05 1999 UTC (13 years, 8 months ago) by joey
File length: 24201 byte(s)
Diff to previous 171 , to selected 146
   * Corrected several errors with how the choices field is accessed.
     (Closes: #46606)
   * No longer parses the choices field at template load time. This is a
     big change and might break stuff -- we'll see.

Revision 171 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 4 01:25:38 1999 UTC (13 years, 8 months ago) by joey
File length: 23873 byte(s)
Diff to previous 170 , to selected 146
   * Added a simple little progress report display to dpkg-preconfig so
     when apt passes it 200 packages to be upgraded on a 386, it's clear
     that something is actually going on.

Revision 170 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 4 00:23:17 1999 UTC (13 years, 8 months ago) by joey
File length: 23574 byte(s)
Diff to previous 169 , to selected 146
   * Quoted a few more bareword hash keys that were causing a perl warning. What
     puzzles me is I cannot reproduce the warning at all.. (Closes: #46545)

Revision 169 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 1 22:08:05 1999 UTC (13 years, 8 months ago) by joey
File length: 23304 byte(s)
Diff to previous 168 , to selected 146
   * Doh -- I need to update to use debhelper's debconf support! :-)
   * Gdialog only takes --defaultno options at the end. Dialog only takes
     than at the beginning. Whiptail takes them either place. Argh. I've
     changed to using the end for now, since I don't use dialog at all yet.
   * Disambiguated {owners} in Question.pm, Closes: #46347
   * Killed EXAMPLES out of the debian package.
   * Flipped ordering of short and long descriptions in notes and text in the
     dialog frontend; makes more sense this way.
   * dpkg-reconfigure aborts if you arn't root.

Revision 168 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 1 20:39:53 1999 UTC (13 years, 8 months ago) by joey
File length: 22807 byte(s)
Diff to previous 167 , to selected 146
   * Doh -- I need to update to use debhelper's debconf support! :-)

Revision 167 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 1 06:10:46 1999 UTC (13 years, 8 months ago) by joey
File length: 22624 byte(s)
Diff to previous 165 , to selected 146
   * Yesterday's changes to the choices field broke all select lists -- fixed.
   * Added regression tests to TODO, it's clear I need them.

Revision 165 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 30 18:53:09 1999 UTC (13 years, 8 months ago) by joey
File length: 22371 byte(s)
Diff to previous 164 , to selected 146
   * Modified the README to refer to the locations of docs in the installed
     .deb, rather than the tarball, now that most people are installing debs.
     Closes: #46302.

Revision 164 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 29 23:44:27 1999 UTC (13 years, 8 months ago) by joey
File length: 22084 byte(s)
Diff to previous 163 , to selected 146
   * Added the metaget command. I did this mainly to let one get a list of
     the owners of a question, though it might have other uses later.
   * Substitutions now take effect on the choices field as well as the
     description field.
   * Put these two changes together and it's now possible to install several
     related packages (ispell dictionaries, say), and get a list of what
     dictionaries are available when the config scripts run, and only prompt
     the user once for which one they want. Added a section to the tutorial
     about this.

Revision 163 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 28 22:21:50 1999 UTC (13 years, 8 months ago) by joey
File length: 21418 byte(s)
Diff to previous 162 , to selected 146
   * Fixed the problems with the purge command, which were really package
     name guessing problems and some errors in the new purge code. BenC, it's
     ready for you.
   * Don't install frontend in /bin (Closes: #46149)
   * Fixed a problem with interpretation of the set command. The second
     parameter can have spaces in it.
   * Added data-dumper dependancy, since some perl's don't include it.
     (Closes: #46147)

Revision 162 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 28 06:28:03 1999 UTC (13 years, 8 months ago) by joey
File length: 21151 byte(s)
Diff to previous 161 , to selected 146
don't install file in bin

Revision 161 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 28 00:32:20 1999 UTC (13 years, 8 months ago) by joey
File length: 21099 byte(s)
Diff to previous 160 , to selected 146
ENd of day commit. Not yet in release state.

Revision 160 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 27 23:19:44 1999 UTC (13 years, 8 months ago) by joey
File length: 20883 byte(s)
Diff to previous 159 , to selected 146
   * Fixed a problem with Client::ConfModule.

Revision 159 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 27 22:46:06 1999 UTC (13 years, 8 months ago) by joey
File length: 20723 byte(s)
Diff to previous 157 , to selected 146
   * Applied patch from Peter Vreman <pfv@cooldown.demon.nl> to correct dialog
     size guessing code. Did some additional fixes for whiptail.
     (Closes: 46060)
   * Fixed a really silly formatting bug in FrontEnd::Dialog that was
     probably leading to what looked like corrupted displays for some people.
   * When breaking a question up over multiple screens with dialog, it makes
     sure to always show the short description when it actually prompts for
     input. This is a lot less disorienting.

Revision 157 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 27 03:28:25 1999 UTC (13 years, 8 months ago) by joey
File length: 20104 byte(s)
Diff to previous 156 , to selected 146
   * gdialog will soon support --defaultno, added versionsed conflicts
     with versions that don't, and support it again.
   * ConfModule::new() doesn't take a confmodule to start anymore, I broke
     that out into a separate function.
   * AutoSelect only starts up the script if it's actually passed once. TRhis
     should fix your problem, BenC.

Revision 156 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 27 01:05:16 1999 UTC (13 years, 8 months ago) by joey
File length: 19642 byte(s)
Diff to previous 154 , to selected 146
   * Hm, I know I fixed this before, but the fix seems to have been lost:
     Fixed bug in the AutoSelect that was making it *always* try dialog
     first, even if something else was picked. (Closes: #46020)
   * Dialog has no --defaultno flag, which makes it unusable for debconf.
     Oh, so does gdialog. I have submitted a patch for dialog, but for now
     I have simply made debconf not accept dialog. If you don't have whiptail,
     you get text mode. I also made the --defaultno flag be passed first,
     which is how dialog will (eventually) support it. (Closes: #46047)
   * Dialog frontend no longer clears the screen when running. Makes it
     easier to get at debug messages. (Closes: #46048)
   * dpkg-reconfigure was trashing ownerships, fixed.

Revision 154 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 25 04:25:19 1999 UTC (13 years, 8 months ago) by joey
File length: 18773 byte(s)
Diff to previous 153 , to selected 146
   * Added password data type. Currently supported by the Text frontend
     (though it has problems displaying right in an xterm), the Gtk frontend,
     and the Web frontend (though you'd be insane to use it!).
   * Fixed a nasty bug in the fallback code.
   * Read-protected the debconf db directory.

Revision 153 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 24 23:00:37 1999 UTC (13 years, 8 months ago) by joey
File length: 18358 byte(s)
Diff to previous 152 , to selected 146
   * Fixed a problem if perl failed to configure and dpkg-preconfig then
     bombed out on the next apt run, users would have an unusable apt and not
     be able to fix their system. Now dpkg-preconfigure detects a broken perl
     and exits sanely, allowing apt to continue and fix things.
     (Closes: #45927)
   * Fixed a dpkg-preconfig type introduced last version.

Revision 152 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 24 22:42:49 1999 UTC (13 years, 8 months ago) by joey
File length: 17875 byte(s)
Diff to previous 149 , to selected 146
   * Added fallback frontend support. If the frontend the user selects is not
     available, or fails to initialize (say DISPLAY is unset for Gtk), it will
     fall back intelligently to another frontend.
   * This means debconf doesn't really depend on much at all except perl.
     Moved most stuff to suggests.
   * The Gtk frontend was dying in a way not catchable by eval (!!) if DISPLAY
     was unset; added a fix to that so it falls back instead.
   * Removed some dpkg-preconfig spam.

Revision 149 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 24 00:04:39 1999 UTC (13 years, 8 months ago) by joey
File length: 17272 byte(s)
Diff to previous 148 , to selected 146
   * Mappings. What good are they? None, that I could see, so I completely
     removed them! This doesn't influence debconf's behavior at all, just
     removes many lines of code and makes it all easier to understand.
   * Added the concept that each question is owned by one or more packages.
     When the number of owners goes to zero, the question is removed.
   * Whenever a question is removed, I check to see if the template it used
     is no longer used as well. If so, it's also removed.
   * What this lets us do is it allows packages to get rid of questions and
     templates they created when they are purged. And shared questions are
     fully supported and won't go away until the last package that uses them
     does.
   * Added a "purge" command that accomplishes this easily. (You could of
     course always call unregister by hand for each question, but this is
     easier.)
   * Modifed dpkg-preconfig so all the templates in all the packages that
     are being installed are read first, and then all the config scripts are
     run.
   * The changes above have an intriguing side benefit that offers a fix to a
     vexing problem. There is now a field in each question called "owners", that
     is a comma and space delimited list of the packages that have registered
     ownership. This list is up to date as soon as all the templates are
     loaded if apt is used. A set of related packages can all provide the same
     template in them; and their config scripts can then look at the owners
     field to get the list of all related packages that is/will be installed.
     Then they can do things like turn that into a list of choices of window
     managers, or ispell dictionaries, etc, and prompt the user to pick one.
     This feels only a little hackish, and the only problem with it is that if
     they are not installing with apt, the list isn't fully complete until each
     and every package has been installed.
   * Fixed question default value code so it always inherits from the current
     template, whatever that might be.

Revision 148 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 23 22:30:03 1999 UTC (13 years, 8 months ago) by joey
File length: 16782 byte(s)
Diff to previous 147 , to selected 146
I've been adding some ownership code to things, and I'm about to make a huge
change. Tagging this first so I can revert to it if necessary.

This checkin in not in a usable state!

Revision 147 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 22 22:50:34 1999 UTC (13 years, 8 months ago) by joey
File length: 15111 byte(s)
Diff to previous 146
   * Fixed dpkg-reconfigure, whgich was broken since yesterday.

Revision 146 - (view) (download) (annotate) - [selected]
Modified Wed Sep 22 22:10:00 1999 UTC (13 years, 8 months ago) by joey
File length: 14933 byte(s)
Diff to previous 145
   * Fixed template merge bug. This was making old descriptions show up
     even if a new template with changed descriptions was loaded.

Revision 145 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 21 22:27:13 1999 UTC (13 years, 9 months ago) by joey
File length: 14682 byte(s)
Diff to previous 144 , to selected 146
   * Now it properly handles config scripts and postinsts that exit with
     a return code, by propigating that return code up to dpkg.
   * Killed dpkg-frnotend for good. It's in the Attic now only.
   * In the dialog frontend, hitting cancel (or escape, maybe), will now
     break out and cancel everything.

Revision 144 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 21 18:23:36 1999 UTC (13 years, 9 months ago) by joey
File length: 14260 byte(s)
Diff to previous 143 , to selected 146
   * Added "visible" command to tell if a question will be displayed.
     Very useful for preventing some kinds of loops.

Revision 143 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 20 21:50:17 1999 UTC (13 years, 9 months ago) by joey
File length: 14024 byte(s)
Diff to previous 142 , to selected 146
   * Debhelper now supports debconf, amended turorial to note this.
   * More spelling fixes.
   * Added doc/namespace.ttx, which explains the variable namespace.
   * First upload to unstable.

Revision 142 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 19 20:16:25 1999 UTC (13 years, 9 months ago) by joey
File length: 13706 byte(s)
Diff to previous 141 , to selected 146
   * Patch from James R. Van Zandt <jrv@vanzandt.mv.com> with:
     - spelling corrections
     - man page enhancements
     - better debian/templates text

Revision 141 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 19 00:01:28 1999 UTC (13 years, 9 months ago) by joey
File length: 13439 byte(s)
Diff to previous 140 , to selected 146
   * Fixed a bug.

Revision 140 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 18 21:52:49 1999 UTC (13 years, 9 months ago) by joey
File length: 13307 byte(s)
Diff to previous 139 , to selected 146
   * Added default title support.

Revision 139 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 18 21:20:26 1999 UTC (13 years, 9 months ago) by joey
File length: 13159 byte(s)
Diff to previous 138 , to selected 146
   * Added a config script and templates for debconf itself. It uses
     them to configure what frontend to use, etc. /etc/debconf.cfg is no
     more.
   * Modified Config.pm so it contains functions that return values,
     not just hard coded values. The functions now try to pull values out of
     the database, and fall back on the defaults. Also, environment
     DEBIAN_FRONTEND always works for specifying a frontend now, overriding
     all else.
   * Changed a myriad of other files that use Config.pm to call the new
     functions.
   * The Priority module is no longer used to set priority, Config.pm can
     handle that now.
   * Added showold to Config.pm, you can always see old questions now, if
     you like.
   * Renamed the entire Line frontend to Text. Line really doesn't make as
     much sense. If you're following long in CVS, I also probably broke your
     repository again; a clean checkout is reccommended. Sorry.

Revision 138 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 18 19:57:35 1999 UTC (13 years, 9 months ago) by joey
File length: 12345 byte(s)
Diff to previous 136 , to selected 146
Added debconf configuration config script. Enough configs?

Revision 136 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 18 19:11:26 1999 UTC (13 years, 9 months ago) by joey
File length: 12113 byte(s)
Diff to previous 135 , to selected 146
   * Modified the dialog frontend. Short descriptions now appear after long,
     instead of as dialog titles. The title appears as the dialo title, and
     the background title is "Debian Configuration"
   * Hm, that actually cleaned up the API a bit, I guess it was the right
     thing to do.
   * Fixed link.

Revision 135 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 18 01:05:35 1999 UTC (13 years, 9 months ago) by joey
File length: 11524 byte(s)
Diff to previous 134 , to selected 146
   * Force use of gnu readline perl library. The other one is too bad.
   * dpkg-reconfigure allows you to configure it's frontend now.

Revision 134 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 18 00:53:46 1999 UTC (13 years, 9 months ago) by joey
File length: 11275 byte(s)
Diff to previous 133 , to selected 146
   * Fixed a typo in the tutorial, and expanded it some.
   * Fixed the apt dependancy, which was on too low a version.
   * Depend on whiptail || dialog || gnome-utils so some kind of dialog is
     installed always.

Revision 133 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 17 00:20:48 1999 UTC (13 years, 9 months ago) by joey
File length: 10946 byte(s)
Diff to previous 132 , to selected 146
   * All the sigchld counting and handling stuff was making debconf segfault
     and making it fragile in various ways. Removed it. Instead, I have
     modified update-menus to DTRT, and I depend on that version.

Revision 132 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 16 23:30:10 1999 UTC (13 years, 9 months ago) by joey
File length: 10619 byte(s)
Diff to previous 131 , to selected 146
   * Fixed Line::Boolean default stuff, last time, I hope.

Revision 131 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 16 19:38:39 1999 UTC (13 years, 9 months ago) by joey
File length: 10446 byte(s)
Diff to previous 130 , to selected 146
   * I had a truely nasty problem: when installing packages using the dialog
     frontend, and using dpkg directly, debconf would segfault shortly after
     the config script was run. It looks like this was due to reentrancy
     problems in my sigchld handler and I think I've squashed it.

Revision 130 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 16 01:01:32 1999 UTC (13 years, 9 months ago) by joey
File length: 10042 byte(s)
Diff to previous 129 , to selected 146
   * Expanded the tutorial, it's now a complete standalone document with
     examples. <pant, pant>
   * Oops, I never implemented the reset command! Fixed that.
   * Oops, there are 2 different reset commands! Renamed one to clear,
     contingent on Wichert's approval, and implemented the other as well.
   * Removed dpkg-frontend from the binary package. I really don't want
     people using it.
   * Added pod docs for all Element files. Rather minimal right now.
   * Tested the changes to Client::ConfModule; they work, but I have
     occasional segfaults if using dialog.
   * UI tewak to text boolean element.

Revision 129 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 15 22:44:33 1999 UTC (13 years, 9 months ago) by joey
File length: 9951 byte(s)
Diff to previous 128 , to selected 146
   * Expanded the tutorial, it's now a complete standalone document with
     examples. <pant, pant>
   * Oops, I never implemented the reset command! Fixed that.
   * Oops, there are 2 different reset commands! Renamed one to clear,
     contingent on Wichert's approval, and implemented the other as well.
   * Removed dpkg-frontend from the binary package. I really don't want
     people using it.
   * Added pod docs for all Element files. Rather minimal right now.
   * Tested the changes to Client::ConfModule; they work.

Revision 128 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 14 22:25:15 1999 UTC (13 years, 9 months ago) by joey
File length: 9316 byte(s)
Diff to previous 127 , to selected 146
   * Added COPYING file.
   * Renamed README to EXAMPLES.
   * Wrote a new README that just points to the other files.
   * Wrote doc/INTRODUCTION, giving some history of how things
     have worked, and why debconf is better.
   * Suggests libterm-readline-gnu-perl, which is best for the Line
     frontend.
   * dpkg-preconfig uses the frontend specified in the conffile now.
   * Element::Line::Boolean now uses the correct values as the default.
   * FrontEnd::Line now actually displays titles.
   * Client::ConfModule should now run the config script like confmodule.sh
     does, for transparent installation of debconf packages. Needs testing.

Revision 127 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 14 19:47:10 1999 UTC (13 years, 9 months ago) by joey
File length: 8560 byte(s)
Diff to previous 125 , to selected 146
   * Got rid of the DEBIAN_FRONTEND environment variable entirely. Instead,
     /etc/debconf.cfg has a variable in it to specify the default frontend
     to use.
   * Also added a question priority variable to the config file.
   * Oh yeah, the big change is I fixed the postinst hang bug. Or rather,
     worked around it. The bug was caused by update-menus forking to
     background and waiting, but not closing stdin/out. I worked around by
     catching SIGCHLD's and closing the pipes from the other end when the
     postinst has existed. I've also contacted Joost.
   * This, barring a little bit of docs and a few packages built to use it,
     is basically ready to be shown to the world.

Revision 125 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 13 22:50:37 1999 UTC (13 years, 9 months ago) by joey
File length: 8094 byte(s)
Diff to previous 124 , to selected 146
   * Got rid of the DEBIAN_FRONTEND environment variable entirely. Instead,
     /etc/debconf.cfg has a variable in it to specify the default frontend
     to use.
   * Also added a question priority variable to the config file.

Revision 124 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 13 22:30:35 1999 UTC (13 years, 9 months ago) by joey
File length: 7754 byte(s)
Diff to previous 121 , to selected 146
   * Broke the nasty perl code out of confmodule.sh, it's much cleaner now
     (and you don't see a page long perl -e command in ps..)
   * I now know exactly what's causing the hang problem -- update-menus!
     I still have no clue why.
   * Modified Client/frontend so it runs the config script of a package
     if the script is available, every time. This is pretty ugly, but it has
     a very nice effect: when you dpkg -i a brand new debconfed .deb, the
     config script runs as soon as the postinst tries to use debconf, and
     this lets you configure it, and then it is installed. So you don't have
     to dpkg-preconfig it first. Of course, if you're using apt, it is
     preconfiged, and then the config script is run again, redundantly (but
     doesn't do anything since it's already run). This is basically the last
     workaround needed for dpkg not preconfiguring stuff on it's own -- now
     debconf use is completly transparent.

Revision 121 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 10 22:12:33 1999 UTC (13 years, 9 months ago) by joey
File length: 6695 byte(s)
Diff to previous 119 , to selected 146
   * Don't use dh_link, so it can still build on va.

Revision 119 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 10 21:45:32 1999 UTC (13 years, 9 months ago) by joey
File length: 6528 byte(s)
Diff to previous 118 , to selected 146
   * Gtk::FrontEnd now has the xpm it uses inlined into the file.
   * /etc/debconf.cfg now holds configurable debconf settings. Config.pm is
     just a link to it now.

Revision 118 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 10 01:56:14 1999 UTC (13 years, 9 months ago) by joey
File length: 6426 byte(s)
Diff to previous 117 , to selected 146
   * Gtk::FrontEnd now has the xpm it uses inlined into the file.

Revision 117 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 9 23:59:02 1999 UTC (13 years, 9 months ago) by joey
File length: 6246 byte(s)
Diff to previous 116 , to selected 146
   * dpkg-reconfigure now sets a flag in FrontEnd::Base that makes old
     questions be shown as well. This is very nice for reconfiguring stuff..

Revision 116 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 9 23:08:14 1999 UTC (13 years, 9 months ago) by joey
File length: 5985 byte(s)
Diff to previous 115 , to selected 146
   * Added db_set command to confmodule.sh

Revision 115 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 9 21:55:03 1999 UTC (13 years, 9 months ago) by joey
File length: 5828 byte(s)
Diff to previous 114 , to selected 146
   * Uh oh. "set" is a shell builtin, so you cannot access the set command
     via the shell interface. After talking with Sean, I've decided to just
     prefix all the commands in the shell interface with "db_". So dh_set,
     db_get, etc. Most packages that use debconf thus need to be changed.

Revision 114 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 9 21:13:56 1999 UTC (13 years, 9 months ago) by joey
File length: 5417 byte(s)
Diff to previous 113 , to selected 146
   * Back after a one month hiatus. I've moved debconf around in my cvs
     repository, though the debconf module name should still work.
   * Debconf is now FHS compliant.
   * Removed some junk from the Makefile I no longer need.
   * Added doc/packages-prompt, just a list of some packages that need to be
     modified.

Revision 113 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 9 19:11:40 1999 UTC (13 years, 9 months ago) by joey
File length: 5269 byte(s)
Diff to previous 111 , to selected 146
Ok, I'm back.

Revision 111 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 8 23:17:28 1999 UTC (13 years, 10 months ago) by joey
File length: 4984 byte(s)
Diff to previous 107 , to selected 146
   * Question->value now returns the default field if value is unset (thanks,
     AJ)
   * Various minor touchups everywhere.
   * Killed slrn sample, this is going into the main slrn package and is
     already significently better in there.
   * Added Element/Gtk/*, from AJ.

Revision 107 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 5 23:14:57 1999 UTC (13 years, 10 months ago) by joey
File length: 4597 byte(s)
Diff to previous 105 , to selected 146
   * Added beginnings of GTK frontend by AJ.
   * Began moving the docs from internals.txt into POD documentation. It was
     getting out of sync with the code, this will prevent that. Only Elements
     still need to be converted.
   * Fixed unset bug in confmodule.sh

Revision 105 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 4 21:42:58 1999 UTC (13 years, 10 months ago) by joey
File length: 4336 byte(s)
Diff to previous 104 , to selected 146
Random changes.

Revision 104 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 2 23:05:38 1999 UTC (13 years, 10 months ago) by joey
File length: 4217 byte(s)
Diff to previous 103 , to selected 146
   * Patch from AJ that:
     - makes Questions inherit properties direct from their associated
       Templates. This simplifies a lot of code which no longer needs to
       use $question->template->foo.
     - implements STOP command in protocol.
     - dies on unknown questions instead of failing obscurely later.
     - removes bashism
     - misc fixes and updates to cvs.config.
     - adds template substitution support and the SUBST command.
     - makes template parsing work better WRT the extended description and
       actually look for dots on thier own lines, not lines starting with dot.
   * Minor mods to above patch.
   * Documented template substitutions in the draft spec.

Revision 103 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 31 08:04:10 1999 UTC (13 years, 10 months ago) by joey
File length: 3539 byte(s)
Diff to previous 102 , to selected 146
foo changes

Revision 102 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 31 07:57:51 1999 UTC (13 years, 10 months ago) by joey
File length: 3420 byte(s)
Diff to previous 101 , to selected 146
   * Got rid of the NOTE and TEXT commands; notes and text are now put on
     templates. This breaks any packages already using debconf (again).
   * The above change made it clear I needed to reorganize the Elements --
     each data type is now a seperate object type. The code is much simpler
     now!
   * While I was doing that, it became possible to make the base ConfModule
     handle command_input in a general way. Much duplicate code removed.
   * Modified clients for above changes.
   * Modified samples and docs for above changes.
   * Made the postrm not fail during error unwind.
   * Picky Sean fixes..
   * Added support for isdefault flag. Now you only see a question once.
   * Added support for the FGET and FSET commands. (untested)
   * The mappings file is no more. All questions on a template will now have
     mappings made for them. If you need others, use the commands to make them.
   * Added a new program, dpkg-reconfigure. Use it to reconfigure an already
     installed package.
   * Added Client/confmodule.sh. This is very similar to Client::ConfModule
     except it's a shell library.
   * Changed cvs.config to use confmodule.sh. It's _much_ easier to read now.
   * Copyright updates. VA has sponsored and is at least a partial owner of
     this code. It's still GPL'd, of course.
   * Fixed a bug in the web frontend -- if a page is empty now because all
     questions are too low priotity, it just skips it.
   * Fixed a nasty template merge bug.
   * Added a doc/spec/ directory and put a copy of the metadata section of
     the spec in there, converted to html and greatly expanded to match
     reality. This is a draft that I want to get accepted as the real spec.
   * Changed to using "string" as the data type for text data, had been using
     "text". This is a pretty big change, really and breaks all packages that
     have been built so far that use debconf. Have to do it to comply with
     the spec.

Revision 101 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 15 22:42:32 1999 UTC (13 years, 11 months ago) by joey
File length: 1375 byte(s)
Diff to previous 100 , to selected 146
   * dpkg-preconfig (and test.pl) now load up only the COnfModules and
     FrontEnds that will really be used. Faster startup time.
   * TODO updates.

Revision 100 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 15 21:55:27 1999 UTC (13 years, 11 months ago) by joey
File length: 1112 byte(s)
Diff to previous 99 , to selected 146
oops.

Revision 99 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 15 21:33:16 1999 UTC (13 years, 11 months ago) by joey
File length: 1231 byte(s)
Diff to previous 98 , to selected 146
Added postinst.

Revision 98 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 15 21:31:26 1999 UTC (13 years, 11 months ago) by joey
File length: 1112 byte(s)
Diff to previous 97 , to selected 146
   * dpkg-preconfig now has a --apt option that makes it read debs to      configure on stdin. This is for use with apt of course. (A hacked apt      that can use this exists now.)    * Dialog frontend only clears the screen just before displaying a      non-gdialog dialog box.    * Depend on the version of apt that really works with debconf.    * A postinst and postrm modify /etc/apt/apt.conf to make apt use      dpkg-preconfig to configure packages. (The file's not actually part of      apt, so this is not too evil).

Revision 97 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 15 03:58:23 1999 UTC (13 years, 11 months ago) by joey
File length: 482 byte(s)
Diff to previous 96 , to selected 146
   * Moved CREDITS to doc/.    * Install internals.txt in .deb.    * doc/maintainer.txt is a guide for maintainers who want to convert      packages to use debconf.

Revision 96 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 15 00:49:30 1999 UTC (13 years, 11 months ago) by joey
File length: 207 byte(s)
Diff to previous 95 , to selected 146
   * Killed the cvs date stuff. Too much bother.

Revision 95 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 15 00:45:40 1999 UTC (13 years, 11 months ago) by joey
File length: 533 byte(s)
Diff to previous 94 , to selected 146
   * Fix from AJ for the problem with Line frontend not coming up with      unique letters.    * Gdialog support, from AJ.

Revision 94 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 15 00:09:28 1999 UTC (13 years, 11 months ago) by joey
File length: 290 byte(s)
Diff to previous 93 , to selected 146
   * In preparation for daily cvs builds, set the version number to the date.    * Makefile fixes. And more Makefile fixes.

Revision 93 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 15 00:08:19 1999 UTC (13 years, 11 months ago) by joey
File length: 265 byte(s)
Diff to previous 92 , to selected 146
dpkg-parsechangelog | grep '^  '

Revision 92 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 15 00:06:14 1999 UTC (13 years, 11 months ago) by joey
File length: 245 byte(s)
Diff to previous 62 , to selected 146
dpkg-parsechangelog | grep '^  '

Revision 62 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 8 22:49:30 1999 UTC (13 years, 11 months ago) by joey
File length: 186 byte(s)
Diff to previous 55 , to selected 146
changelog change

Revision 55 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 8 21:29:40 1999 UTC (13 years, 11 months ago) by joey
File length: 176 byte(s)
Diff to previous 53 , to selected 146
Killed client. Debianized.

Revision 53 - (view) (download) (annotate) - [select for diffs]
Added Thu Jul 8 21:16:43 1999 UTC (13 years, 11 months ago) by joey
File length: 180 byte(s)
Diff to selected 146
Renamed client to CLient for consitency.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5