Changelog for
pythonlib-1.27-1.noarch.rpm :
Thu Aug 3 00:00:00 2000 Nalin Dahyabhai
- Dialog: make sure the title gets set (#15113)
- make it buildable from CVS
Thu Jul 13 00:00:00 2000 Prospector
- automatic rebuild
Tue Jun 27 00:00:00 2000 Nalin Dahyabhai
- integrate syntax fix in declaration of _mk_crypt_salt() from Man-Yong Lee
Fri Jun 2 00:00:00 2000 Bill Nottingham
- modules.confiscation
Fri May 12 00:00:00 2000 Nalin Dahyabhai
- add Requires: control-panel, because rhentry.py needs graphic files (#11213)
Fri Mar 31 00:00:00 2000 Nalin Dahyabhai
- add Sysctl type to Conf.py
Sat Sep 11 00:00:00 1999 Bill Nottingham
- oops, actualy release fixed version. ;)
Sun Mar 21 23:00:00 1999 Cristian Gafton
- auto rebuild in the new build environment (release 5)
Mon Mar 15 23:00:00 1999 Michael Maher
- built package for 6.0, incorportated changes, changed spec file.
Thu Feb 11 23:00:00 1999 Peter Hanecak
- updated to build as non-root user
Sat Jul 11 00:00:00 1998 Michael Maher
- patched Conf.py so that kernelcfg works.
- added Buildroot.
Fri Nov 7 23:00:00 1997 Michael K. Johnson
- Added some stuff to deal with -k
Tue Nov 4 23:00:00 1997 Michael K. Johnson
- do not require tkinter; apps that explicitly use tkinter through
- pythonlib should require tkinter themselves.
Mon Nov 3 23:00:00 1997 Michael K. Johnson
- require tkinter
Fri Oct 31 23:00:00 1997 Michael K. Johnson
- ConfFstab for cabaret
Tue Sep 30 00:00:00 1997 Michael K. Johnson
Major changes for new version of netcfg.
- Clone files keep differences in some way appropriate to the type of file.
- RCS management of almost all files (all but password-type files) -- just
create a subdirectory called RCS in any directory where you want to
monitor changes made by control-panel tools that use pythonlib. That
can also be a symlink, but watch for filename conflicts.
- Smart chatfile handling that knows something about the contents of a
chatfile.
- Far better algorithm for finding free user and group ids: first do the
old sparse search, then if that fails, search for first free id. This
algorithm is used for both user and group ids.
- EntryBox class is a toplevel that provides a single entry in a modal manner.
Also made it a noarch package.
Tue Aug 12 00:00:00 1997 Michael K. Johnson
- Added fix for shadow files. (Not a CVS branch; change made in master as well)
Tue Jun 3 00:00:00 1997 Michael K. Johnson
- Added proper error raising and error-on-missing files for kernelcfg.
Tue Apr 22 00:00:00 1997 Michael K. Johnson
- Fields terminated only by separator or end of line.
Fri Mar 28 23:00:00 1997 Michael K. Johnson
- Fixed quoted ampersand in ConfShellVar
Wed Mar 12 23:00:00 1997 Michael K. Johnson
Fixed quoted equals in ConfShellVar
Wed Mar 5 23:00:00 1997 Michael K. Johnson
Changed to /etc/ppp/pap-secrets
Wed Feb 26 23:00:00 1997 Michael K. Johnson
Added class for managing /etc/pap-secrets.
Improved class for managing /etc/sysconfig/static-routes