/[debconf]/trunk/src/debconf/doc/EXAMPLES
ViewVC logotype

Log of /trunk/src/debconf/doc/EXAMPLES

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1726 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 5 11:58:49 2005 UTC (8 years, 3 months ago) by cjwatson
File length: 370 byte(s)
Diff to previous 1533
typo fix

Revision 1533 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 29 18:49:52 2003 UTC (9 years, 4 months ago) by joey
File length: 371 byte(s)
Diff to previous 1483
   * Add an exerimental KDE frontend, contributed by Peter Rockai.
     Closes: #224040
   * Generate Debconf/FrontEnd/Kde/WizardUi.pm in Makefile using puic,
     so build-depend on libqt-perl.
   * Added basic pod docs for the Kde frontend, though it could stand
     improvements.
   * Fix code formatting to match the rest of debconf.
   * Use frontend debug facility instead of developer.
   * Remove some dead code and useless init methods that just call super.
   * Split modules into their own files where appropriate; better handling
     of libqt-perl less systems with Kde frontend selected.
   * Suggest libqt-perl.

Revision 1483 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 13 07:04:32 2004 UTC (8 years, 8 months ago) by joey
File length: 317 byte(s)
Diff to previous 880
move from cvs import

Revision 880 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 6 02:26:09 2002 UTC (10 years, 10 months ago) by joey
Original Path: debconf-trunk/doc/EXAMPLES
File length: 317 byte(s)
Diff to previous 829
   * The "no, DebConf 2 is over there" release.
   * Added a new dbdriver called "PackageDir" that stores items for each package
     in separate files (shared items go in their own file) in a subdirectory.
     This is a tradeoff between the load speed of DirTree and the
     manageability and smaller size of the flat file that has been the default
     so far. Locality of reference is reasonable when debconf is used on a
     per-package basis, as in debian. This dbdriver is planned to superceed
     File as the default once it's gotten some testing.
     If you want to test this, edit your debconf.conf to define new databases
     of this type into it, use debconf-copydb to copy your existing databases
     into the new ones, and then make the new ones be used by default.
   * Applied a patch from ilmari@ping.uio.no (Dagfinn Ilmari Manns�ker) to the
     LDAP dbdriver to change fields to IA5 text, skipping empty fields.
     Closes: #139779
   * Made more vocal about use of capitalized frontend names, which are
     deprecated. Fixed the couple of places in the debconf tree that still used
     the old style.
   * Note that debconf.conf(5) pt_BR translation is outdated.
   * Make Directory (and not just DirTree) dbdriver refuse to accept
     names with .. in them.
   * Added support for backup files to Directory, and thus to DirTree as well,
     and defaulted it to on.
   * Modified cache load methods to call a cacheadd method to add items back
     to cache; this allows a load method to actually load up related items when
     asked for one item.
   * Doc updates.

Revision 829 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 30 04:07:58 2001 UTC (11 years, 7 months ago) by joey
Original Path: debconf-trunk/doc/EXAMPLES
File length: 317 byte(s)
Diff to previous 823
unreleased

Revision 823 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 28 23:03:09 2001 UTC (11 years, 8 months ago) by joey
Original Path: debconf-trunk/doc/EXAMPLES
File length: 473 byte(s)
Diff to previous 752
   * Let's call it 1.0, folks!
   * This leaves the following big things for later:
     - a better confmodule interface that doesn't eat stdin/out
     - container template types
     - select list with explainations
     - a textual replacement for the dialog frontend that is just as
       easy to use, and sucks less
     - better developer's documentation
     - regression tests
     - everything else in the TODO file
   * I mention a dialog frontend replacement that does not suck. The slang
     frontend was intended to be just that, but it is a failure, with big
     problems like unscrollable extended descriptions, UI clunkiness, etc.
     Nobody wants to fix these issues, and so the best thing to do is remove
     it, before a lot of people begin to use it.
     Closes: #66170, #81344, #96302, #74722, #77085, #101643
   * Removing the slang frontend also involved:
     - getting rid of debconf/helpvisible, which was only used by it
     - modifiying the debconf/frontend's template description, thus making
       all the translatione be out of date again, right as I release 1.0.
       Bleh. I was able to clean up the french template, but all the other
       translations of that template were too out of date to live, so I
       removed it from them. I am accepting updated translations, and I would
       love to get a 1.1 release out with fully up-to-date translations of
       everything.
     - doc updates
     - libterm-stool-perl will be removed, so removed relations to it
     - ensuring an upgrade path, if not a very clean one, for people who had
       it set to use the slang frontend. You'll get dialog now, and just
       ignore that nasty set of perl errors you get while upgrading to this
       version, I can't do anything about it w/o some nasty hacking.

