Roman Rakus 26fa72
#% define beta_tag rc2
Elad Alfassa 70fa75
%global _hardened_build 1
Siteshwar Vashisht 009518
%define patchleveltag .23
Siteshwar Vashisht 498f26
%define baseversion 4.4
Ville Skyttä 3333c5
%bcond_without tests
Roman Rakus 83c582
Roman Rakus b2750f
Version: %{baseversion}%{patchleveltag}
cvsdist 74e8be
Name: bash
Lubomir Rintel 4ec2ff
Summary: The GNU Bourne Again shell
Siteshwar Vashisht 739b27
Release: 4%{?dist}
Roman Rakus f2e7e1
License: GPLv3+
Siteshwar Vashisht c98f48
Url: https://www.gnu.org/software/bash
Siteshwar Vashisht c98f48
Source0: https://ftp.gnu.org/gnu/bash/bash-%{baseversion}.tar.gz
Roman Rakus 87b651
Roman Rakus 87b651
# For now there isn't any doc
Roman Rakus 87b651
#Source2: ftp://ftp.gnu.org/gnu/bash/bash-doc-%{version}.tar.gz
Roman Rakus 87b651
Roman Rakus 87b651
Source1: dot-bashrc
Roman Rakus 87b651
Source2: dot-bash_profile
Roman Rakus 87b651
Source3: dot-bash_logout
Roman Rakus d1932b
Ondrej Oprala 6f2bbd
# Official upstream patches
Siteshwar Vashisht 1bf46c
# Patches are converted to apply with '-p1'
Siteshwar Vashisht 009518
%{lua:for i=1,23 do print(string.format("Patch%u: bash-4.4-patch-%u.patch\n", i, i)) end}
Ondrej Oprala 6f2bbd
Tim Waugh 5b2341
# Other patches
Tim Waugh 5b2341
Patch101: bash-2.02-security.patch
Roman Rakus 87b651
Patch102: bash-2.03-paths.patch
Roman Rakus 87b651
Patch103: bash-2.03-profile.patch
Roman Rakus 87b651
Patch104: bash-2.05a-interpreter.patch
Roman Rakus 87b651
Patch105: bash-2.05b-debuginfo.patch
Roman Rakus 2ef5a7
Patch106: bash-2.05b-manso.patch
Roman Rakus 87b651
Patch107: bash-2.05b-pgrp_sync.patch
Siteshwar Vashisht 498f26
Patch108: bash-2.05b-xcc.patch
Siteshwar Vashisht 498f26
Patch109: bash-3.2-audit.patch
Siteshwar Vashisht 498f26
Patch110: bash-3.2-ssh_source_bash.patch
Siteshwar Vashisht 498f26
Patch112: bash-infotags.patch
Siteshwar Vashisht 498f26
Patch113: bash-requires.patch
Siteshwar Vashisht 498f26
Patch114: bash-setlocale.patch
Siteshwar Vashisht 498f26
Patch115: bash-tty-tests.patch
Roman Rakus cce581
Roman Rakus 8c9d1c
# 484809, check if interp section is NOBITS
Siteshwar Vashisht 498f26
Patch116: bash-4.0-nobits.patch
Roman Rakus 8c9d1c
Roman Rakus 5ee070
# Do the same CFLAGS in generated Makefile in examples
Siteshwar Vashisht 498f26
Patch117: bash-4.1-examples.patch
Roman Rakus 5ee070
Roman Rakus 5e32c3
# Builtins like echo and printf won't report errors
Roman Rakus 5e32c3
# when output does not succeed due to EPIPE
Siteshwar Vashisht 498f26
Patch118: bash-4.1-broken_pipe.patch
Roman Rakus 5e32c3
Roman Rakus d48de9
# Enable system-wide .bash_logout for login shells
Siteshwar Vashisht 498f26
Patch119: bash-4.2-rc2-logout.patch
Roman Rakus d48de9
Roman Rakus 1680d4
# Static analyzis shows some issues in bash-2.05a-interpreter.patch
Siteshwar Vashisht 498f26
Patch120: bash-4.2-coverity.patch
Roman Rakus 436109
Roman Rakus e8e8bf
# Don't call malloc in signal handler
Siteshwar Vashisht 498f26
Patch121: bash-4.1-defer-sigchld-trap.patch
Roman Rakus e8e8bf
Roman Rakus a34730
# 799958, updated info about trap
Siteshwar Vashisht 498f26
Patch122: bash-4.2-manpage_trap.patch
Roman Rakus a34730
Roman Rakus ca6ec2
# https://www.securecoding.cert.org/confluence/display/seccode/INT32-C.+Ensure+that+operations+on+signed+integers+do+not+result+in+overflow
Siteshwar Vashisht 498f26
Patch123: bash-4.2-size_type.patch
Roman Rakus 185aa1
Ondrej Oprala 0797d0
# 1112710 - mention ulimit -c and -f POSIX block size
Siteshwar Vashisht 498f26
Patch124: bash-4.3-man-ulimit.patch
Ondrej Oprala 339c6c
Ondrej Oprala d0b8ec
# 1102815 - fix double echoes in vi visual mode
Siteshwar Vashisht 498f26
Patch125: bash-4.3-noecho.patch
Ondrej Oprala 1e8e81
Ondrej Oprala 1e8e81
#1241533,1224855 - bash leaks memory when LC_ALL set
Siteshwar Vashisht 498f26
Patch126: bash-4.3-memleak-lc_all.patch
Ondrej Oprala f5eff7
Siteshwar Vashisht 498f26
# bash-4.4 builds loadable builtin examples by default
Siteshwar Vashisht 498f26
# this patch disables it
Siteshwar Vashisht 498f26
Patch127: bash-4.4-no-loadable-builtins.patch
Siteshwar Vashisht b1104e
Siteshwar Vashisht 31a9b5
# 1068697 - Explicitly unset nonblocking mode while reading from stdin
Siteshwar Vashisht 31a9b5
# This should be dropped while rebasing to bash-4.5
Siteshwar Vashisht 30ef81
Patch128: bash-4.4-unset-nonblock-stdin.patch
Siteshwar Vashisht 31a9b5
Siteshwar Vashisht b316f7
# 1389838 - command builtin should not abort on variable assignment errors
Siteshwar Vashisht b316f7
# This should be dropped while rebasing to bash-4.5
Siteshwar Vashisht 30ef81
Patch129: bash-4.4-assignment-error.patch
Siteshwar Vashisht b316f7
Siteshwar Vashisht 7bfd9a
# 1458008 - test builtin ignores subsecond while comparing file modification times
Siteshwar Vashisht 92a126
# This should be dropped while rebasing to bash-4.5
Siteshwar Vashisht 30ef81
Patch130: bash-4.5-test-modification-time.patch
Siteshwar Vashisht 92a126
Siteshwar Vashisht f379fd
# 1556867 - case in a for loop inside subshell causes syntax error
Siteshwar Vashisht f379fd
# This should be dropped while rebasing to bash-4.5
Siteshwar Vashisht f379fd
Patch131: bash-4.4-case-in-command-subst.patch
Siteshwar Vashisht f379fd
Igor Gnatenko da498e
BuildRequires:  gcc
cvsdist de3ddc
BuildRequires: texinfo bison
Miroslav Lichvar 287525
BuildRequires: ncurses-devel
Tim Waugh 3a1994
BuildRequires: autoconf, gettext
David Kaspar [Dee'Kej] 4af6ac
Requires: filesystem >= 3
Harald Hoyer a370a4
Provides: /bin/sh
Harald Hoyer a370a4
Provides: /bin/bash
cvsdist 4897e0
cvsdist 74e8be
%description
cvsdist 74e8be
The GNU Bourne Again shell (Bash) is a shell or command language
cvsdist 74e8be
interpreter that is compatible with the Bourne shell (sh). Bash
cvsdist 74e8be
incorporates useful features from the Korn shell (ksh) and the C shell
Lubomir Rintel 4ec2ff
(csh). Most sh scripts can be run by bash without modification.
cvsdist 74e8be
Christoph Junghans 353794
%package devel
Christoph Junghans 353794
Summary: Development headers for %{name}
Christoph Junghans 353794
Requires: %{name} = %{version}-%{release}
Christoph Junghans 353794
Requires: pkgconf-pkg-config
Christoph Junghans 353794
Christoph Junghans 353794
%description devel
Christoph Junghans 353794
This package contains development headers for %{name}.
Christoph Junghans 353794
Roman Rakus b44dc2
%package doc
Roman Rakus b44dc2
Summary: Documentation files for %{name}
Roman Rakus b44dc2
Requires: %{name} = %{version}-%{release}
Roman Rakus b44dc2
Roman Rakus b44dc2
%description doc
Roman Rakus b44dc2
This package contains documentation files for %{name}.
Roman Rakus b44dc2
cvsdist 74e8be
%prep
Siteshwar Vashisht fad860
%autosetup -n %{name}-%{baseversion} -p1
Roman Rakus e8e8bf
cvsdist 74e8be
echo %{version} > _distribution
cvsdist 74e8be
echo %{release} > _patchlevel
cvsdist 74e8be
Dan Horák e02c7d
# force refreshing the generated files
Dan Horák e02c7d
rm y.tab.*
Dan Horák e02c7d
cvsdist 74e8be
%build
Tim Waugh 01dc7a
autoconf
cvsdist eb3bba
%configure --with-bash-malloc=no --with-afs
Roman Rakus 8c9d1c
Roman Rakus 8c9d1c
# Recycles pids is neccessary. When bash's last fork's pid was X
Roman Rakus 8c9d1c
# and new fork's pid is also X, bash has to wait for this same pid.
Roman Rakus 8c9d1c
# Without Recycles pids bash will not wait.
Siteshwar Vashisht 533b8a
make "CPPFLAGS=-D_GNU_SOURCE -DRECYCLES_PIDS -DDEFAULT_PATH_VALUE='\"/usr/local/bin:/usr/bin\"' `getconf LFS_CFLAGS`" %{?_smp_mflags}
cvsdist 8b5e1e
cvsdist 74e8be
%install
cvsdist 8b5e1e
if [ -e autoconf ]; then
Tim Waugh f41697
  # Yuck. We're using autoconf 2.1x.
Tim Waugh f41697
  export PATH=.:$PATH
cvsdist 8b5e1e
fi
cvsdist 8b5e1e
cvsdist 4897e0
# Fix bug #83776
Siteshwar Vashisht 9450c8
sed -i -e 's,bashref\.info,bash.info,' doc/bashref.info
cvsdist 4897e0
Christoph Junghans 353794
%make_install install-headers
cvsdist 8b5e1e
Siteshwar Vashisht fdd44b
mkdir -p %{buildroot}/etc
cvsdist 8b5e1e
cvsdist 74e8be
# make manpages for bash builtins as per suggestion in DOC/README
cvsdist 4d371b
pushd doc
cvsdist 74e8be
sed -e '
cvsdist 74e8be
/^\.SH NAME/, /\\- bash built-in commands, see \\fBbash\\fR(1)$/{
cvsdist 74e8be
/^\.SH NAME/d
cvsdist 74e8be
s/^bash, //
cvsdist 74e8be
s/\\- bash built-in commands, see \\fBbash\\fR(1)$//
cvsdist 74e8be
s/,//g
cvsdist 74e8be
b
cvsdist 74e8be
}
cvsdist 74e8be
d
cvsdist 74e8be
' builtins.1 > man.pages
cvsdist 74e8be
for i in echo pwd test kill; do
Siteshwar Vashisht 9450c8
  sed -i -e "s,$i,,g" man.pages
Siteshwar Vashisht 9450c8
  sed -i -e "s,  , ,g" man.pages
cvsdist 74e8be
done
cvsdist 74e8be
Siteshwar Vashisht 9450c8
install -p -m 644 builtins.1 %{buildroot}%{_mandir}/man1/builtins.1
cvsdist 74e8be
cvsdist 74e8be
for i in `cat man.pages` ; do
Siteshwar Vashisht fdd44b
  echo .so man1/builtins.1 > %{buildroot}%{_mandir}/man1/$i.1
Siteshwar Vashisht fdd44b
  chmod 0644 %{buildroot}%{_mandir}/man1/$i.1
cvsdist 74e8be
done
cvsdist 4d371b
popd
cvsdist 57ff95
cvsdist 57ff95
# Link bash man page to sh so that man sh works.
Siteshwar Vashisht fdd44b
ln -s bash.1 %{buildroot}%{_mandir}/man1/sh.1
cvsdist 57ff95
Roman Rakus 87b651
# Not for printf, true and false (conflict with coreutils)
Siteshwar Vashisht fdd44b
rm -f %{buildroot}/%{_mandir}/man1/printf.1
Siteshwar Vashisht fdd44b
rm -f %{buildroot}/%{_mandir}/man1/true.1
Siteshwar Vashisht fdd44b
rm -f %{buildroot}/%{_mandir}/man1/false.1
Siteshwar Vashisht fdd44b
Siteshwar Vashisht fdd44b
ln -sf bash %{buildroot}%{_bindir}/sh
Siteshwar Vashisht fdd44b
rm -f %{buildroot}%{_infodir}/dir
Siteshwar Vashisht fdd44b
mkdir -p %{buildroot}/etc/skel
Siteshwar Vashisht 9450c8
install -p -m644 %SOURCE1 %{buildroot}/etc/skel/.bashrc
Siteshwar Vashisht 9450c8
install -p -m644 %SOURCE2 %{buildroot}/etc/skel/.bash_profile
Siteshwar Vashisht 9450c8
install -p -m644 %SOURCE3 %{buildroot}/etc/skel/.bash_logout
Tim Waugh f2df43
LONG_BIT=$(getconf LONG_BIT)
Siteshwar Vashisht fdd44b
mv %{buildroot}%{_bindir}/bashbug \
Siteshwar Vashisht fdd44b
   %{buildroot}%{_bindir}/bashbug-"${LONG_BIT}"
Siteshwar Vashisht fdd44b
ln -s bashbug-"${LONG_BIT}" %{buildroot}%{_bindir}/bashbug
Siteshwar Vashisht fdd44b
ln -s bashbug.1 %{buildroot}/%{_mandir}/man1/bashbug-"$LONG_BIT".1
cvsdist 9bd0ca
Tim Waugh f994cb
# Fix missing sh-bangs in example scripts (bug #225609).
Tim Waugh f994cb
for script in \
Tim Waugh f994cb
  examples/scripts/shprompt
Ondrej Oprala ac881b
# I don't know why these are gone in 4.3
Ondrej Oprala ac881b
  #examples/scripts/krand.bash \
Ondrej Oprala ac881b
  #examples/scripts/bcsh.sh \
Ondrej Oprala ac881b
  #examples/scripts/precedence \
Tim Waugh f994cb
do
Tim Waugh f994cb
  cp "$script" "$script"-orig
Tim Waugh f994cb
  echo '#!/bin/bash' > "$script"
Tim Waugh f994cb
  cat "$script"-orig >> "$script"
Tim Waugh f994cb
  rm -f "$script"-orig
Tim Waugh f994cb
done
Tim Waugh f994cb
Roman Rakus 17fd17
# bug #820192, need to add execable alternatives for regular built-ins
Ondrej Oprala 3b09d0
for ea in alias bg cd command fc fg getopts hash jobs read type ulimit umask unalias wait
Roman Rakus 17fd17
do
Siteshwar Vashisht fdd44b
  cat <<EOF > "%{buildroot}"/%{_bindir}/"$ea"
Roman Rakus 17fd17
#!/bin/sh
Roman Rakus 17fd17
builtin $ea "\$@"
Roman Rakus 17fd17
EOF
Siteshwar Vashisht fdd44b
chmod +x "%{buildroot}"/%{_bindir}/"$ea"
Roman Rakus 17fd17
done
Roman Rakus 17fd17
cvsdist 4d371b
%find_lang %{name}
cvsdist 4d371b
Roman Rakus b44dc2
# copy doc to /usr/share/doc
Ville Skyttä 3333c5
cat /dev/null > %{name}-doc.files
Siteshwar Vashisht fdd44b
mkdir -p %{buildroot}/%{_pkgdocdir}/doc
Roman Rakus f8831a
# loadables aren't buildable
Roman Rakus f8831a
rm -rf examples/loadables
Ondrej Oprala ac881b
for file in CHANGES COMPAT NEWS NOTES POSIX RBASH README examples
Roman Rakus b44dc2
do
Siteshwar Vashisht fdd44b
  cp -rp "$file" %{buildroot}/%{_pkgdocdir}/"$file"
Ville Skyttä 00892b
  echo "%%doc %{_pkgdocdir}/$file" >> %{name}-doc.files
Roman Rakus b44dc2
done
Ville Skyttä 00892b
echo "%%doc %{_pkgdocdir}/doc" >> %{name}-doc.files
Ville Skyttä 3333c5
Roman Rakus f8831a
Ondrej Oprala ac881b
Ville Skyttä 3333c5
%if %{with tests}
Ville Skyttä 3333c5
%check
Ville Skyttä 3333c5
make check
Ville Skyttä 3333c5
%endif
Ville Skyttä 3333c5
Jesse Keating 955ac2
# post is in lua so that we can run it without any external deps.  Helps
Jesse Keating 955ac2
# for bootstrapping a new install.
Jesse Keating 955ac2
# Jesse Keating 2009-01-29 (code from Ignacio Vazquez-Abrams)
Roman Rakus 1efb46
# Roman Rakus 2011-11-07 (code from Sergey Romanov) #740611
Jesse Keating b4cdcd
%post -p <lua>
Roman Rakus 1efb46
nl        = '\n'
Roman Rakus 1efb46
sh        = '/bin/sh'..nl
Roman Rakus 1efb46
bash      = '/bin/bash'..nl
Roman Rakus 1efb46
f = io.open('/etc/shells', 'a+')
Roman Rakus 1efb46
if f then
Roman Rakus 1efb46
  local shells = nl..f:read('*all')..nl
Roman Rakus 1efb46
  if not shells:find(nl..sh) then f:write(sh) end
Roman Rakus 1efb46
  if not shells:find(nl..bash) then f:write(bash) end
Roman Rakus 1efb46
  f:close()
Jesse Keating 955ac2
end
cvsdist 74e8be
Roman Rakus a19016
%postun -p <lua>
Roman Rakus 41cf2b
-- Run it only if we are uninstalling
Roman Rakus 41cf2b
if arg[2] == "0"
Roman Rakus 41cf2b
then
Roman Rakus 41cf2b
  t={}
Roman Rakus 41cf2b
  for line in io.lines("/etc/shells")
Roman Rakus 41cf2b
  do
Roman Rakus 41cf2b
    if line ~= "/bin/bash" and line ~= "/bin/sh"
Roman Rakus 41cf2b
    then
Roman Rakus 41cf2b
      table.insert(t,line)
Roman Rakus 41cf2b
    end
Roman Rakus a19016
  end
Roman Rakus a19016
Roman Rakus 41cf2b
  f = io.open("/etc/shells", "w+")
Roman Rakus 41cf2b
  for n,line in pairs(t)
Roman Rakus 41cf2b
  do
Roman Rakus 41cf2b
    f:write(line.."\n")
Roman Rakus 41cf2b
  end
Roman Rakus 3a5a59
  f:close()
Roman Rakus a19016
end
cvsdist 74e8be
cvsdist 4d371b
%files -f %{name}.lang
cvsdist 74e8be
%config(noreplace) /etc/skel/.b*
Harald Hoyer a370a4
%{_bindir}/sh
Harald Hoyer a370a4
%{_bindir}/bash
Roman Rakus 17fd17
%{_bindir}/alias
Roman Rakus 17fd17
%{_bindir}/bg
Roman Rakus 17fd17
%{_bindir}/cd
Roman Rakus 17fd17
%{_bindir}/command
Roman Rakus 17fd17
%{_bindir}/fc
Roman Rakus 17fd17
%{_bindir}/fg
Ondrej Oprala a28ab9
%{_bindir}/hash
Roman Rakus 17fd17
%{_bindir}/getopts
Roman Rakus 17fd17
%{_bindir}/jobs
Roman Rakus 17fd17
%{_bindir}/read
Ondrej Oprala a28ab9
%{_bindir}/type
Ondrej Oprala a28ab9
%{_bindir}/ulimit
Roman Rakus 17fd17
%{_bindir}/umask
Roman Rakus 17fd17
%{_bindir}/unalias
Roman Rakus 17fd17
%{_bindir}/wait
Ville Skyttä 00892b
%dir %{_pkgdocdir}/
Tom Callaway a2337f
%license COPYING
Ondrej Oprala ac881b
%attr(0755,root,root) %{_bindir}/bashbug[-.]*
Ondrej Oprala ac881b
%{_bindir}/bashbug
cvsdist 8b5e1e
%{_infodir}/bash.info*
cvsdist 8b5e1e
%{_mandir}/*/*
cvsdist ec3387
%{_mandir}/*/..1*
Ondrej Oprala ac881b
%doc RBASH README
Ondrej Oprala ac881b
%doc doc/{FAQ,INTRO,README,bash{,ref}.html}
Roman Rakus 87b651
Ville Skyttä 3333c5
%files doc -f %{name}-doc.files
Ondrej Oprala ac881b
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
cvsdist 74e8be
Christoph Junghans 353794
%files devel
Christoph Junghans 353794
%{_includedir}/%{name}
Christoph Junghans 353794
%{_libdir}/pkgconfig/%{name}.pc
Christoph Junghans 353794
cvsdist 74e8be
%changelog
Siteshwar Vashisht 739b27
* Mon Sep 10 2018 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.23-4
Siteshwar Vashisht 739b27
- Set custom PATH in non-login shells
Siteshwar Vashisht 739b27
  Resolves: #1615131
Siteshwar Vashisht 739b27
Fedora Release Engineering 27e81f
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.23-3
Fedora Release Engineering 27e81f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Fedora Release Engineering 27e81f
Miro Hrončok 329df3
* Mon Jun 25 2018 Miro Hrončok <mhroncok@redhat.com> - 4.4.23-2
Miro Hrončok 329df3
- Move user bin directories in front of the PATH
Miro Hrončok 329df3
  See: https://fedoraproject.org/wiki/Changes/UserPathPrioritization
Miro Hrončok 329df3
  Resolves: #1595098
Miro Hrončok 329df3
Siteshwar Vashisht 009518
* Tue Jun 12 2018 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.23-1
Siteshwar Vashisht 009518
- Update to bash-4.4 patchlevel 23
Siteshwar Vashisht 009518
  Resolves: #1585510
Siteshwar Vashisht 009518
Siteshwar Vashisht f379fd
* Thu Mar 15 2018 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-2
Siteshwar Vashisht f379fd
- Fix handling case statement in command subsitution
Siteshwar Vashisht f379fd
  Resolves: #1556867
Siteshwar Vashisht f379fd
Siteshwar Vashisht 30ef81
* Mon Feb 12 2018 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-1
Siteshwar Vashisht 30ef81
- Update to bash-4.4 patchlevel 19
Siteshwar Vashisht 30ef81
  Resolves: #1540383
Siteshwar Vashisht 30ef81
Fedora Release Engineering c30bb3
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.12-14
Fedora Release Engineering c30bb3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Fedora Release Engineering c30bb3
Christoph Junghans 353794
* Wed Nov 08 2017 Christoph Junghans <junghans@votca.org> - 4.4.12-13
Christoph Junghans 353794
- Package headers in devel package, in prep for MPI-bash
Christoph Junghans 353794
Siteshwar Vashisht 533b8a
* Mon Oct 30 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-12
Siteshwar Vashisht 533b8a
- Revert change to always source from /etc/bashrc
Siteshwar Vashisht 533b8a
Siteshwar Vashisht a37e6b
* Tue Aug 29 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-11
Siteshwar Vashisht a37e6b
- Always source from /etc/bashrc
Siteshwar Vashisht a37e6b
  Resolves: #1193590
Siteshwar Vashisht a37e6b
Siteshwar Vashisht 271925
* Tue Aug 22 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-10
Siteshwar Vashisht 271925
- Enable parallel builds
Siteshwar Vashisht 271925
Siteshwar Vashisht 40a42f
* Tue Aug 08 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-9
Siteshwar Vashisht 40a42f
- command should not be treated as special builtin
Siteshwar Vashisht 40a42f
  Resolves: #1479220
Siteshwar Vashisht 40a42f
Fedora Release Engineering 1a84fb
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.12-8
Fedora Release Engineering 1a84fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
Fedora Release Engineering 1a84fb
Fedora Release Engineering b2374b
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.12-7
Fedora Release Engineering b2374b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
Fedora Release Engineering b2374b
Siteshwar Vashisht 92a126
* Fri Jun 30 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-6
Siteshwar Vashisht 7bfd9a
- Fix test for comparing file modification times when they differ by subsecond
Siteshwar Vashisht 92a126
  Resolves: #1458008
Siteshwar Vashisht 92a126
Siteshwar Vashisht b316f7
* Tue May 30 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-5
Siteshwar Vashisht b316f7
- command builtin should not abort on variable assignment errors
Siteshwar Vashisht b316f7
  Resolves: #1389838
Siteshwar Vashisht b316f7
Siteshwar Vashisht 31a9b5
* Wed Apr 26 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-4
Siteshwar Vashisht 31a9b5
- Explicitly unset nonblocking mode while reading from stdin
Siteshwar Vashisht 31a9b5
  Resolves: #1068697
Siteshwar Vashisht 31a9b5
Siteshwar Vashisht fbc287
* Wed Apr 26 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-3
Siteshwar Vashisht fbc287
- Fix heredoc file descriptor leak
Siteshwar Vashisht fbc287
  Resolves: #1413676
Siteshwar Vashisht fbc287
Siteshwar Vashisht c0a66d
* Tue Apr 18 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-2
Siteshwar Vashisht c0a66d
- Document 'bashbug' for reporting bugs
Siteshwar Vashisht c0a66d
  Resolves: #1255886
Siteshwar Vashisht c0a66d
Siteshwar Vashisht c0a66d
* Mon Apr 10 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-1
Siteshwar Vashisht 14d621
- Update to bash-4.4 patchlevel 12
Siteshwar Vashisht 14d621
Fedora Release Engineering 04e4ec
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.11-2
Fedora Release Engineering 04e4ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
Fedora Release Engineering 04e4ec
Siteshwar Vashisht ed01fa
* Sat Jan 21 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.11-1
Siteshwar Vashisht ed01fa
- Update to bash-4.4 patchlevel 11
Siteshwar Vashisht ed01fa
Siteshwar Vashisht 1bf46c
* Mon Jan 16 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.5-1
Siteshwar Vashisht 1bf46c
- Update to bash-4.4 patchlevel 5
Siteshwar Vashisht 1bf46c
Siteshwar Vashisht 498f26
* Fri Jan 06 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.0-1
Siteshwar Vashisht 498f26
- Rebase to bash-4.4
Siteshwar Vashisht 498f26
  Resolves: #1376609
Siteshwar Vashisht 498f26
Siteshwar Vashisht b1104e
* Fri Sep 30 2016 Siteshwar Vashisht <svashisht@redhat.com> - 4.3.43-4
Siteshwar Vashisht b1104e
- CVE-2016-7543: Fix for arbitrary code execution via SHELLOPTS+PS4 variables
Siteshwar Vashisht b1104e
  Resolves: #1379634
Siteshwar Vashisht b1104e
David Kaspar [Dee'Kej] d43077
* Wed Sep 21 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 4.3.43-3
David Kaspar [Dee'Kej] d43077
- CVE-2016-0634 - Fix for arbitrary code execution via malicious hostname
David Kaspar [Dee'Kej] d43077
  Resolves: #1377614
David Kaspar [Dee'Kej] d43077
David Kaspar [Dee'Kej] 4af6ac
* Tue Sep  6 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 4.3.43-2
David Kaspar [Dee'Kej] 4af6ac
- Inverted the condition for UsrMove safeguard check, so we comply with:
David Kaspar [Dee'Kej] 4af6ac
  https://fedoraproject.org/wiki/Packaging:Conflicts
David Kaspar [Dee'Kej] 4af6ac
Siteshwar Vashisht 42f4b1
* Thu Jun 23 2016 Siteshwar Vashisht <svashisht@redhat.com> - 4.3.43-1
Siteshwar Vashisht 42f4b1
- Fix a crash in nested pipeline in lastpipe mode
Siteshwar Vashisht 42f4b1
  Resolves: #1349430
Siteshwar Vashisht 42f4b1
Siteshwar Vashisht f94660
* Tue May 17 2016 Siteshwar Vashisht <svashisht@redhat.com> - 4.3.42-5
Siteshwar Vashisht f94660
- Do not set terminate_immediately and interrupt_immediately while expanding tilda
Siteshwar Vashisht f94660
  Resolves: #1336800
Siteshwar Vashisht f94660
Dennis Gilmore aa44ca
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.42-4
Dennis Gilmore aa44ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Dennis Gilmore aa44ca
Ondrej Oprala a28ab9
* Mon Jan 11 2016 Ondrej Oprala <ooprala@redhat.com> - 4.3.42-3
Ondrej Oprala a28ab9
- Actually do it properly this time
Ondrej Oprala a28ab9
  Related: #1297166
Ondrej Oprala a28ab9
Ondrej Oprala 3b09d0
* Mon Jan 11 2016 Ondrej Oprala <ooprala@redhat.com> - 4.3.42-2
Ondrej Oprala 3b09d0
- Provide exec-able alternatives to hash, type and ulimit
Ondrej Oprala 3b09d0
  Resolves: #1297166
Ondrej Oprala 3b09d0
Ondrej Oprala 469c21
* Tue Aug 18 2015 Ondrej Oprala - 4.3.42-1
Ondrej Oprala 469c21
- Patchlevel 42
Ondrej Oprala 469c21
Ondrej Oprala f5eff7
* Mon Aug 03 2015 Ondrej Oprala - 4.3.39-6
Ondrej Oprala f5eff7
- #1245233 - fixed memleak
Ondrej Oprala f5eff7
Ondrej Oprala 1e8e81
* Wed Jul 15 2015 Ondrej Oprala - 4.3.39-5
Ondrej Oprala 1e8e81
- #1182278 - bash crashes on `select' if REPLY is readonly
Ondrej Oprala 1e8e81
- #1241533,1224855 - bash memleak when LC_ALL set
Ondrej Oprala 1e8e81
Ondrej Oprala 4a3f61
* Tue Jun 30 2015 Ondrej Oprala - 4.3.39-4
Ondrej Oprala 4a3f61
- Fix a leak introduced by plevel39
Ondrej Oprala 4a3f61
Ondrej Oprala 826281
* Tue Jun 30 2015 Ondrej Oprala - 4.3.39-3
Ondrej Oprala 826281
- Fix --rpm-requires
Ondrej Oprala 826281
Dennis Gilmore 093f45
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.39-2
Dennis Gilmore 093f45
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Dennis Gilmore 093f45
Ondrej Oprala fb4f6f
* Thu May 21 2015 Ondrej Oprala <ooprala@redhat.com> - 4.3.39-1
Ondrej Oprala fb4f6f
- Patchlevel 39
Ondrej Oprala fb4f6f
Than Ngo fd79c0
* Mon Mar 16 2015 Than Ngo <than@redhat.com> 4.3.33-3
Than Ngo fd79c0
- rebuild against new gcc
Than Ngo fd79c0
Elad Alfassa 70fa75
* Fri Jan 23 2015 Elad Alfassa <elad@fedoraproject.org> - 4.3.25-3
Elad Alfassa 70fa75
- Enable PIE (hardened build)
Elad Alfassa 70fa75
Ondrej Oprala f6d304
* Tue Dec 30 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.33-1
Ondrej Oprala f6d304
- Patchlevel 33
Ondrej Oprala f6d304
Dan Horák e02c7d
* Wed Oct 08 2014 Dan Horák <dan[at]danny.cz> - 4.3.30-2
Dan Horák e02c7d
- force refreshing generated files, fixes build on s390
Dan Horák e02c7d
Dan Horák e02c7d
* Mon Oct 06 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.30-1
Ondrej Oprala f96c39
- Patchlevel 30
Ondrej Oprala f96c39
Ondrej Oprala c6c0cd
* Mon Oct 06 2014  Ondrej Oprala <ooprala@redhat.com> - 4.3.28-1
Ondrej Oprala c6c0cd
- RedHat's patchlevel 28
Ondrej Oprala c6c0cd
Ondrej Oprala 6319f7
* Thu Sep 25 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.25-2
Ondrej Oprala 6319f7
- CVE-2014-7169
Ondrej Oprala 6319f7
  Resolves: #1146319
Ondrej Oprala 6319f7
+
Ondrej Oprala 6319f7
* Thu Sep 25 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.25-1
Ondrej Oprala dfa339
- Patchlevel 25
Ondrej Oprala dfa339
Ondrej Oprala 74d1c2
* Wed Sep 24 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.24-2
Ondrej Oprala 74d1c2
- Inhibit code injection - patch by Stephane Chazelas
Ondrej Oprala 74d1c2
Ondrej Oprala 6faef2
* Wed Aug 20 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.24-1
Ondrej Oprala 6faef2
- Patchlevel 24
Ondrej Oprala 6faef2
Peter Robinson 333033
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.22-2
Peter Robinson 333033
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Peter Robinson 333033
Ondrej Oprala 529fec
* Mon Aug 04 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.22-1
Ondrej Oprala 529fec
- Patchlevel 22
Ondrej Oprala 529fec
Ondrej Oprala 529fec
* Wed Jul 30 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.18-7
Ondrej Oprala d0b8ec
- #1102815 - fix double echo in vi visual mode
Ondrej Oprala d0b8ec
Ondrej Oprala eb71c8
* Thu Jul 24 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.18-6
Ondrej Oprala eb71c8
- Apply all upstream patches since 4.3-18-1 up to this date
Ondrej Oprala eb71c8
Ondrej Oprala 339c6c
* Thu Jul 24 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.18-5
Ondrej Oprala 339c6c
- Array name expansion - apply upstream quickfix
Ondrej Oprala 339c6c
Ondrej Oprala 0797d0
* Mon Jul 21 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.18-4
Ondrej Oprala 0797d0
- Mention ulimit -c and -f block size in POSIX mode
Ondrej Oprala 0797d0
Tom Callaway a2337f
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 4.3.18-3
Tom Callaway a2337f
- fix license handling
Tom Callaway a2337f
Dennis Gilmore 39f1f0
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.18-2
Dennis Gilmore 39f1f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Dennis Gilmore 39f1f0
Ondrej Oprala 1b8a75
* Mon Apr 14 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.18-1
Ondrej Oprala 1b8a75
- Patchlevel 18
Ondrej Oprala 1b8a75
Ondrej Oprala 49d8fa
* Mon Apr 14 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.11-2
Ondrej Oprala 49d8fa
- And let the build system know...
Ondrej Oprala 49d8fa
Ondrej Oprala 3e4b07
* Mon Apr 14 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.11-1
Ondrej Oprala 3e4b07
- Patchlevel 11
Ondrej Oprala 3e4b07
Ondrej Oprala 6f2bbd
* Tue Apr 01 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.8-1
Ondrej Oprala 6f2bbd
- Patchlevel 8
Ondrej Oprala 6f2bbd
Ondrej Oprala 6f2bbd
* Thu Feb 27 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.0-1
Ondrej Oprala ac881b
- Update to bash-4.3
Ondrej Oprala ac881b
Ondrej Oprala 6f2bbd
* Wed Dec 04 2013 Ondrej Oprala <ooprala@redhat.com> - 4.2.45-6
Ondrej Oprala b87dbb
- Change the paths for format-security patch
Ondrej Oprala b87dbb
Ondrej Oprala 6f2bbd
* Wed Dec 04 2013 Ondrej Oprala <ooprala@redhat.com> - 4.2.45-5
Ondrej Oprala e6141f
- bash FTBFS if -Werror=format-string is used (#1036998)
Ondrej Oprala e6141f
Roman Rakus ad7ff7
* Fri Aug 09 2013 Roman Rakus <rrakus@redhat.com> - 4.2.45-4
Roman Rakus ad7ff7
- Added suggestion to .bashrc how to disable autopaging in systemctl
Roman Rakus ad7ff7
Ville Skyttä 00892b
* Fri Jul 26 2013 Ville Skyttä <ville.skytta@iki.fi> - 4.2.45-3
Ville Skyttä 00892b
- Install docs to %%{_pkgdocdir} where available.
Ville Skyttä 00892b
- Fix bogus dates in %%changelog.
Ville Skyttä 00892b
Roman Rakus 185aa1
* Thu Jun 27 2013 Roman Rakus <rrakus@redhat.com> - 4.2.45-2
Roman Rakus 185aa1
- Fixed a bug that caused trap handlers to be executed recursively,
Roman Rakus 185aa1
  corrupting internal data structures.
Roman Rakus 185aa1
Roman Rakus f6ffed
* Mon Mar 11 2013 Roman Rakus <rrakus@redhat.com> - 4.2.45-1
Roman Rakus f6ffed
- Patchlevel 45
Roman Rakus f6ffed
Roman Rakus 932fd8
* Thu Jan 31 2013 Roman Rakus <rrakus@redhat.com> - 4.2.42-3
Roman Rakus 932fd8
- Fix usage of partial unitialized structure
Roman Rakus 932fd8
  Resolves: #857948
Roman Rakus 932fd8
Roman Rakus ef5016
* Thu Jan 31 2013 Roman Rakus <rrakus@redhat.com> - 4.2.42-2
Roman Rakus ef5016
- Fix fd leaks
Roman Rakus ef5016
  Resolves: #903833
Roman Rakus ef5016
Roman Rakus efcdbe
* Thu Jan 03 2013 Roman Rakus <rrakus@redhat.com> - 4.2.42-1
Roman Rakus efcdbe
- Patchlevel 42
Roman Rakus efcdbe
Roman Rakus ca6ec2
* Thu Nov 29 2012 Roman Rakus <rrakus@redhat.com> - 4.2.39-3
Roman Rakus ca6ec2
- Use unsigned type for size
Roman Rakus ca6ec2
Roman Rakus 2dd7c3
* Tue Nov 27 2012 Roman Rakus <rrakus@redhat.com> - 4.2.39-2
Roman Rakus 2dd7c3
- Create bashbug symlink
Roman Rakus 2dd7c3
Roman Rakus f15e01
* Fri Nov 02 2012 Roman Rakus <rrakus@redhat.com> - 4.2.39-1
Roman Rakus f15e01
- Patchlevel 39
Roman Rakus f15e01
Roman Rakus e70c51
* Tue Aug 28 2012 Roman Rakus <rrakus@redhat.com> - 4.2.37-8
Roman Rakus e70c51
- Fix a comments in rpm changelog
Roman Rakus e70c51
Roman Rakus a34730
* Tue Aug 28 2012 Roman Rakus <rrakus@redhat.com> - 4.2.37-7
Roman Rakus a34730
- Update info about trap in man page
Roman Rakus a34730
  Resolves: #799958
Roman Rakus e70c51
- instead of setting the signal handler to SIG_IGN while installing
Roman Rakus e70c51
  the new trap handler, block the signal and unblock it after the new handler
Roman Rakus e70c51
  is installed
Roman Rakus e70c51
  Resolves: #695656
Roman Rakus a34730
Ondrej Oprala e40ab8
* Wed Aug 22 2012 Ondrej Oprala <ooprala@redhat.com> - 4.2.37-6
Ondrej Oprala e40ab8
- Revert revision 4.2.37-5 - already fixed upstream
Ondrej Oprala e40ab8
Ondrej Oprala b11e41
* Tue Aug 21 2012 Ondrej Oprala <ooprala@redhat.com> - 4.2.37-5
Ondrej Oprala b11e41
- Don't filter out environmental variables with
Ondrej Oprala b11e41
  a dot in the name
Ondrej Oprala b11e41
  Resolves: #819995
Ondrej Oprala b11e41
Roman Rakus 322885
* Wed Aug 08 2012 Roman Rakus <rrakus@redhat.com> - 4.2.37-4
Roman Rakus 322885
- Added doc subdir to bash-doc ownership list
Roman Rakus 322885
  Resolves: #846734
Roman Rakus 322885
Roman Rakus 7f9e39
* Tue Jul 24 2012 Roman Rakus <rrakus@redhat.com> - 4.2.37-3
Roman Rakus 7f9e39
- Increment patchlevel tag
Roman Rakus 7f9e39
Roman Rakus 420f87
* Tue Jul 24 2012 Roman Rakus <rrakus@redhat.com> - 4.2.36-3
Roman Rakus 420f87
- Patchlevel 37
Roman Rakus 420f87
Dennis Gilmore a68571
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.36-2
Dennis Gilmore a68571
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Dennis Gilmore a68571
Roman Rakus 6c0043
* Tue Jul 10 2012 Roman Rakus <rrakus@redhat.com> - 4.2.36-1
Roman Rakus 6c0043
- Patchlevel 36
Roman Rakus 6c0043
Roman Rakus d075bb
* Sat Jun 23 2012 Roman Rakus <rrakus@redhat.com> - 4.2.29-3
Roman Rakus d075bb
- Remove /bin from DEFAULT_PATH_VALUE
Roman Rakus d075bb
  Resolves: #834571
Roman Rakus d075bb
Roman Rakus 7b8ddd
* Thu May 31 2012 Roman Rakus <rrakus@redhat.com> - 4.2.29-2
Roman Rakus 7b8ddd
- Patchlevel 29
Roman Rakus 7b8ddd
- Also keep release at -2, so we are newer then f16 and f17
Roman Rakus 7b8ddd
Roman Rakus 17fd17
* Tue May 29 2012 Roman Rakus <rrakus@redhat.com> - 4.2.28-2
Roman Rakus 17fd17
- Provide exec-able alternatives to some builtins
Roman Rakus 17fd17
  Resolves #820192
Roman Rakus 17fd17
Roman Rakus 87dc31
* Wed May 09 2012 Roman Rakus <rrakus@redhat.com> - 4.2.28-1
Roman Rakus 87dc31
- Patchlevel 28
Roman Rakus 87dc31
Roman Rakus e8e8bf
* Mon Apr 23 2012 Roman Rakus <rrakus@redhat.com> - 4.2.24-2
Roman Rakus e8e8bf
- Don't call malloc in signal handler
Roman Rakus e8e8bf
Roman Rakus cdbb6d
* Tue Mar 13 2012 Roman Rakus <rrakus@redhat.com> - 4.2.24-1
Roman Rakus cdbb6d
- Patchlevel 24
Roman Rakus cdbb6d
Harald Hoyer a370a4
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 4.2.20-4
Harald Hoyer a370a4
- install everything in /usr
Harald Hoyer a370a4
  https://fedoraproject.org/wiki/Features/UsrMove
Harald Hoyer a370a4
Dennis Gilmore 0ee0f7
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.20-3
Dennis Gilmore 0ee0f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Dennis Gilmore 0ee0f7
Roman Rakus 3a5a59
* Thu Nov 24 2011 Roman Rakus <rrakus@redhat.com> - 4.2.20-2
Roman Rakus 3a5a59
- Add missing f:close() in postun
Roman Rakus 3a5a59
- Patchlevel 20
Roman Rakus 3a5a59
Roman Rakus 41cf2b
* Thu Nov 10 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-7
Roman Rakus 41cf2b
- erase /bin/bash and /bin/sh in postun only if we are uninstalling (#752827)
Roman Rakus 41cf2b
Roman Rakus 1efb46
* Mon Nov 07 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-6
Roman Rakus 1efb46
- Simplified lua post script (#740611)
Roman Rakus 1efb46
Roman Rakus b7f1f4
* Fri Jul 29 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-5
Roman Rakus b7f1f4
- Clean up unneeded bash-doc files (Ville Skyttä) (#721116)
Roman Rakus b7f1f4
Roman Rakus 35b678
* Wed Jun 22 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-4
Roman Rakus 35b678
- Don't crash when use `read' with associative array (#715050)
Roman Rakus 35b678
Roman Rakus 02b20d
* Tue Jun 07 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-3
Roman Rakus 02b20d
- Added $HOME/.local/bin to PATH in .bash_profile (#699812)
Roman Rakus 02b20d
Roman Rakus 82ad4c
* Thu May 05 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-2
Roman Rakus 82ad4c
- Inc. a release no.
Roman Rakus 82ad4c
Roman Rakus 23098d
* Thu May 05 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-1
Roman Rakus 23098d
- Patchlevel 10
Roman Rakus 23098d
Roman Rakus 6e61a8
* Thu Mar 31 2011 Roman Rakus <rrakus@redhat.com> - 4.2.8-2
Roman Rakus 6e61a8
- Remove bash-4.2-xdupmbstowcs2-patch, which introduced another bugs
Roman Rakus 6e61a8
Roman Rakus 626086
* Tue Mar 15 2011 Roman Rakus <rrakus@redhat.com> - 4.2.8-1
Roman Rakus 626086
- Patchlevel 8
Roman Rakus 626086
Roman Rakus bd46d0
* Tue Mar 15 2011 Roman Rakus <rrakus@redhat.com> - 4.2.7-3
Roman Rakus bd46d0
- #684293, fix the infinite loop with invalid wide char
Roman Rakus bd46d0
Roman Rakus a19016
* Mon Mar 14 2011 Roman Rakus <rrakus@redhat.com> - 4.2.7-2
Roman Rakus a19016
- Use lua script in postun
Roman Rakus a19016
Roman Rakus 60d69d
* Mon Mar 07 2011 Roman Rakus <rrakus@redhat.com> - 4.2.7-1
Roman Rakus 60d69d
- Patchlevel 7
Roman Rakus 60d69d
Roman Rakus 70e33b
* Wed Mar 02 2011 Roman Rakus <rrakus@redhat.com> - 4.2.6-1
Roman Rakus 70e33b
- Patchlevel 6
Roman Rakus 70e33b
Roman Rakus 1680d4
* Tue Mar 01 2011 Roman Rakus <rrakus@redhat.com> - 4.2.5-1
Roman Rakus 1680d4
- Patchlevel 5
Roman Rakus 1680d4
- Static analyzis show some issues in some patches
Roman Rakus 1680d4
- Some cleanup
Roman Rakus 1680d4
Roman Rakus 436109
* Wed Feb 16 2011 Roman Rakus <rrakus@redhat.com> - 4.2.0-2
Roman Rakus 436109
- pattern matching glitch, patch from upstream
Roman Rakus 436109
Roman Rakus 26fa72
* Wed Feb 16 2011 Roman Rakus <rrakus@redhat.com> - 4.2.0-1
Roman Rakus 26fa72
- Release bash-4.2
Roman Rakus 26fa72
Roman Rakus d48de9
* Mon Feb 14 2011 Roman Rakus <rrakus@redhat.com> - 4.2.0-0.2.rc2
Roman Rakus d48de9
- Enable system-wide .bash_logout for login shells
Roman Rakus d48de9
Roman Rakus cd9072
* Wed Feb 09 2011 Roman Rakus <rrakus@redhat.com> - 4.2.0-0.1.rc2
Roman Rakus cd9072
- Update to bash-4.2-rc2
Roman Rakus cd9072
Dennis Gilmore 007819
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.9-6
Dennis Gilmore 007819
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Dennis Gilmore 007819
Roman Rakus 5e32c3
* Thu Jan 06 2011 Roman Rakus <rrakus@redhat.com> - 4.1.9-5
Roman Rakus 5e32c3
- Builtins like echo and printf won't report errors
Roman Rakus 5e32c3
  when output does not succeed due to EPIPE
Roman Rakus 5e32c3
Roman Rakus f8831a
* Thu Dec 16 2010 Roman Rakus <rrakus@redhat.com> - 4.1.9-4
Roman Rakus f8831a
- Drop doc/examples/loadables
Roman Rakus f8831a
Roman Rakus 0a8ef7
* Wed Dec 01 2010 Roman Rakus <rrakus@redhat.com> - 4.1.9-3
Roman Rakus 0a8ef7
- don't segfault when trying to bind int variable to array
Roman Rakus 0a8ef7
  with bad array subsrcipt
Roman Rakus 0a8ef7
  Resolves: #618289
Roman Rakus 0a8ef7
Ville Skyttä 3333c5
* Fri Oct 15 2010 Ville Skyttä <ville.skytta@iki.fi> - 4.1.9-2
Ville Skyttä 3333c5
- Move doc dir ownership to main package.
Ville Skyttä 3333c5
- Preserve doc timestamps.
Ville Skyttä 3333c5
- Add --without tests option for building without running the test suite.
Ville Skyttä 3333c5
Roman Rakus 9c230e
* Thu Oct 14 2010 Roman Rakus <rrakus@redhat.com> - 4.1.9-1
Roman Rakus 9c230e
- Patch level 9
Roman Rakus 9c230e
Roman Rakus 5ab66f
* Mon Aug 02 2010 Roman Rakus <rrakus@redhat.com> - 4.1.7-4
Roman Rakus 5ab66f
- Use better nomenclature for --rpm-requires bash option (#557134)
Roman Rakus 5ab66f
Roman Rakus 456acf
* Tue Jun 22 2010 Roman Rakus <rrakus@redhat.com> - 4.1.7-3
Roman Rakus 456acf
- Added missing patch
Roman Rakus 456acf
Roman Rakus 5ee070
* Tue Jun 22 2010 Roman Rakus <rrakus@redhat.com> - 4.1.7-2
Roman Rakus 5ee070
- Do the same CFLAGS in generated Makefile in examples
Roman Rakus 5ee070
Roman Rakus 02b541
* Fri May 21 2010 Roman Rakus <rrakus@redhat.com> - 4.1.7-1
Roman Rakus 02b541
- Patch level 7
Roman Rakus 02b541
Roman Rakus 941066
* Mon Apr 12 2010 Roman Rakus <rrakus@redhat.com> - 4.1.5-1
Roman Rakus 941066
- Patch level 5
Roman Rakus 941066
- There's no more need for Requires(post) ncurses-libs
Roman Rakus 941066
Roman Rakus 5f19b4
* Tue Mar 30 2010 Roman Rakus <rrakus@redhat.com> - 4.1.2-4
Roman Rakus 5f19b4
- Corrected requires patch (#563301)
Roman Rakus 5f19b4
Roman Rakus 2ef5a7
* Fri Jan 22 2010 rrakus@redhat.com 4.1.2-3
Roman Rakus 2ef5a7
- Don't use cond-rmatch patch
Roman Rakus 2ef5a7
- Use manso patch
Roman Rakus 2ef5a7
- Include COPYING in base bash rpm
Roman Rakus 2ef5a7
Roman Rakus 61d88e
* Fri Jan 22 2010 rrakus@redhat.com 4.1.2-2
Roman Rakus 61d88e
- Correct patchlevel 2
Roman Rakus 61d88e
Roman Rakus b2750f
* Fri Jan 22 2010 Roman Rakus rrakus@redhat.com 4.1.2-1
Roman Rakus b2750f
- Patchlevel 4.2
Roman Rakus b2750f
- Removed old patch
Roman Rakus b2750f
- Returned back manso patch
Roman Rakus b2750f
Roman Rakus b76710
* Fri Jan 08 2010 Roman Rakus rrakus@redhat.com 4.1.0-2
Roman Rakus b76710
- Include COPYING in doc dir
Roman Rakus b76710
Roman Rakus fd1637
* Mon Jan 04 2010 Roman Rakus <rrakus@redhat.com> - 4.1.0-1
Roman Rakus fd1637
- Upstream 4.1
Roman Rakus fd1637
Roman Rakus f6663b
* Sun Dec 27 2009 Roman Rakus <rrakus@redhat.com> - 4.1-0.2.rc1
Roman Rakus f6663b
- Fixed patch for fuzz=0
Roman Rakus f6663b
Roman Rakus f2e7e1
* Sun Dec 27 2009 Roman Rakus <rrakus@redhat.com> - 4.1-0.1.rc1
Roman Rakus f2e7e1
- Upstream 4.1.rc1
Roman Rakus f2e7e1
Roman Rakus fa7b4e
* Fri Dec 11 2009 Roman Rakus <rrakus@redhat.com> - 4.0.35-2
Roman Rakus fa7b4e
- Don't segfault when TERM=eterm* and EMACS is unset (#530911)
Roman Rakus fa7b4e
Roman Rakus f2e060
* Thu Oct 29 2009 Roman Rakus <rrakus@redhat.com> - 4.0.35-1
Roman Rakus f2e060
- Patch level 35
Roman Rakus f2e060
Roman Rakus 465156
* Mon Oct 05 2009 Roman Rakus <rrakus@redhat.com> - 4.0.33-2
Roman Rakus 465156
- Make symlink from bashbug-suffix to bashbug man pages
Roman Rakus 465156
Roman Rakus 779eed
* Wed Sep 16 2009 Roman Rakus <rrakus@redhat.com> - 4.0.33-1
Roman Rakus 779eed
- Patch level 33
Roman Rakus 779eed
- spec file cleanup
Roman Rakus 779eed
Roman Rakus 8c9d1c
* Fri Sep 04 2009 Roman Rakus <rrakus@redhat.com> - 4.0.28-3
Roman Rakus 8c9d1c
- check if interp section is NOBITS
Roman Rakus 8c9d1c
- define Recycles pids
Roman Rakus 8c9d1c
Roman Rakus cce581
* Wed Aug 26 2009 Roman Rakus <rrakus@redhat.com> - 4.0.28-2
Roman Rakus cce581
- alloc memory for key in creation associative array (#518644)
Roman Rakus cce581
Roman Rakus dbeb5d
* Tue Jul 28 2009 Roman Rakus <rrakus@redhat.com> - 4.0.28-1
Roman Rakus dbeb5d
- Upstream patch level 28
Roman Rakus dbeb5d
Jesse Keating c8a1cc
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.24-2
Jesse Keating c8a1cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Jesse Keating c8a1cc
Roman Rakus b631bc
* Tue May 19 2009 Roman Rakus <rrakus@redhat.com> - 4.0.24-1
Roman Rakus b631bc
- Upstream patch level 24
Roman Rakus b631bc
Roman Rakus 1e819f
* Wed Apr 22 2009 Roman Rakus <rrakus@redhat.com> - 4.0.16-1
Roman Rakus 1e819f
- better to use patch level in version tag like vim do
Roman Rakus 1e819f
Roman Rakus d47bc5
* Tue Apr 21 2009 Roman Rakus <rrakus@redhat.com> - 4.0-7.16
Roman Rakus d47bc5
- Use patch level in Release tag
Roman Rakus d47bc5
Roman Rakus e73230
* Wed Apr 08 2009 Roman Rakus <rrakus@redhat.com> - 4.0-6
Roman Rakus e73230
- Official upstream patch level 16
Roman Rakus e73230
Roman Rakus b44dc2
* Mon Mar 30 2009 Roman Rakus <rrakus@redhat.com> - 4.0-5
Roman Rakus b44dc2
- Split documentation, use bash-doc package
Roman Rakus b44dc2
  Resolves: #492447
Roman Rakus b44dc2
Lubomir Rintel 4ec2ff
* Sat Mar 21 2009 Lubomir Rintel <lkundrak@v3.sk> - 4.0-4
Lubomir Rintel 4ec2ff
- Add full URLs to upstream patches
Lubomir Rintel 4ec2ff
- Don't uselessly use %%version macro
Lubomir Rintel 4ec2ff
Roman Rakus 245501
* Wed Mar 11 2009 Roman Rakus <rrakus@redhat.com> - 4.0-3
Roman Rakus 245501
- Official upstream patch level 10
Roman Rakus 245501
Roman Rakus 22fd91
* Wed Feb 25 2009 Roman Rakus <rrakus@redhat.com> - 4.0-2
Roman Rakus 22fd91
- Save parser state in pcomplete.
Roman Rakus 22fd91
  Resolves: #487257
Roman Rakus 22fd91
Roman Rakus 22fd91
* Tue Feb 24 2009 Roman Rakus <rrakus@redhat.com> - 4.0-1
Roman Rakus 12b3d6
- Release of bash-4.0
Roman Rakus 12b3d6
Jesse Keating 86e534
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-0.5.rc1
Jesse Keating 86e534
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Jesse Keating 86e534
Roman Rakus 911152
* Wed Feb 11 2009 Roman Rakus <rrakus@redhat.com> - 4.0-0.4.rc1
Roman Rakus 911152
- Fix handling pipelines with `set -e'
Roman Rakus 911152
  Resolves: #483385
Roman Rakus 911152
Roman Rakus 0e5889
* Thu Jan 29 2009 Roman Rakus <rrakus@redhat.com> - 4.0-0.3.rc1
Roman Rakus 0e5889
- No more debug output
Roman Rakus 0e5889
  Resolves: #483002
Roman Rakus 0e5889
Jesse Keating 955ac2
* Wed Jan 28 2009 Jesse Keating <jkeating@redhat.com> - 4.0-0.2.rc1
Jesse Keating 955ac2
- Replace post code with lua to be able to not have external deps
Jesse Keating 955ac2
Roman Rakus 83c582
* Mon Jan 26 2009 Roman Rakus <rrakus@redhat.com> - 4.0-0.1.rc1
Roman Rakus 83c582
- Fixed release tag
Roman Rakus 83c582
Roman Rakus 87b651
* Wed Jan 21 2009 Roman Rakus <rrakus@redhat.com> - 4.0-rc1.1
Roman Rakus 87b651
- Bump to upstream bash-4.0-rc1
Roman Rakus 87b651
Roman Rakus 94fcc6
* Mon Dec 15 2008 Roman Rakus <rrakus@redhat.com> - 3.2-33
Roman Rakus 94fcc6
- fc builtin fix
Roman Rakus 94fcc6
  Resolves: #438841
Roman Rakus 94fcc6
Roman Rakus cc6bd9
* Mon Dec 15 2008 Roman Rakus <rrakus@redhat.com> - 3.2-32
Roman Rakus cc6bd9
- Enabling auditing
Roman Rakus cc6bd9
  Resolves: #476216
Roman Rakus cc6bd9
Roman Rakus d1932b
* Tue Dec 09 2008 Roman Rakus <rrakus@redhat.com> - 3.2-31
Roman Rakus d1932b
- Patchlevel 48
Roman Rakus d1932b
Roman Rakus e96c4c
* Thu Dec 04 2008 Roman Rakus <rrakus@redhat.com> - 3.2-30
Roman Rakus e96c4c
- Added check for `command_not_found_handler' shell function
Roman Rakus e96c4c
  Resolves: #432579
Roman Rakus e96c4c
Jesse Keating 0314d4
* Tue Oct 28 2008 Jesse Keating <jkeating@redhat.com> - 3.2-29
Jesse Keating 0314d4
- Add the Requires(post) back for ncurses-libs, so that rpm knows
Jesse Keating 0314d4
  where to break the loop.  The post actually does require the curses
Jesse Keating 0314d4
  libs for the sh calls.  Could consider doing this in LUA and not have
Jesse Keating 0314d4
  any external deps.
Jesse Keating 0314d4
Roman Rakus ef575b
* Thu Oct 23 2008 Roman Rakus <rrakus@redhat.com> - 3.2-28
Roman Rakus ef575b
- Removing Requires for mktemp and ncurses, which cause
Roman Rakus ef575b
  dependencing loop
Roman Rakus ef575b
- Enabling #define SSH_SOURCE_BASHRC, because ssh changed.
Roman Rakus ef575b
  Resolves: #458839
Roman Rakus ef575b
- Catch signals right after calling execve()
Roman Rakus ef575b
  Resolves: #455548
Roman Rakus ef575b
Roman Rakus f90282
* Thu Jul 17 2008 Roman Rakus <rrakus@redhat.com> - 3.2-27
Roman Rakus f90282
- Changes in man page - #442018, #445692, #446625, #453409
Roman Rakus 39b6ea
- Changed patches to satisfy fuzz=0
Roman Rakus f90282
Roman Rakus 2cb460
* Thu Jun  5 2008 Roman Rakus <rrakus@redhat.com> - 3.2-26
Roman Rakus 2cb460
- Patchlevel 39
Roman Rakus 2cb460
Roman Rakus 05e8df
* Tue Jun  3 2008 Roman Rakus <rrakus@redhat.com> - 3.2-25
Roman Rakus 05e8df
- #449512 - reverting back last change - don't use glob library
Roman Rakus 05e8df
Roman Rakus 05e8df
* Wed May 28 2008 Roman Rakus <rrakus@redhat.com> - 3.2-24
Roman Rakus 15bf29
- #217359 - use posix glob library
Roman Rakus 15bf29
Roman Rakus 05e8df
* Thu May 22 2008 Roman Rakus <rrakus@redhat.com> - 3.2-23
Roman Rakus f75437
- #446420 - COMP_WORDBREAKS settings now works
Roman Rakus f75437
Tomas Janousek 865831
* Fri Feb 29 2008 Tomas Janousek <tjanouse@redhat.com> - 3.2-22
Tomas Janousek 865831
- drop /usr/bin/clear from /etc/skel/.bash_logout as suggested by #429406
Tomas Janousek 865831
Jesse Keating 2f7121
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.2-21
Jesse Keating 2f7121
- Autorebuild for GCC 4.3
Jesse Keating 2f7121
Tomas Janousek 4fb099
* Mon Jan 14 2008 Tomas Janousek <tjanouse@redhat.com> - 3.2-20
Tomas Janousek 4fb099
- Added bash32-026 upstream official patch
Tomas Janousek 4fb099
- Added bash32-027 upstream official patch (#249987)
Tomas Janousek 4fb099
- Added bash32-028 upstream official patch
Tomas Janousek 4fb099
- Added bash32-029 upstream official patch (#286861)
Tomas Janousek 4fb099
- Added bash32-030 upstream official patch
Tomas Janousek 4fb099
- Added bash32-031 upstream official patch (#358231)
Tomas Janousek 4fb099
- Added bash32-032 upstream official patch
Tomas Janousek 4fb099
- Added bash32-033 upstream official patch
Tomas Janousek 4fb099
- Fix insert command repeating in vi mode (#190350)
Tomas Janousek 4fb099
Tomas Janousek fe0b9c
* Tue Nov 06 2007 Tomas Janousek <tjanouse@redhat.com> - 3.2-19
Tomas Janousek fe0b9c
- fix cursor position when prompt has one invisible character (#358231)
Tomas Janousek fe0b9c
- dropped examples/loadables/ from docs, since it wasn't possible to build them
Tomas Janousek fe0b9c
  anyway (#174380)
Tomas Janousek fe0b9c
- fix #286861: Wrong input confuses bash's arithmetic unit permanently
Tomas Janousek fe0b9c
- fix #344411: $RANDOM stays the same when job executed in the background
Tomas Janousek fe0b9c
Pete Graner 726964
* Fri Aug 31 2007 Pete Graner <pgraner@redhat.com> - 3.2-18
Pete Graner 726964
- Added bash32-021 upstream official patch
Pete Graner 726964
- Added bash32-025 upstream official patch
Pete Graner 726964
- Added bash32-024 upstream official patch
Pete Graner 726964
- Added bash32-023 upstream official patch
Pete Graner 726964
- Added bash32-022 upstream official patch
Pete Graner 726964
Pete Graner 3797fb
* Wed Aug 29 2007 Pete Graner <pgraner@redhat.com> - 3.2-17
Pete Graner 3797fb
- Added bash32-018 upstream official patch
Pete Graner 3797fb
- Added bash32-020 upstream official patch
Pete Graner 3797fb
- Added bash32-019 upstream official patch
Pete Graner 3797fb
Pete Graner 5fd85c
* Thu Aug 23 2007 Pete Graner <pgraner@redhat.com> - 3.2-16
Pete Graner 5fd85c
- Rebuild
Pete Graner 5fd85c
Pete Graner eeaaae
* Mon Aug 20 2007 Pete Graner <pgraner@redhat.com> - 3.2-15
Pete Graner a2a318
- Update to the Improve bash $RANDOM pseudo RNG (bug #234906) 
Pete Graner a2a318
  now works with subshells and make $RANDOM on demand thus reducing the 
Pete Graner a2a318
  amount of AVCs thrown.
Pete Graner a2a318
Pete Graner eeaaae
* Thu Aug 16 2007 Pete Graner <pgraner@redhat.com> - 3.2-15
Pete Graner a2a318
- Changed spec file License to GPLv2+
Pete Graner a2a318
Pete Graner ab4ea8
* Wed Aug 15 2007 Pete Graner <pgraner@redhat.com> - 3.2-13
Pete Graner ab4ea8
- Improve bash $RANDOM pseudo RNG (bug #234906)
Pete Graner ab4ea8
Tim Waugh 336cfb
* Fri Jul 20 2007 Tim Waugh <twaugh@redhat.com> 3.2-12
Tim Waugh 336cfb
- Quote environment variables in the post scriptlet to prevent upgrade
Tim Waugh 336cfb
  failures (bug #249005).
Tim Waugh 336cfb
Tim Waugh b13041
* Thu Jul  5 2007 Tim Waugh <twaugh@redhat.com> 3.2-11
Tim Waugh b13041
- Patchlevel 17 (bug #241647).
Tim Waugh b13041
Tim Waugh 95e06a
* Wed Jul  4 2007 Tim Waugh <twaugh@redhat.com> 3.2-10
Tim Waugh 95e06a
- Clarification in the ulimit man page (bug #220657).
Tim Waugh 95e06a
Tim Waugh 114e48
* Mon Feb 12 2007 Tim Waugh <twaugh@redhat.com> 3.2-9
Tim Waugh 114e48
- Rebuild to link with libtinfo instead of libncurses.
Tim Waugh 114e48
Tim Waugh e932f8
* Wed Feb  7 2007 Tim Waugh <twaugh@redhat.com> 3.2-8
Tim Waugh e932f8
- Avoid %%makeinstall (bug #225609).
Tim Waugh e932f8
Tim Waugh ec6cee
* Tue Feb  6 2007 Tim Waugh <twaugh@redhat.com> 3.2-7
Tim Waugh ec6cee
- Reinstated this change:
Tim Waugh ec6cee
  - Post requires ncurses (bug #224567).
Tim Waugh ec6cee
- Reverted this change:
Tim Waugh ec6cee
  - Added triggers for install-info (bug #225609).
Tim Waugh ec6cee
Tim Waugh 38c7b9
* Tue Feb  6 2007 Tim Waugh <twaugh@redhat.com> 3.2-6
Tim Waugh 38c7b9
- Reverted this change:
Tim Waugh 38c7b9
  - Post requires ncurses (bug #224567).
Tim Waugh 38c7b9
Tim Waugh face47
* Mon Feb  5 2007 Tim Waugh <twaugh@redhat.com> 3.2-5
Tim Waugh d6551a
- Added triggers for install-info (bug #225609).
Tim Waugh cf8618
- Use full path to utilities in scriptlets (bug #225609).
Tim Waugh f994cb
- Fix missing sh-bangs in example scripts (bug #225609).
Tim Waugh 5eface
- Post requires ncurses (bug #224567).
Tim Waugh f41697
- Removed Prefix tag (bug #225609).
Tim Waugh f41697
- Fixed BuildRoot tag (bug #225609).
Tim Waugh f41697
- Removed trailing full-stop from summary (bug #225609).
Tim Waugh f41697
- Spec file is now UTF-8 (bug #225609).
Tim Waugh f41697
- Removed obsolete Obsoletes (bug #225609).
Tim Waugh f41697
- Moved 'make check' to new 'check' section (bug #225609).
Tim Waugh f41697
- Removed uses of RPM_SOURCE_DIR (bug #225609).
Tim Waugh f41697
- Fixed macros in changelog (bug #225609).
Tim Waugh f41697
- Changed tabs to spaces (bug #225609).
Tim Waugh f41697
Tim Waugh c2c833
* Tue Jan 23 2007 Tim Waugh <twaugh@redhat.com> 3.2-4
Tim Waugh c2c833
- Slightly better .bash_logout (bug #223960).
Tim Waugh c2c833
Tim Waugh 2af880
* Fri Jan 19 2007 Tim Waugh <twaugh@redhat.com> 3.2-3
Tim Waugh 2af880
- Back out rmatch change introduced in 3.2 (bug #220087).
Tim Waugh 2af880
Miroslav Lichvar 287525
* Tue Jan 16 2007 Miroslav Lichvar <mlichvar@redhat.com> 3.2-2
Miroslav Lichvar 287525
- Link with ncurses.
Miroslav Lichvar 287525
Tim Waugh 6605cb
* Fri Dec 15 2006 Tim Waugh <twaugh@redhat.com> 3.2-1
Tim Waugh 3a1994
- Build requires autoconf and gettext.
Tim Waugh 393b61
- 3.2.  No longer need aq, login, ulimit, sighandler or read-memleak
Tim Waugh 393b61
  patches.
Tim Waugh 393b61
Tim Waugh af68b6
* Wed Jul 12 2006 Tim Waugh <twaugh@redhat.com> 3.1-17
Tim Waugh af68b6
- Fixed 'tags out of date' problem with 'info bash' (bug #150118).
Tim Waugh af68b6
Jesse Keating 89f498
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.1-16.1
Jesse Keating 89f498
- rebuild
Jesse Keating 89f498
Tim Waugh b67e48
* Wed Jun 28 2006 Tim Waugh <twaugh@redhat.com> 3.1-16
Tim Waugh b67e48
- Removed 'unset USERNAME' from default .bash_profile (bug #196735).
Tim Waugh b67e48
Tim Waugh 6353ab
* Thu Jun 15 2006 Tim Waugh <twaugh@redhat.com> 3.1-15
Tim Waugh 6353ab
- Updated requires patch to the ALT version.
Tim Waugh 6353ab
Tim Waugh 286a90
* Wed May 31 2006 Tim Waugh <twaugh@redhat.com> 3.1-14
Tim Waugh 286a90
- More sighandler fixes, this time hypothetical.
Tim Waugh 286a90
Ville Skyttä 00892b
* Thu May 25 2006 Tim Waugh <twaugh@redhat.com> 3.1-13
Tim Waugh 0164a1
- Another fix for the sighandler patch (bug #192297).
Tim Waugh 0164a1
Tim Waugh 0164a1
* Thu Apr 13 2006 Tim Waugh <twaugh@redhat.com> 3.1-12
Tim Waugh 52a233
- Patchlevel 17.
Tim Waugh 52a233
Tim Waugh 5e1d29
* Tue Apr  4 2006 Tim Waugh <twaugh@redhat.com> 3.1-11
Tim Waugh 346f50
- Patchlevel 16.
Tim Waugh 5e1d29
Tim Waugh a4188f
* Thu Mar 23 2006 Tim Waugh <twaugh@redhat.com> 3.1-10
Tim Waugh 05d7ec
- Patchlevel 14.
Tim Waugh 05d7ec
Tim Waugh d23010
* Thu Mar  2 2006 Tim Waugh <twaugh@redhat.com> 3.1-9
Tim Waugh d563a2
- Fixed duplicate documentation of ulimit '-x' option introduced by
Tim Waugh d563a2
  ulimit patch (bug #183596).
Tim Waugh d563a2
Tim Waugh ff542d
* Tue Feb 21 2006 Tim Waugh <twaugh@redhat.com> 3.1-8
Tim Waugh ff542d
- Patchlevel 10.
Tim Waugh ff542d
Tim Waugh 721534
* Thu Feb 16 2006 Tim Waugh <twaugh@redhat.com> 3.1-7
Tim Waugh 721534
- Patchlevel 8.
Tim Waugh 721534
Jesse Keating 6409dd
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.1-6.2
Jesse Keating 6409dd
- bump again for double-long bug on ppc(64)
Jesse Keating 6409dd
Jesse Keating 359ce8
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.1-6.1
Jesse Keating 359ce8
- rebuilt for new gcc4.1 snapshot and glibc changes
Jesse Keating 359ce8
Tim Waugh 1afb51
* Sun Feb  5 2006 Tim Waugh <twaugh@redhat.com> 3.1-6
Tim Waugh 1afb51
- Patchlevel 7.
Tim Waugh 1afb51
Tim Waugh 39db8d
* Wed Jan 18 2006 Tim Waugh <twaugh@redhat.com>
Tim Waugh 39db8d
- Removed inaccuracies from %%description (bug #178189).
Tim Waugh 39db8d
Tim Waugh 50a91c
* Fri Jan 13 2006 Tim Waugh <twaugh@redhat.com> 3.1-5
Tim Waugh c0e933
- Fix 'exec -l /bin/bash'.
Tim Waugh c0e933
Tim Waugh 0edf4f
* Thu Jan 12 2006 Tim Waugh <twaugh@redhat.com> 3.1-4
Tim Waugh 0edf4f
- Fix sighandler patch bug (bug #177545).
Tim Waugh 0edf4f
Tim Waugh 530ef6
* Tue Jan 10 2006 Tim Waugh <twaugh@redhat.com> 3.1-3
Tim Waugh b13126
- Patchlevel 5.
Tim Waugh b13126
Tim Waugh 5579a1
* Fri Jan  6 2006 Tim Waugh <twaugh@redhat.com> 3.1-2
Tim Waugh 5579a1
- No longer need loadables, mbinc or shellfunc patches.
Tim Waugh ee6bcc
- Use literal single-quote in bash man page where appropriate (bug #177051).
Tim Waugh ee6bcc
Tim Waugh d98c1b
* Mon Jan  2 2006 Tim Waugh <twaugh@redhat.com> 3.1-1
Tim Waugh d98c1b
- 3.1.
Tim Waugh d98c1b
- No longer need ia64, utf8, multibyteifs, jobs, sigpipe,
Tim Waugh d98c1b
  read-e-segfault, manpage, crash, pwd, afs, subshell patches.
Tim Waugh d98c1b
- Remove wrap patch for now.
Tim Waugh d98c1b
- Use upstream patch to fix arrays.
Tim Waugh d98c1b
Tim Waugh 85fa80
* Thu Dec 15 2005 Tim Waugh <twaugh@redhat.com> 3.0-41
Tim Waugh 85fa80
- Missed another loop for improved sighandler patch (bug #169231).
Tim Waugh 85fa80
Jesse Keating f32f00
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
Jesse Keating f32f00
- rebuilt
Jesse Keating f32f00
Tim Waugh 12a3d3
* Thu Dec  8 2005 Tim Waugh <twaugh@redhat.com> 3.0-40
Tim Waugh 05d406
- Fix read memleak when reading from non-blocking fd (bug #173283).
Tim Waugh 12a3d3
- Missed another loop for improved sighandler patch (bug #169231).
Tim Waugh 12a3d3
Tim Waugh 12a3d3
* Wed Dec  7 2005 Tim Waugh <twaugh@redhat.com> 3.0-39
Tim Waugh 8ca654
- Missed a loop for improved sighandler patch (bug #169231).
Tim Waugh 8ca654
Tim Waugh 12a3d3
* Tue Dec  6 2005 Tim Waugh <twaugh@redhat.com> 3.0-38
Tim Waugh 3c9f58
- Test out improved sighandler patch (bug #169231).
Tim Waugh 3c9f58
Tim Waugh 12a3d3
* Tue Nov 22 2005 Tim Waugh <twaugh@redhat.com> 3.0-37
Tim Waugh e570bd
- Applied patch from upstream to fix parsing problem (bug #146638).
Tim Waugh e570bd
Tim Waugh 7d9f56
* Wed Nov  9 2005 Tim Waugh <twaugh@redhat.com> 3.0-36
Tim Waugh 7d9f56
- Added Url: tag (bug #172770).
Tim Waugh 7d9f56
- Do not explicitly gzip info pages (bug #172770).
Tim Waugh 7d9f56
- Fix permissions on bashbug (bug #172770).
Tim Waugh 7d9f56
Tim Waugh 705fdc
* Thu Oct  6 2005 Tim Waugh <twaugh@redhat.com> 3.0-35
Tim Waugh 705fdc
- Fixed memory allocation bug in multibyteifs patch (bug #169996).
Tim Waugh 705fdc
Tim Waugh 9562f8
* Fri Sep 23 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh 9562f8
- Use 'volatile' in sighandler patch.
Tim Waugh 9562f8
Tim Waugh 7d8950
* Wed Sep 21 2005 Tim Waugh <twaugh@redhat.com> 3.0-34
Tim Waugh 4e2563
- Avoid writing history files during signal handling (bug #163235).
Tim Waugh 4e2563
Tim Waugh daf9f1
* Mon Aug  8 2005 Tim Waugh <twaugh@redhat.com> 3.0-33
Tim Waugh daf9f1
- Fixed multibyte IFS handling for invalid input (bug #165243).
Tim Waugh daf9f1
Tim Waugh b24b66
* Mon Aug  8 2005 Tim Waugh <twaugh@redhat.com> 3.0-32
Tim Waugh 2feb65
- Fixed 'LC_ALL=C export LC_ALL' behaviour (bug #165249).
Tim Waugh 2feb65
Tim Waugh cc6941
* Thu Jun 23 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh cc6941
- Added ulimit support for RLIMIT_NICE and RLIMIT_RTPRIO (bug #157049).
Tim Waugh cc6941
Tim Waugh 61c141
* Wed Jun  8 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh 61c141
- Move a comment in dot-bashrc (bug #159522).
Tim Waugh 61c141
Tim Waugh 968143
* Tue May 10 2005 Tim Waugh <twaugh@redhat.com> 3.0-31
Tim Waugh b3b556
- Small fix for multibyteifs patch to prevent segfault (bug #157260).
Tim Waugh b3b556
Tim Waugh 0648c2
* Wed Apr 20 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh 0648c2
- Fixed AFS support for output redirection, so that the correct errors
Tim Waugh 0648c2
  are reported for other filesystems (bug #155373).
Tim Waugh 0648c2
Tim Waugh ad656c
* Tue Mar 15 2005 Tim Waugh <twaugh@redhat.com> 3.0-30
Tim Waugh ad656c
- Fix PS1 expansion crash when PWD is unset (bg #151116).
Tim Waugh ad656c
Tim Waugh d279db
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 3.0-29
Tim Waugh d279db
- Rebuild for new GCC.
Tim Waugh d279db
Tim Waugh c06e86
* Thu Feb 17 2005 Tim Waugh <twaugh@redhat.com> 3.0-28
Tim Waugh 75ccf3
- Define _GNU_SOURCE in CPPFLAGS (bug #147573).
Tim Waugh 75ccf3
Tim Waugh 08f326
* Mon Feb 14 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh 08f326
- Reverted this change:
Tim Waugh 08f326
  - Added code to /etc/skel/.bash_logout to support the gpm selection buffer
Tim Waugh 08f326
    invalidation on virtual terminals (bug #115493).
Tim Waugh 08f326
Tim Waugh 4cffe8
* Mon Jan 31 2005 Tim Waugh <twaugh@redhat.com> 3.0-27
Tim Waugh 4cffe8
- Applied upstream patch to fix a potential NULL dereference.
Tim Waugh 4cffe8
Tim Waugh e2f37a
* Fri Jan 28 2005 Tim Waugh <twaugh@redhat.com> 3.0-26
Tim Waugh e2f37a
- Fixed job handling bug (bug #145124).
Tim Waugh e2f37a
Tim Waugh 7b2798
* Sun Dec  5 2004 Tim Waugh <twaugh@redhat.com> 3.0-25
Tim Waugh 7b2798
- Applied patch from Florian La Roche to fix CPPFLAGS quoting in spec file.
Tim Waugh 7b2798
Tim Waugh 5a4ad2
* Tue Nov 30 2004 Tim Waugh <twaugh@redhat.com>
Tim Waugh 5a4ad2
- Fixed typo in man page (spotted on bug-bash).
Tim Waugh 5a4ad2
Tim Waugh 45fddc
* Thu Nov 18 2004 Tim Waugh <twaugh@redhat.com> 3.0-24
Tim Waugh 45fddc
- Use upstream patch to fix bug #139575 and bug #139306.
Tim Waugh 45fddc
Tim Waugh 4319ea
* Thu Nov 18 2004 Tim Waugh <twaugh@redhat.com> 3.0-23
Tim Waugh 4319ea
- Fixed last patch to avoid regressions (bug #139575).
Tim Waugh 4319ea
Tim Waugh b2af33
* Mon Nov 15 2004 Tim Waugh <twaugh@redhat.com> 3.0-22
Tim Waugh b2af33
- Fixed prompt wrapping code to cope with zero-length prompts (bug #139306).
Tim Waugh b2af33
Tim Waugh dbaad3
* Thu Nov 11 2004 Tim Waugh <twaugh@redhat.com> 3.0-21
Tim Waugh dbaad3
- Added code to /etc/skel/.bash_logout to support the gpm selection buffer
Tim Waugh dbaad3
  invalidation on virtual terminals (bug #115493).
Tim Waugh dbaad3
Tim Waugh 2f386a
* Wed Nov 10 2004 Tim Waugh <twaugh@redhat.com> 3.0-20
Tim Waugh 5b2341
- Patchlevel 16.
Tim Waugh 5b2341
Tim Waugh d34787
* Mon Nov  1 2004 Tim Waugh <twaugh@redhat.com>
Tim Waugh d34787
- Patchlevel 15.
Tim Waugh d34787
Tim Waugh b77425
* Tue Oct 19 2004 Tim Waugh <twaugh@redhat.com> 3.0-17
Tim Waugh b77425
- Patchlevel 14.
Tim Waugh b77425
- No longer need brace patch.
Tim Waugh b77425
Tim Waugh 549037
* Wed Sep 29 2004 Tim Waugh <twaugh@redhat.com> 3.0-16
Tim Waugh 549037
- Apply patch from Chet Ramey to fix brace expansion.
Tim Waugh 549037
Tim Waugh ba8ace
* Fri Sep 24 2004 Tim Waugh <twaugh@redhat.com> 3.0-15
Tim Waugh ba8ace
- Minor fix for job handling.
Tim Waugh ba8ace
Tim Waugh c22b13
* Mon Sep 13 2004 Tim Waugh <twaugh@redhat.com>
Tim Waugh f2df43
- Add bashbug back in (with suffix).
Tim Waugh f2df43
Tim Waugh f2df43
* Mon Sep 13 2004 Tim Waugh <twaugh@redhat.com>
Tim Waugh c22b13
- Remove bash2.
Tim Waugh c22b13
Tim Waugh c50af8
* Fri Sep 10 2004 Tim Waugh <twaugh@redhat.com> 3.0-14
Tim Waugh 6925bb
- Don't run tests that read from /dev/tty.
Tim Waugh 8650f3
- Patchlevel 13.
Tim Waugh 2dcaae
cvsdist fc1f06
* Wed Sep  8 2004 Tim Waugh <twaugh@redhat.com> 3.0-13
cvsdist fc1f06
- Check for EINVAL from waitpid() and avoid WCONTINUED in that case.
cvsdist fc1f06
- Fixed jobs4 test.
cvsdist fc1f06
- Applied experimental upstream patch for trap compatibility.
cvsdist fc1f06
- Re-make documentation to reflect source changes.
cvsdist fc1f06
cvsdist fc1f06
* Tue Sep  7 2004 Tim Waugh <twaugh@redhat.com> 3.0-12
cvsdist fc1f06
- Remove 'bashbug' from the documentation, because we don't ship it due
cvsdist fc1f06
  to biarch concerns.
cvsdist fc1f06
cvsdist 874339
* Thu Sep  2 2004 Tim Waugh <twaugh@redhat.com> 3.0-11
cvsdist 75e85e
- Fixed multibyte parameter length expansion.
cvsdist 75e85e
cvsdist c896fc
* Tue Aug 31 2004 Tim Waugh <twaugh@redhat.com> 3.0-9
cvsdist c896fc
- Fix ulimits patch from Ulrich Drepper (bug #129800).
cvsdist c896fc
cvsdist 9224b4
* Fri Aug 27 2004 Tim Waugh <twaugh@redhat.com> 3.0-8
cvsdist 9224b4
- Provide support for new limits (bug #129800).
cvsdist 9224b4
cvsdist 797b83
* Thu Aug 26 2004 Tim Waugh <twaugh@redhat.com> 3.0-7
cvsdist 797b83
- Use upstream patch for last fix.
cvsdist 797b83
cvsdist 68e790
* Thu Aug 26 2004 Tim Waugh <twaugh@redhat.com> 3.0-6
cvsdist 68e790
- Fixed history saved-line handling.
cvsdist 68e790
cvsdist 68e790
* Tue Aug 24 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 68e790
- Fixed multibyte IFS handling.
cvsdist 68e790
cvsdist 68e790
* Wed Aug 18 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 68e790
- Applied bug-bash list patch to fix pipefail.
cvsdist 68e790
cvsdist 746d76
* Tue Aug 17 2004 Tim Waugh <twaugh@redhat.com> 3.0-5
cvsdist 746d76
- Make trap usage string show POSIX usage (bug #128938).
cvsdist 746d76
- Updated ${x[@]:1} expansion fix from bug-bash list.
cvsdist 746d76
- Updated patch to fix unset array crash (from bug-bash list).
cvsdist 746d76
cvsdist 746d76
* Sun Aug 15 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 746d76
- Fix ${x[@]:1} expansion (William Park, bug-bash list).
cvsdist 746d76
cvsdist a99e7a
* Tue Aug 10 2004 Tim Waugh <twaugh@redhat.com> 3.0-4
cvsdist a99e7a
- Fix vi-change-char behaviour at EOL (bug #129526).
cvsdist a99e7a
cvsdist a99e7a
* Mon Aug  9 2004 Tim Waugh <twaugh@redhat.com> 3.0-3
cvsdist a99e7a
- Applied bug-bash list patch to fix multiline PS1 prompting (bug #129382).
cvsdist a99e7a
cvsdist eb3bba
* Wed Aug  4 2004 Tim Waugh <twaugh@redhat.com> 3.0-2
cvsdist eb3bba
- Fixed brace expansion (bug #129128).
cvsdist eb3bba
- Build with AFS support again, since bug #86514 seems fixed upstream
cvsdist eb3bba
  (bug #129094).
cvsdist eb3bba
cvsdist eb3bba
* Tue Aug  3 2004 Tim Waugh <twaugh@redhat.com>
cvsdist eb3bba
- Fixed crash when unsetting an unset array (from bug-bash list).
cvsdist eb3bba
cvsdist 4d371b
* Wed Jul 28 2004 Tim Waugh <twaugh@redhat.com> 3.0-1
cvsdist 4d371b
- 3.0.
cvsdist 4d371b
cvsdist 634e46
* Wed Jul 21 2004 Tim Waugh <twaugh@redhat.com> 2.05b-44
cvsdist 634e46
- Don't report SIGPIPE errors (bug #128274).
cvsdist 634e46
cvsdist aff0ee
* Thu Jul  8 2004 Tim Waugh <twaugh@redhat.com> 2.05b-43
cvsdist aff0ee
- Fixed command substitution problem (bug #127242).
cvsdist aff0ee
cvsdist dc9e6b
* Mon Jun 28 2004 Tim Waugh <twaugh@redhat.com> 2.05b-42
cvsdist dc9e6b
- Fixed multibyte variable substitution patch (bug #126399).
cvsdist dc9e6b
cvsdist dc9e6b
* Thu Jun 17 2004 Karsten Hopp <karsten@redhat.de> 2.05b-41 
cvsdist dc9e6b
- remove bashbug script/docs to avoid conflicting files in
cvsdist dc9e6b
  biarch installs.
cvsdist dc9e6b
cvsdist de3ddc
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist de3ddc
- rebuilt
cvsdist de3ddc
cvsdist de3ddc
* Fri Jun  4 2004 Tim Waugh <twaugh@redhat.com>
cvsdist de3ddc
- Build requires bison (bug #125307).
cvsdist de3ddc
cvsdist 9bd0ca
* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 2.05b-39
cvsdist 9bd0ca
- Build requires libtermcap-devel (bug #125068).
cvsdist 9bd0ca
cvsdist 9bd0ca
* Wed May 19 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 9bd0ca
- Don't ship empty %%{_libdir}/bash (bug #123556).
cvsdist 9bd0ca
cvsdist b0857a
* Thu Mar 11 2004 Tim Waugh <twaugh@redhat.com> 2.05b-38
cvsdist b0857a
- Apply patch from Nalin Dahyabhai fixing an overread.
cvsdist b0857a
cvsdist b0857a
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b0857a
- rebuilt
cvsdist b0857a
cvsdist b0857a
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b0857a
- rebuilt
cvsdist b0857a
cvsdist 84c601
* Thu Jan 22 2004 Tim Waugh <twaugh@redhat.com> 2.05b-36
cvsdist 84c601
- Fix the bug causing bindings to need reparsing .inputrc (bug #114101).
cvsdist 84c601
cvsdist 84c601
* Mon Jan  5 2004 Tim Waugh <twaugh@redhat.com> 2.05b-35
cvsdist 84c601
- Fix parameter expansion in multibyte locales (bug #112657).
cvsdist 84c601
- Run 'make check'.
cvsdist 84c601
cvsdist 4897e0
* Tue Dec  9 2003 Tim Waugh <twaugh@redhat.com> 2.05b-34
cvsdist 4897e0
- Build requires texinfo (bug #111171).
cvsdist 4897e0
cvsdist 4897e0
* Fri Nov 28 2003 Tim Waugh <twaugh@redhat.com> 2.05b-33
cvsdist 4897e0
- Speed up UTF-8 command-line redrawing in the common case (bug #102353,
cvsdist 4897e0
  bug #110777).
cvsdist 4897e0
cvsdist 4897e0
* Thu Nov  6 2003 Tim Waugh <twaugh@redhat.com> 2.05b-32
cvsdist 4897e0
- Apply upstream patches (bug #109269 among others).
cvsdist 4897e0
cvsdist 4897e0
* Fri Oct 31 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 4897e0
- Fix bash.info (bug #83776).
cvsdist 4897e0
cvsdist 4897e0
* Tue Oct 28 2003 Tim Waugh <twaugh@redhat.com> 2.05b-31
cvsdist 6aab03
- Add bash205b-007 patch to fix bug #106876.
cvsdist 6aab03
cvsdist 4897e0
* Thu Oct 23 2003 Tim Waugh <twaugh@redhat.com> 2.05b-30
cvsdist 6aab03
- Rebuilt.
cvsdist 6aab03
cvsdist 4897e0
* Thu Sep 18 2003 Tim Waugh <twaugh@redhat.com> 2.05b-29.1
cvsdist 6aab03
- Rebuilt.
cvsdist 6aab03
cvsdist 4897e0
* Thu Sep 18 2003 Tim Waugh <twaugh@redhat.com> 2.05b-29
cvsdist 6aab03
- Avoid crashing on multibyte input when locale is set incorrectly
cvsdist 6aab03
  (bug #74266).
cvsdist 6aab03
cvsdist 4897e0
* Fri Sep  5 2003 Tim Waugh <twaugh@redhat.com> 2.05b-28.1
cvsdist 6aab03
- Rebuilt.
cvsdist 6aab03
cvsdist 4897e0
* Fri Sep  5 2003 Tim Waugh <twaugh@redhat.com> 2.05b-28
cvsdist 6aab03
- Avoid built-in malloc implementation (bug #103768).
cvsdist 6aab03
cvsdist 4897e0
* Wed Sep  3 2003 Tim Waugh <twaugh@redhat.com> 2.05b-27.1
cvsdist 6aab03
- Rebuilt.
cvsdist 6aab03
cvsdist 4897e0
* Wed Sep  3 2003 Tim Waugh <twaugh@redhat.com> 2.05b-27
cvsdist 6aab03
- LFS support (bug #103627).
cvsdist 6aab03
cvsdist 4897e0
* Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 2.05b-26.1
cvsdist 6aab03
- Rebuilt.
cvsdist 6aab03
cvsdist 4897e0
* Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 2.05b-26
cvsdist 6aab03
- Merge bash-doc into main package (bug #100632).
cvsdist 6aab03
cvsdist 6aab03
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 2.05b-25
cvsdist 6aab03
- rebuilt
cvsdist 6aab03
cvsdist 6aab03
* Mon May 12 2003 Tim Waugh <twaugh@redhat.com> 2.05b-24
cvsdist 6aab03
- Fix completion display when multibyte or control characters are to be
cvsdist 6aab03
  shown (bug #90201).
cvsdist 6aab03
Ville Skyttä 00892b
* Wed Mar 26 2003 Tim Waugh <twaugh@redhat.com> 2.05b-23
cvsdist 6aab03
- Fix a warning message (bug #79629).
cvsdist 6aab03
- Don't remove generated source during build, for debuginfo package.
cvsdist 6aab03
- Don't build with AFS support (bug #86514).
cvsdist 6aab03
cvsdist 6aab03
* Tue Mar 25 2003 Tim Waugh <twaugh@redhat.com> 2.05b-22
cvsdist 0bb2b3
- Really fix bug #78455.
cvsdist 0bb2b3
cvsdist 6aab03
* Tue Mar 11 2003 Tim Waugh <twaugh@redhat.com> 2.05b-21
cvsdist 6aab03
- Don't explicitly strip binaries (bug #85995).
cvsdist 6aab03
cvsdist e812ac
* Tue Feb 11 2003 Tim Waugh <twaugh@redhat.com> 2.05b-20
cvsdist e812ac
- Really fix bug #83331 for good.
cvsdist e812ac
cvsdist e812ac
* Mon Feb 10 2003 Tim Waugh <twaugh@redhat.com> 2.05b-19
cvsdist e812ac
- Fix builtins.1.
cvsdist e812ac
cvsdist e812ac
* Fri Feb  7 2003 Tim Waugh <twaugh@redhat.com> 2.05b-18
cvsdist e812ac
- Actually apply the patch (bug #83331).
cvsdist e812ac
cvsdist e812ac
* Wed Feb  5 2003 Tim Waugh <twaugh@redhat.com> 2.05b-17
cvsdist ec3387
- Fix history/UTF-8 bug (bug #83331).
cvsdist e812ac
cvsdist e812ac
* Sun Jan 26 2003 Tim Waugh <twaugh@redhat.com> 2.05b-16
cvsdist ec3387
- More tab-completion fixing (bug #72512).
cvsdist e812ac
cvsdist e812ac
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 2.05b-15
cvsdist e812ac
- rebuilt
cvsdist e812ac
cvsdist e812ac
* Wed Jan 15 2003 Tim Waugh <twaugh@redhat.com> 2.05b-14
cvsdist e812ac
- Force pgrp synchronization (bug #81653).
cvsdist e812ac
cvsdist e812ac
* Thu Dec 05 2002 Elliot Lee <sopwith@redhat.com> 2.05b-13
cvsdist e812ac
- (patch26) Don't call 'size' in makefile. Pointless, and interferes with 
cvsdist e812ac
  cross compiles.
cvsdist e812ac
cvsdist e812ac
* Tue Dec  3 2002 Tim Waugh <twaugh@redhat.com> 2.05b-12
cvsdist ec3387
- Prevent prompt overwriting output (bug #74383).
cvsdist e812ac
cvsdist e812ac
* Wed Nov 27 2002 Tim Waugh <twaugh@redhat.com> 2.05b-11
cvsdist e812ac
- Fix '-rbash' (bug #78455).
cvsdist e812ac
cvsdist e812ac
* Thu Nov 21 2002 Tim Waugh <twaugh@redhat.com> 2.05b-10
cvsdist e812ac
- Rebuild.
cvsdist e812ac
cvsdist e812ac
* Wed Nov 20 2002 Elliot Lee <sopwith@redhat.com>
cvsdist e812ac
- Use the configure macro instead of calling ./configure directly
cvsdist e812ac
cvsdist e812ac
* Wed Nov 13 2002 Tim Waugh <twaugh@redhat.com>
cvsdist e812ac
- Revert previous change.
cvsdist e812ac
cvsdist e812ac
* Wed Nov 13 2002 Tim Waugh <twaugh@redhat.com> 2.05b-8
cvsdist e812ac
- PreReq libtermcap.
cvsdist e812ac
cvsdist e812ac
* Fri Oct 18 2002 Tim Waugh <twaugh@redhat.com> 2.05b-7
cvsdist e812ac
- Add readline-init patch (bug #74925).
cvsdist e812ac
cvsdist e812ac
* Wed Oct 16 2002 Tim Waugh <twaugh@redhat.com> 2.05b-6
cvsdist ec3387
- Add the (4) patches from ftp.gnu.org (bug #75888, bug #72512).
cvsdist ec3387
- Ship '.' man page, which doesn't get picked up by glob.
cvsdist ec3387
- Don't install files not shipped when building.
cvsdist e812ac
- Locale shell variables fix (bug #74701).
cvsdist ec3387
cvsdist e812ac
* Fri Aug 23 2002 Tim Powers <timp@redhat.com> 2.05b-5
cvsdist 67c59b
- re-bzip the docs, something was corrupted
cvsdist 67c59b
cvsdist 971fd4
* Thu Aug 22 2002 Tim Waugh <twaugh@redhat.com> 2.05b-4
cvsdist 971fd4
- Fix history substitution modifiers in UTF-8 (bug #70294, bug #71186).
cvsdist 971fd4
- Fix ADVANCE_CHAR at end of string (bug #70819).
cvsdist 971fd4
- docs: CWRU/POSIX.NOTES no longer exists, but ship POSIX.
cvsdist 971fd4
cvsdist 71bb0c
* Wed Aug 07 2002 Phil Knirsch <pknirsch@redhat.com> 2.05b-3
cvsdist 71bb0c
- Fixed out of memory problem with readline.
cvsdist 71bb0c
cvsdist 57ff95
* Tue Jul 23 2002 Phil Knirsch <pknirsch@redhat.com> 2.05b-2
cvsdist 57ff95
- Added symlink for sh.1 in man1 section so that man sh works (#44039).
cvsdist 57ff95
cvsdist 57ff95
* Mon Jul 22 2002 Phil Knirsch <pknirsch@redhat.com> 2.05b-1
cvsdist 57ff95
- Update to 2.05b
cvsdist 57ff95
cvsdist 57ff95
* Wed Jul 10 2002 Phil Knirsch <pknirsch@redhat.com> 2.05a-16
cvsdist 57ff95
- Fixed readline utf8 problem (#68313).
cvsdist 57ff95
cvsdist 57ff95
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.05a-15
cvsdist 57ff95
- automated rebuild
cvsdist 57ff95
cvsdist 57ff95
* Thu May 23 2002 Tim Powers <timp@redhat.com> 2.05a-14
cvsdist 57ff95
- automated rebuild
cvsdist 57ff95
cvsdist b765d3
* Fri Apr 12 2002 Tim Powers <timp@redhat.com> 2.05a-13
cvsdist b765d3
- don't build the stuff in examples/loadables. It breaks FHS
cvsdist b765d3
  compliance
cvsdist b765d3
cvsdist 8b5e1e
* Fri Apr  5 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-12
cvsdist 8b5e1e
- Fix the fix for #62418
cvsdist 8b5e1e
cvsdist 8b5e1e
* Thu Apr  4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-11
cvsdist 8b5e1e
- Fix kill builtin (#62418)
cvsdist 8b5e1e
Tim Waugh f41697
* Mon Mar 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.0.5a-10
cvsdist 8b5e1e
- Get rid of completion subpackage
cvsdist 8b5e1e
- Use %%{_tmppath}
cvsdist 8b5e1e
cvsdist 8b5e1e
* Mon Mar 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-9
cvsdist 8b5e1e
- Add patch from Ulrich Drepper to get better error messages when trying
cvsdist 8b5e1e
  to launch an application with a bad ELF interpreter (e.g. libc5 ld.so)
cvsdist 8b5e1e
  (#60870)
cvsdist 8b5e1e
cvsdist 8b5e1e
* Fri Feb 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-8
cvsdist 8b5e1e
- Update completion
cvsdist 8b5e1e
cvsdist 8b5e1e
* Wed Jan 30 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-7
cvsdist 8b5e1e
- Update completion stuff and move it to a separate package
cvsdist 8b5e1e
cvsdist 8b5e1e
* Sat Jan 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-6
cvsdist 8b5e1e
- Add patches from Ian Macdonald <ian@caliban.org>
cvsdist 8b5e1e
cvsdist 8b5e1e
* Wed Jan 23 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-5
cvsdist 8b5e1e
- Add programmable completion (optional)
cvsdist 8b5e1e
cvsdist 8b5e1e
* Thu Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-4
cvsdist 8b5e1e
- Fix mailcheck (#57792)
cvsdist 8b5e1e
cvsdist 8b5e1e
* Tue Jan 15 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-3
cvsdist 8b5e1e
- Fix autoconf mess
cvsdist 8b5e1e
- Build --with-afs, some users may be using it
cvsdist 8b5e1e
cvsdist 8b5e1e
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 8b5e1e
- automated rebuild
cvsdist 8b5e1e
cvsdist 8b5e1e
* Thu Nov 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-2
cvsdist 8b5e1e
- Fix conflict with sh-utils (printf builtin manpage vs. printf binary manpage)
cvsdist 8b5e1e
  (#56590)
cvsdist 8b5e1e
cvsdist 8b5e1e
* Tue Nov 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-1
cvsdist 8b5e1e
- 2.05a
cvsdist 8b5e1e
cvsdist 8b5e1e
* Wed Oct 10 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 8b5e1e
- disable s390x fix, not needed anymore
cvsdist 8b5e1e
cvsdist 8b5e1e
* Mon Oct  1 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-9
cvsdist 8b5e1e
- Add patch from readline 4.2-3 to bash's internal libreadline
cvsdist 8b5e1e
cvsdist fd6bf9
* Mon Jul  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-8
cvsdist fd6bf9
- Merge Pekka Savola's patch (RFE#47762)
cvsdist fd6bf9
cvsdist fd6bf9
* Mon Jul  2 2001 Pekka Savola <pekkas@netcore.fi>
cvsdist fd6bf9
- Add IPv6 patch from PLD (only redirection to /dev/{tcp,udp}/host/port
cvsdist fd6bf9
  support)
cvsdist fd6bf9
cvsdist a4dba7
* Sun Jun 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-7
cvsdist a4dba7
- Add some bugfix patches from the maintainer
cvsdist a4dba7
cvsdist a4dba7
* Mon Jun 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist a4dba7
- added patch for s390x from <oliver.paukstadt@millenux.com>
cvsdist a4dba7
cvsdist a4dba7
* Wed May 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-5
cvsdist a4dba7
- Don't set BASH_ENV in .bash_profile, it causes .bashrc to be sourced
cvsdist a4dba7
  twice in interactive non-login shells.
cvsdist a4dba7
- s/Copyright/License/
cvsdist a4dba7
Ville Skyttä 00892b
* Sat May  5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-4
cvsdist a4dba7
- Fix tempfile creation in bashbug
cvsdist a4dba7
cvsdist a4dba7
* Wed May  2 2001 Preston Brown <pbrown@redhat.com> 2.05-3
cvsdist a4dba7
- bashrc moved to setup package
cvsdist a4dba7
cvsdist a4dba7
* Tue Apr 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-2
cvsdist a4dba7
- bash comes with its own copy of readline... Add the patches we're
cvsdist a4dba7
  applying in the readline package.
cvsdist 50f5e5
cvsdist a4dba7
* Tue Apr 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-1
cvsdist a4dba7
- Update to 2.05
cvsdist a4dba7
- Change PROMPT_COMMAND in bashrc for xterms
cvsdist a4dba7
  to something less space consuming (#24159)
cvsdist a4dba7
- Provide plugs for alternate prompt commands (#30634), but don't
cvsdist a4dba7
  default to them
cvsdist 50f5e5
cvsdist a4dba7
* Mon Mar 19 2001 Preston Brown <pbrown@redhat.com>
cvsdist a4dba7
- add default aliases for 'dir' and 'df' to have human readable output
cvsdist 84c77d
cvsdist 74e8be
* Wed Feb 28 2001 Matt Wilson <msw@redhat.com>
cvsdist 74e8be
- don't Prereq: /sbin/install-info!
cvsdist 74e8be
cvsdist 74e8be
* Tue Feb 27 2001 Preston Brown <pbrown@redhat.com>
cvsdist 74e8be
- noreplace config files
cvsdist 74e8be
- don't own /etc/skel directory
cvsdist 74e8be
Ville Skyttä 00892b
* Thu Feb 22 2001 Harald Hoyer <harald@redhat.de>
cvsdist 74e8be
- changed /etc/bashrc to work with backspace = 0177 (rxvt)
cvsdist 74e8be
cvsdist 74e8be
* Wed Feb 07 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 74e8be
- changed /etc/skel/.bash_profile to "unset USERNAME"
cvsdist 74e8be
cvsdist 74e8be
* Mon Feb  5 2001 Yukihiro Nakai <ynakai@redhat.com>
cvsdist 74e8be
- Delete Japanese resources from dot-bashrc
cvsdist 74e8be
  and move them to each package.
cvsdist 74e8be
cvsdist 74e8be
* Fri Dec 15 2000 Yukihiro Nakai <ynakai@redhat.com>
cvsdist 74e8be
- Add Japanese resource to dot-bashrc
cvsdist 74e8be
cvsdist 74e8be
* Mon Dec 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 74e8be
- rebuild to get rid of 0777 doc dirs
cvsdist 74e8be
cvsdist 74e8be
* Thu Nov 16 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 74e8be
- restore the ^Hs in documentation, they're highlighting sequences
cvsdist 74e8be
  for less (#20654) 
cvsdist 74e8be
cvsdist 74e8be
* Fri Sep 15 2000 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 74e8be
- bash-2.04-export.patch is reported to fix compilation
cvsdist 74e8be
  of older glibc-2.1 sources
cvsdist 74e8be
cvsdist 74e8be
* Tue Aug 22 2000 Matt Wilson <msw@redhat.com>
cvsdist 74e8be
- fixed the summary of bash-doc to use %%{version} instead of "2.03"
cvsdist 74e8be
cvsdist 74e8be
* Tue Aug  8 2000 Bill Nottingham <notting@redhat.com>
cvsdist 74e8be
- 'exit' in bashrc is very bad.
cvsdist 74e8be
cvsdist 74e8be
* Tue Aug  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 74e8be
- minor bashrc fix (Bug #8518)
cvsdist 74e8be
cvsdist 74e8be
* Mon Jul 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 74e8be
- Don't use tput etc. in bashrc if /usr isn't available (Bug #14116)
cvsdist 74e8be
cvsdist 74e8be
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 74e8be
- automatic rebuild
cvsdist 74e8be
cvsdist 74e8be
* Thu Jun 22 2000 Bill Nottingham <notting@redhat.com>
cvsdist 74e8be
- fix for some IA-64 issues from Stephane Eranian
cvsdist 74e8be
cvsdist 74e8be
* Thu Jun 15 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 74e8be
- Fix summary and description, they had old version numbers (Bug #12092)
cvsdist 74e8be
cvsdist 74e8be
* Tue Jun  6 2000 Bill Nottingham <notting@redhat.com>
cvsdist 74e8be
- add /etc/skel/.bash* ; obsolete etcskel
cvsdist 74e8be
cvsdist 74e8be
* Tue May  2 2000 Bill Nottingham <notting@redhat.com>
cvsdist 74e8be
- fix for shell functions on 64-bit architectures...
cvsdist 74e8be
cvsdist 74e8be
* Wed Mar 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 74e8be
- Add some backwards compatibility (for i in ; do something; done)
cvsdist 74e8be
cvsdist 74e8be
* Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 74e8be
- 2.04 final
cvsdist 74e8be
- remove the echo, pwd, test and kill man pages from the package,
cvsdist 74e8be
  we're getting them from sh-utils
cvsdist 74e8be
cvsdist 74e8be
* Sun Mar 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 74e8be
- 2.04beta5
cvsdist 74e8be
- adapt patches
cvsdist 74e8be
- Fix up bashrc
cvsdist 74e8be
- Don't put in bashrc1, this should be done by the bash1 package
cvsdist 74e8be
- use install -c instead of plain install to work on *BSD
cvsdist 74e8be
- remove the collected patches - they're now in the base version.
cvsdist 74e8be
- make compressed man pages optional
cvsdist 74e8be
cvsdist 74e8be
* Thu Mar 16 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist 74e8be
- add some collected patches for bash2
cvsdist 74e8be
- change it over to be the main bash package
cvsdist 74e8be
- install man-pages root:root
cvsdist 74e8be
- obsolete bash2, bash2-doc
cvsdist 74e8be
cvsdist 74e8be
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
cvsdist 74e8be
- man pages are compressed
cvsdist 74e8be
- fix description
cvsdist 74e8be
cvsdist 74e8be
* Thu Dec  2 1999 Ken Estes <kestes@staff.mail.com>
cvsdist 74e8be
- updated patch to detect what executables are required by a script.
cvsdist 74e8be
Ville Skyttä 00892b
* Tue Sep 14 1999 Dale Lovelace <dale@redhat.com>
cvsdist 74e8be
- Remove annoying ^H's from documentation
cvsdist 74e8be
cvsdist 74e8be
* Fri Jul 16 1999 Ken Estes <kestes@staff.mail.com>
cvsdist 74e8be
- patch to detect what executables are required by a script.
cvsdist 74e8be
cvsdist 74e8be
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist 74e8be
- auto rebuild in the new build environment (release 4)
cvsdist 74e8be
cvsdist 74e8be
* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 74e8be
- strip binaries.
cvsdist 74e8be
- include bash-doc correctly.
cvsdist 74e8be
cvsdist 74e8be
* Thu Mar 18 1999 Preston Brown <pbrown@redhat.com>
cvsdist 74e8be
- fixed post/postun /etc/shells work.
cvsdist 74e8be
cvsdist 74e8be
* Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 74e8be
- updated again text in the spec file
cvsdist 74e8be
cvsdist 74e8be
* Mon Feb 22 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 74e8be
- updated text in spec file.
cvsdist 74e8be
- update to 2.03.
cvsdist 74e8be
cvsdist 74e8be
* Fri Feb 12 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 74e8be
- build it as bash2 instead of bash
cvsdist 74e8be
cvsdist 74e8be
* Tue Feb  9 1999 Bill Nottingham <notting@redhat.com>
cvsdist 74e8be
- set 'NON_INTERACTIVE_LOGIN_SHELLS' so profile gets read
cvsdist 74e8be
cvsdist 74e8be
* Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 74e8be
- rename man pages in bash-doc to avoid packaging conflicts (#606).
cvsdist 74e8be
cvsdist 74e8be
* Wed Dec 02 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 74e8be
- patch for the arm
cvsdist 74e8be
- use $RPM_ARCH-redhat-linux as the build target
cvsdist 74e8be
cvsdist 74e8be
* Tue Oct  6 1998 Bill Nottingham <notting@redhat.com>
Tim Waugh f41697
- rewrite %%pre, axe %%postun (to avoid prereq loops)
cvsdist 74e8be
cvsdist 74e8be
* Wed Aug 19 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 74e8be
- resurrect for RH 6.0.
cvsdist 74e8be
cvsdist 74e8be
* Sun Jul 26 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 74e8be
- update to 2.02.1
cvsdist 74e8be
cvsdist 74e8be
* Thu Jun 11 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 74e8be
- Package for 5.2.
cvsdist 74e8be
cvsdist 74e8be
* Mon Apr 20 1998 Ian Macdonald <ianmacd@xs4all.nl>
cvsdist 74e8be
- added POSIX.NOTES doc file
cvsdist 74e8be
- some extraneous doc files removed
cvsdist 74e8be
- minor .spec file changes
cvsdist 74e8be
cvsdist 74e8be
* Sun Apr 19 1998 Ian Macdonald <ianmacd@xs4all.nl>
cvsdist 74e8be
- upgraded to version 2.02
cvsdist 74e8be
- Alpha, MIPS & Sparc patches removed due to lack of test platforms
cvsdist 74e8be
- glibc & signal patches no longer required
cvsdist 74e8be
- added documentation subpackage (doc)
cvsdist 74e8be
cvsdist 74e8be
* Fri Nov 07 1997 Donnie Barnes <djb@redhat.com>
cvsdist 74e8be
- added signal handling patch from Dean Gaudet <dgaudet@arctic.org> that
cvsdist 74e8be
  is based on a change made in bash 2.0.  Should fix some early exit
cvsdist 74e8be
  problems with suspends and fg.
cvsdist 74e8be
cvsdist 74e8be
* Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
Tim Waugh f41697
- added %%clean
cvsdist 74e8be
cvsdist 74e8be
* Mon Oct 20 1997 Erik Troan <ewt@redhat.com>
cvsdist 74e8be
- added comment explaining why install-info isn't used
cvsdist 74e8be
- added mips patch 
cvsdist 74e8be
cvsdist 74e8be
* Fri Oct 17 1997 Donnie Barnes <djb@redhat.com>
cvsdist 74e8be
- added BuildRoot
cvsdist 74e8be
cvsdist 74e8be
* Tue Jun 03 1997 Erik Troan <ewt@redhat.com>
cvsdist 74e8be
- built against glibc