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

Contents of /debconf-trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 118 - (hide annotations) (download)
Fri Sep 10 01:56:14 1999 UTC (13 years, 8 months ago) by joey
File size: 6426 byte(s)
   * Gtk::FrontEnd now has the xpm it uses inlined into the file.
1 joey 118 debconf (0.1.13) unstable; urgency=low
2    
3     * Gtk::FrontEnd now has the xpm it uses inlined into the file.
4    
5     -- Joey Hess <joeyh@master.debian.org> Thu, 9 Sep 1999 18:54:53 -0700
6    
7 joey 117 debconf (0.1.12) unstable; urgency=low
8    
9     * dpkg-reconfigure now sets a flag in FrontEnd::Base that makes old
10     questions be shown as well. This is very nice for reconfiguring stuff..
11    
12     -- Joey Hess <joeyh@master.debian.org> Thu, 9 Sep 1999 16:19:21 -0700
13    
14 joey 116 debconf (0.1.11) unstable; urgency=low
15    
16     * Added db_set command to confmodule.sh
17    
18     -- Joey Hess <joeyh@master.debian.org> Thu, 9 Sep 1999 16:05:25 -0700
19    
20 joey 115 debconf (0.1.10) unstable; urgency=low
21    
22     * Uh oh. "set" is a shell builtin, so you cannot access the set command
23     via the shell interface. After talking with Sean, I've decided to just
24     prefix all the commands in the shell interface with "db_". So dh_set,
25     db_get, etc. Most packages that use debconf thus need to be changed.
26    
27     -- Joey Hess <joeyh@master.debian.org> Thu, 9 Sep 1999 14:31:45 -0700
28    
29 joey 113 debconf (0.1.9) unstable; urgency=low
30    
31     * Back after a one month hiatus. I've moved debconf around in my cvs
32     repository, though the debconf module name should still work.
33     * Debconf is now FHS compliant.
34 joey 114 * Removed some junk from the Makefile I no longer need.
35     * Added doc/packages-prompt, just a list of some packages that need to be
36     modified.
37 joey 113
38     -- Joey Hess <joeyh@master.debian.org> Thu, 9 Sep 1999 12:05:01 -0700
39    
40 joey 111 debconf (0.1.8) unstable; urgency=low
41    
42     * Question->value now returns the default field if value is unset (thanks,
43     AJ)
44     * Various minor touchups everywhere.
45     * Killed slrn sample, this is going into the main slrn package and is
46     already significently better in there.
47     * Added Element/Gtk/*, from AJ.
48    
49     -- Joey Hess <joeyh@master.debian.org> Sun, 8 Aug 1999 16:00:44 -0700
50    
51 joey 105 debconf (0.1.7) unstable; urgency=low
52    
53 joey 107 * Added beginnings of GTK frontend by AJ.
54     * Began moving the docs from internals.txt into POD documentation. It was
55     getting out of sync with the code, this will prevent that. Only Elements
56     still need to be converted.
57     * Fixed unset bug in confmodule.sh
58 joey 105
59     -- Joey Hess <joeyh@master.debian.org> Mon, 2 Aug 1999 16:06:33 -0700
60    
61 joey 103 debconf (0.1.6) unstable; urgency=low
62    
63 joey 104 * Patch from AJ that:
64     - makes Questions inherit properties direct from their associated
65     Templates. This simplifies a lot of code which no longer needs to
66     use $question->template->foo.
67     - implements STOP command in protocol.
68     - dies on unknown questions instead of failing obscurely later.
69     - removes bashism
70     - misc fixes and updates to cvs.config.
71     - adds template substitution support and the SUBST command.
72     - makes template parsing work better WRT the extended description and
73     actually look for dots on thier own lines, not lines starting with dot.
74     * Minor mods to above patch.
75     * Documented template substitutions in the draft spec.
76 joey 103
77     -- Joey Hess <joeyh@master.debian.org> Sat, 31 Jul 1999 00:57:58 -0700
78    
79 joey 102 debconf (0.1.5) unstable; urgency=low
80    
81     * Got rid of the NOTE and TEXT commands; notes and text are now put on
82     templates. This breaks any packages already using debconf (again).
83     * The above change made it clear I needed to reorganize the Elements --
84     each data type is now a seperate object type. The code is much simpler
85     now!
86     * While I was doing that, it became possible to make the base ConfModule
87     handle command_input in a general way. Much duplicate code removed.
88     * Modified clients for above changes.
89     * Modified samples and docs for above changes.
90     * Made the postrm not fail during error unwind.
91     * Picky Sean fixes..
92     * Added support for isdefault flag. Now you only see a question once.
93     * Added support for the FGET and FSET commands. (untested)
94     * The mappings file is no more. All questions on a template will now have
95     mappings made for them. If you need others, use the commands to make them.
96     * Added a new program, dpkg-reconfigure. Use it to reconfigure an already
97     installed package.
98     * Added Client/confmodule.sh. This is very similar to Client::ConfModule
99     except it's a shell library.
100     * Changed cvs.config to use confmodule.sh. It's _much_ easier to read now.
101     * Copyright updates. VA has sponsored and is at least a partial owner of
102     this code. It's still GPL'd, of course.
103     * Fixed a bug in the web frontend -- if a page is empty now because all
104     questions are too low priotity, it just skips it.
105     * Fixed a nasty template merge bug.
106     * Added a doc/spec/ directory and put a copy of the metadata section of
107     the spec in there, converted to html and greatly expanded to match
108     reality. This is a draft that I want to get accepted as the real spec.
109     * Changed to using "string" as the data type for text data, had been using
110     "text". This is a pretty big change, really and breaks all packages that
111     have been built so far that use debconf. Have to do it to comply with
112     the spec.
113    
114     -- Joey Hess <joeyh@master.debian.org> Fri, 30 Jul 1999 11:16:25 -0700
115    
116 joey 101 debconf (0.1.3) unstable; urgency=low
117    
118     * dpkg-preconfig (and test.pl) now load up only the COnfModules and
119     FrontEnds that will really be used. Faster startup time.
120     * TODO updates.
121    
122     -- Joey Hess <joeyh@master.debian.org> Thu, 15 Jul 1999 15:36:53 -0700
123    
124 joey 98 debconf (0.1.2) unstable; urgency=low
125    
126     * dpkg-preconfig now has a --apt option that makes it read debs to
127     configure on stdin. This is for use with apt of course. (A hacked apt
128     that can use this exists now.)
129     * Dialog frontend only clears the screen just before displaying a
130     non-gdialog dialog box.
131     * Depend on the version of apt that really works with debconf.
132     * A postinst and postrm modify /etc/apt/apt.conf to make apt use
133     dpkg-preconfig to configure packages. (The file's not actually part of
134     apt, so this is not too evil).
135    
136     -- Joey Hess <joeyh@master.debian.org> Thu, 15 Jul 1999 11:41:29 -0700
137    
138 joey 97 debconf (0.1.1) unstable; urgency=low
139    
140     * Moved CREDITS to doc/.
141     * Install internals.txt in .deb.
142     * doc/maintainer.txt is a guide for maintainers who want to convert
143     packages to use debconf.
144    
145     -- Joey Hess <joeyh@master.debian.org> Wed, 14 Jul 1999 20:37:50 -0700
146    
147 joey 96 debconf (0.1.0) unstable; urgency=low
148 joey 95
149 joey 96 * Killed the cvs date stuff. Too much bother.
150 joey 95
151 joey 53 -- Joey Hess <joeyh@master.debian.org> Thu, 8 Jul 1999 13:38:37 -0700
152    
153     Local variables:
154     mode: debian-changelog
155     End:

  ViewVC Help
Powered by ViewVC 1.1.5