Revision 752 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 8 00:33:44 2001 UTC (12 years, 2 months ago) by joey
Original Path: debconf-trunk/doc/EXAMPLES
File length: 473 byte(s)
Diff to previous 560
   * Renamed Copy driver to Backup, and renamed its fields too -- if you
     have used it already, take note!
   * Some internal restructuring of db driver classes.
   * Added debconf-copydb, the all-singing all dancing db conversion,
     excerpting, and copying tool, to debconf-utils.
   * Backups of File db's can be turned off.

Revision 560 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 18 05:20:42 2000 UTC (12 years, 6 months ago) by joey
Original Path: debconf-trunk/doc/EXAMPLES
File length: 457 byte(s)
Diff to previous 553
   * The stuff the postinst adds to apt.conf now doesn't return a error
     code and make the apt run fail even if peices of the system like perl
     are broken, as they are now for so many people. I had held off on this
     change for a long time, but enough is enough.
   * Also some not-yet-ready copletion stuff in the text frontend.

Revision 553 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 15 18:28:50 2000 UTC (12 years, 6 months ago) by joey
Original Path: debconf-trunk/doc/EXAMPLES
File length: 402 byte(s)
Diff to previous 537
* NOT READY FOR RELEASE
  * Modified all the frontends to deal with this scenario:
        A config scripts asks questions a, b, and c. a and c are asked at
        priorities that make them visible, b is not. The user gets to c,
        and backs up.
    Previously, debconf would loop back to b, skip it again, and return the
    user to c. Now it is smart enough to go back to a once b is skipped.

Revision 537 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 17 23:52:34 2000 UTC (12 years, 7 months ago) by joey
Original Path: debconf-trunk/doc/EXAMPLES
File length: 402 byte(s)
Diff to previous 432
no it's not ready for release. Yes, I have to go.

Revision 432 - (view) (download) (annotate) - [select for diffs]
Added Thu Mar 30 23:21:26 2000 UTC (13 years, 1 month ago) by joey
Original Path: debconf-trunk/doc/EXAMPLES
File length: 456 byte(s)
   * Added dpkg-loadtemplate, a simple program that loads templates into the
     debconf database. This is *not* intended to be used by debian packages,
     but can be useful for debugging purposes and for pre-seeding the
     database before installing a package.
   * Moved all external manpages for perl programs into POD format.
   * Updated all pod docs to fix formatting problems.
   * debconf-tiny is no more. Instead, we now have debconf and debconf-doc.
     This makes debconf proper be nearly as small as debconf-tiny used to be
     and gets rid of the set of problems associated with debconf-tiny.
   * This huge and unmanageable changelog is 20k compressed. To make debconf
     a reasonable size, I am only including the last 5 changelog entries in
     debconf; the rest go in -doc.
   * Several modules are now Exporters, and I use that where possible to
     reduce code size.
   * Strip all pod docs out of modules in binary package. Ugly, but saves a
     great deal of space.
   * Killed off the gtk frontend. The code has been rotting, and it just
     needs to be rewritten.
   * Changed the AutoSelect fallbacks around, most frontends now fall back
     to Slang.
   * Text frontend no longer always prompts for a Enter press at the end of
     a run.
   * Moved some doc files into doc/ in the source package.

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