Age | Commit message (Collapse) | Author | Files | Lines |
|
The "Captain Tight-Pants" Release.
* Fix incorrect claim that 'Q' in dselect quits without saving changes
(really 'X').
* Revert to current 'stable' behaviour of Space/Enter/'Q' in the dselect
help screen, Space leaves the help screen and Enter and 'Q' do nothing.
It's dangerous to encourage users to press Enter or 'Q' since they
commit changes in the package selection screen.
* New Translations (Christian Perrier):
- Basque (Piarres Beobide Egaña). Closes: #281245.
(Was really added in 1.10.24, but forgotten from ALL_LINGUAS.)
- Bosnian (Safir Šećerović).
- Slovak (benco). Closes: #284896, #289341
- Traditional Chinese (Asho Yeh). Closes: #287375.
* Updated Translations (Christian Perrier):
- Brazilian Portuguese (André Luís Lopes). Closes: #281228.
- Catalan (Jordi Mallach). Closes: #281333.
- Czech (Miroslav Kure). Closes: #281231.
- Danish (Claus Hindsgaul). Closes: #281103.
- Dutch (Christian Perrier). Closes: #282087.
- Galician (Héctor Fernéndez López).
- German (Michael Piefel). Closes: #281503.
- Italian (Stefano Canepa). Closes: #282543.
- Japanese (Kenshi Muto). Closes: #281144.
- Korean (Changwoo Ryu). Closes: #282246.
- Norwegian Nynorsk (Håvard Korsvoll). Closes: #281456.
- Polish (Bartosz Feñski).
- Portuguese (Miguel Figueiredo). Closes: #281122, #289359.
- Russian (Yuri Kozlov). Closes: #281166.
- Simplified Chinese (Tchaikov, Carlos Liu).
- Spanish (Javier Fernández-Sanguino Peña). Closes: #281117.
- Swedish (Peter Karlsson). Closes: #281165.
-- Scott James Remnant <scott@netsplit.com> Tue, 11 Jan 2005 16:26:51 +0000
|
|
making it the first include, then off_t/size_t/etc could actually be
redefined to be 64-bit compatible.
|
|
|
|
|
|
add displayerror member function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
it scrolled properly, and still showed the cursor
|
|
|
|
* `=' key in dselect really does `hold' rather than `unhold'.
* dselect dependency processing now interacts better with `hold'.
* dselect `I' key (not `i') modifies display of the info window.
* dselect shows unavailable packages as being unavailable.
* dselect main menu headings and many other strings changed to try to
discourage people from deselecting every package and using [R]emove.
Notably, `select' changed to `mark' throughout.
* dselect disk methods now print a few fewer double slashes.
* dselect disk access methods will offer to use dpkg --record-avail
to scan the available packages, if no Packages file is found.
* New dpkg --compare-versions option, for the benefit of scripts &c.
* New dpkg --clear-avail option forgets all available packages info.
* New dpkg --print-avail option, prints `available' data (from Packages, &c).
* dpkg usage message is more informative, but no longer fits on screen.
* dpkg --avail option renamed --record-avail.
* Latest dpkg-name from Erick Branderhorst.
* dpkg-scanpackages has more sensible problem reporting.
* postinst configure now gets null argument (not <unknown> or <none>)
when there is no previously configured version.
* Guidelines say that postinst configure is given previous version.
* Guidelines don't refer to maintainer-script-args.txt in main text.
* Guidelines (Texinfo source) uploaded separately.
* Own version of strcpy (used for debugging) removed.
* Interface to access methods document in source (doc/dselect-methods.txt).
* debian.buildscript moves changes file into parent directory.
-- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 22 May 1996 01:26:31 +0100
|
|
* Allow overwriting of conflicting packages being removed. (Bug#2614.)
* a.out control file says Pre-Depends: libc4 | libc. (Bug#2640.)
* ELF control file and libc dependencies changed to use finalised scheme.
* ELF control file and libc dependencies for i386 only. (Bug#2617.)
* Guidelines say use only released libraries and compilers.
* Install wishlist as /usr/doc/dpkg/WISHLIST.
* Remove spurious entries for Guidelines in info dir file.
* dpkg-deb --build checks permissions on control (DEBIAN) directory.
* Spaces in control file fields not copied by dpkg-split. (Bug#2633.)
* Spaces in split file part control data ignore. (Bug#2633.)
* Portability fixes, including patch from Richard Kettlewell.
* Fixed minor configure.in bug causing mangled GCC -W options.
-- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 4 Apr 1996 01:58:40 +0100
|