Changelog for
bash-examples-2.05b-alt4.i586.rpm :
Sat Dec 14 07:00:00 2002 Dmitry V. Levin
2.05b-alt4
- Updated the Bash FAQ to version 3.21.
- Fixed rbash misbehaviour, patch from Chet Ramey.
- jobs.c (initialize_job_control): always call get_tty_state().
- jobs.c (initialize_job_signals): always call set_sigwinch_handler().
Thu Oct 17 08:00:00 2002 Dmitry V. Levin 2.05b-alt3
- Fixed bashbug script.
Sun Sep 29 08:00:00 2002 Dmitry V. Levin 2.05b-alt2
- Applied two \"official\" patches from
ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/.
Sun Sep 15 08:00:00 2002 Dmitry V. Levin 2.05b-alt1
- 2.05b:
updated patches:
+ owl-alt-fixes
+ owl-alt-tmp
merged upstream:
+ rh-mailcheck
obsolete:
+ rh-kill_builtin
+ deb-gnusource
+ deb-arm
- Build sh with --disable-help-builtin.
- Build bash with --enable-separate-helpfiles.
Sun Sep 15 08:00:00 2002 Dmitry V. Levin 2.05a-alt3
- Linked with readline-4.3.
Sat Jun 29 08:00:00 2002 Dmitry V. Levin 2.05a-alt2
- Linked with libtinfo.
Fri Jun 7 08:00:00 2002 Dmitry V. Levin 2.05a-alt1
- 2.05a, updated patches.
- Use texi2dvi from texinfo package for bash build.
- Default to vitmp in fc (the history editor) and bashbug script (Owl).
- Don\'t mishandle negative pid in `kill\' builtin (rh).
- Fix for SEGV when some special shell variables are declared as array (deb).
- Added service completion (Ian Macdonald).
- Built with --disable-net-redirections (use netcat instead).
- Make non-interactive shells begun with argv[0][0] == \'-\'
run the startup files when not in posix mode.
- Check whether shell being run by sshd and source the .bashrc
if so (like the rshd behavior).
- bashbug: send bug reports also to ALT bash maintainer.
- Introduced /etc/bashrc.d directory.
- bashrc: changed scripts load directory:
/etc/profile.d/ --> /etc/bashrc.d/
(upgrading to glibc >= 2.2.5-alt6 is recommended).
- alias.sh: reduced ammount of default aliases and relocated it
from /etc/profile.d/ to /etc/bashrc.d/.
Wed Mar 20 07:00:00 2002 Dmitry V. Levin 2.05-alt6
- Reenable job control for /bin/sh.
Wed Mar 20 07:00:00 2002 Dmitry V. Levin 2.05-alt5
- Merged in Owl patches:
+ bash-2.05-owl-alt-fixes
+ bash-2.05-owl-tmp
- Merged in Debian patches:
+ bash-2.05-deb-64bit
+ bash-2.05-deb-gnusource
+ bash-2.05-deb-print_cmd
+ bash-2.05-deb-random
+ bash-2.05-deb-man
- Merged in RedHat patches:
+ bash-2.05a-rh-loadables.patch
+ bash-2.05a-rh-mailcheck.patch
- Fixed bashrc interactive shell detection.
- Fixed bashrc $f setting (#0000663).
- Fixed build without readline support.
- Build /bin/sh as outstanding package sh
(without interactive features).
Mon Aug 20 08:00:00 2001 Dmitry V. Levin 2.05-alt4
- Added explicit prereqs on shared libraries.
- Added IPv6 patch (from pld).
- Added some bugfix patches from the maintainer.
- Added rbash link.
- Updated semantic of aliases loading (from mdk).
- Relocated documentation.
- Removed \"which\" alias.
Tue May 22 08:00:00 2001 Dmitry V. Levin 2.05-alt3
- Fixed tmpfile handling in bashbug script.
Mon May 7 08:00:00 2001 Dmitry V. Levin 2.05-alt2
- Don\'t use strcoll(3) for range comparisons in bracket expressions,
as in bash-2.04.
Fri Apr 20 08:00:00 2001 Dmitry V. Levin 2.05-alt1
- 2.05
Tue Dec 12 07:00:00 2000 Dmitry V. Levin 2.04-ipl2mdk
- Added winsize patch; checkwinsize now enabled by default;
added ROWS and COLUMNS dynamic variables.
- Moved examples to separate subpackage.
Mon Oct 30 07:00:00 2000 Dmitry V. Levin 2.04-ipl1mdk
- RE adaptions.
- FHSification.
- Merge patches from RH.
Sun Jun 11 08:00:00 2000 Dmitry V. Levin
- Merge with MDK.
Wed Mar 22 07:00:00 2000 Dmitry V. Levin
- 2.04
Mon Sep 20 08:00:00 1999 Dmitry V. Levin
- Fandra adaptions
Sun Aug 22 08:00:00 1999 Chmouel Boudjnah
- Remove the alias to ls colors in bash_alias (doble with fileutils scripts).
Fri Aug 20 08:00:00 1999 Chmouel Boudjnah
- Fix wrong group in doc package.
- Increase version ;).
Fri Aug 20 08:00:00 1999 Chmouel Boudjnah
- Fix wrong man links (#20).
Fri Jul 23 08:00:00 1999 Chmouel Boudjnah
- Ken Estes
- patch to detect what executables are required by a script.
Wed Jul 21 08:00:00 1999 Chmouel Boudjnah
- Remove \'DarkTiti\' hack.
Fri Jul 16 08:00:00 1999 Thierry Vignaud
- Make the `echo\' builtin expand backslash-escaped characters by default,
without requiring the `-e\' option. This makes the Bash `echo\' behave
more like the System V version.
Fri Jul 9 08:00:00 1999 Thierry Vignaud
- french description
Thu Jul 8 08:00:00 1999 Thierry Vignaud
- compiled against local libreadline (which is not compiled in now)
=> reduce the size of bash by 42%.
Moreover, a part of its memory is shared with other readline programs (bc, ...)
- disable built-in time command (incompatible with standard POSIX time command)
Tue May 25 08:00:00 1999 Bernhard Rosenkränzer
- handle RPM_OPT_FLAGS
Sat May 15 08:00:00 1999 Chmouel Boudjnah
- alias.sh fix with the new syntax of bash2.
Tue May 11 08:00:00 1999 Chmouel Boudjnah
- Fixing many stupid forget :-((
Tue Apr 27 08:00:00 1999 Chmouel Boudjnah
- Relifting of the doc-section.
- Moving the alias to a new files.
Fri Apr 9 08:00:00 1999 Bernhard Rosenkraenzer
- Mandrake adaptions
- bzip2 man/info pages
- handle RPM_OPT_FLAGS
- add de locale
- add some aliases (ls=ls --color, md, rd, cd..) to bashrc
- fix download URLs
- make it compile if the release number contains non-digits
- We\'re NOT a %arch-redhat-linux
Mon Feb 22 07:00:00 1999 Jeff Johnson
- updated text in spec file.
- update to 2.03.
Fri Feb 12 07:00:00 1999 Cristian Gafton
- build it as bash2 instead of bash
Tue Feb 9 07:00:00 1999 Bill Nottingham
- set \'NON_INTERACTIVE_LOGIN_SHELLS\' so profile gets read
Thu Jan 14 07:00:00 1999 Jeff Johnson
- rename man pages in bash-doc to avoid packaging conflicts (#606).
Wed Dec 2 07:00:00 1998 Cristian Gafton
- patch for the arm
- use $RPM_ARCH-redhat-linux as the build target
Tue Oct 6 08:00:00 1998 Bill Nottingham
- rewrite %pre, axe %postun (to avoid prereq loops)
Wed Aug 19 08:00:00 1998 Jeff Johnson
- resurrect for RH 6.0.
Sun Jul 26 08:00:00 1998 Jeff Johnson
- update to 2.02.1
Thu Jun 11 08:00:00 1998 Jeff Johnson
- Package for 5.2.
Mon Apr 20 08:00:00 1998 Ian Macdonald
- added POSIX.NOTES doc file
- some extraneous doc files removed
- minor .spec file changes
Sun Apr 19 08:00:00 1998 Ian Macdonald
- upgraded to version 2.02
- Alpha, MIPS & Sparc patches removed due to lack of test platforms
- glibc & signal patches no longer required
- added documentation subpackage (doc)
Fri Nov 7 07:00:00 1997 Donnie Barnes
- added signal handling patch from Dean Gaudet that
is based on a change made in bash 2.0. Should fix some early exit
problems with suspends and fg.
Mon Oct 20 08:00:00 1997 Donnie Barnes
- added %clean
Mon Oct 20 08:00:00 1997 Erik Troan
- added comment explaining why install-info isn\'t used
- added mips patch
Fri Oct 17 08:00:00 1997 Donnie Barnes
- added BuildRoot
Tue Jun 3 08:00:00 1997 Erik Troan
- built against glibc