SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for readline-doc-6.0-24.12.i586.rpm :
Wed Sep 30 14:00:00 2009 wernerAATTsuse.de
- Make _rl_enable_meta configurable by the users (bnc#541379)

Wed Sep 9 14:00:00 2009 wernerAATTsuse.de
- Do not change tty owner group twice by child and parent (bnc#523667)

Wed Sep 9 14:00:00 2009 wernerAATTsuse.de
- Update to newest patch level 33

* Includes one of our own patches

Wed Aug 26 14:00:00 2009 cooloAATTnovell.com
- rediff patches to avoid fuzz

Tue Jul 28 14:00:00 2009 wernerAATTsuse.de
- Update to newest patch level 28

Thu Jul 2 14:00:00 2009 wernerAATTsuse.de
- Add fix from bash maintainer for closing memory leak in read
builtin (bnc#510288)

Tue Jun 9 14:00:00 2009 wernerAATTsuse.de
- Branch off some sub packages:

* bash-lang to include localization

* bash-loadables for installing the loadable runtime builtins

* bash-devel to install headers for developing loadable builtins

Wed Jun 3 14:00:00 2009 wernerAATTsuse.de
- Enforce the usage of euidaccess(3) instead of stat(2) for testing
permissions for a file (bnc#509105)

Mon May 25 14:00:00 2009 wernerAATTsuse.de
- Update to newest patch level 24:

* include last few patches
- Add patches from mailing list for globstar expansion

Mon May 11 14:00:00 2009 werneAATTsuse.de
- Increase size of hash table for runtime linker a lot

Mon Apr 27 14:00:00 2009 werneAATTsuse.de
- Add patches from mailing list:

* fix problem with invisible characters in prompt

* make dir
*/
*
* work

Tue Apr 21 14:00:00 2009 werneAATTsuse.de
- Do not crash on forbidden subdirectories with globstar extension

Wed Apr 15 14:00:00 2009 werneAATTsuse.de
- Add fix to be able to clear to eol in readline library

Tue Apr 14 14:00:00 2009 werneAATTsuse.de
- Add fix for timing issue in readline SIGWINCH handling

Wed Apr 8 14:00:00 2009 werneAATTsuse.de
- Add patches from bug-bashAATTgnu.org to avoid eg. segmentation fault

Mon Mar 16 13:00:00 2009 wernerAATTsuse.de
- Add patches from bug-bashAATTgnu.org to avoid eg. segmentation fault

Thu Mar 12 13:00:00 2009 wernerAATTsuse.de
- Add patch from bug-bashAATTgnu.org to enable |& not only for
builtins and shell functions but for all commands.

Tue Mar 10 13:00:00 2009 wernerAATTsuse.de
- Switch to official patches, now we are on patch level 10

Wed Mar 4 13:00:00 2009 wernerAATTsuse.de
- Use patches from bug-bashAATTgnu.org to make it work

Wed Mar 4 13:00:00 2009 wernerAATTsuse.de
- Patch for bnc#481817 does not work in any case

Wed Mar 4 13:00:00 2009 wernerAATTsuse.de
- My last patch for bnc#470548 send to bug-bashAATTgnu.org was not
fully applied and this had caused a memory corruption on tab
completion.
- Enable the parser to find closing parenthesis at the end of
an argument of a command even if backslash is used (bnc#481817)
- Correct link of shared libraries of devel readline package

Fri Feb 27 13:00:00 2009 wernerAATTsuse.de
- Update bash 4.0 to patch level 0
- Update readline 6.0 to patch level 0

Wed Feb 18 13:00:00 2009 wernerAATTsuse.de
- Add readline patch 13

Fri Jan 30 13:00:00 2009 wernerAATTsuse.de
- Restore state if shell function for completion is interrupted (bnc#470548)

Tue Jan 13 13:00:00 2009 olhAATTsuse.de
- obsolete old -XXbit packages (bnc#437293)

Fri Dec 19 13:00:00 2008 wernerAATTsuse.de
- Enable large file support (bnc#460560)

Tue Dec 9 13:00:00 2008 schwabAATTsuse.de
- Add bash patches 40-48.

Tue Nov 25 13:00:00 2008 wernerAATTsuse.de
- Parse the return value of setlocale(LC_ALL) (bnc#447846)

Thu Oct 16 14:00:00 2008 wernerAATTsuse.de
- Let\'s avoid not needed library dependencies (bnc#439051)

Mon Sep 1 14:00:00 2008 prusnakAATTsuse.cz
- bash should suggest command-not-found, not scout

Thu Jul 24 14:00:00 2008 wernerAATTsuse.de
- Add command-not-found.patch for scout support (fate#303730)

Tue Jun 17 14:00:00 2008 wernerAATTsuse.de
- Avoid underline the full paragraph in the man page (bnc#400767)

Sat May 17 14:00:00 2008 cooloAATTsuse.de
- fix rename of xxbit packages

Tue May 6 14:00:00 2008 schwabAATTsuse.de
- Add bash patches 34-39.

Mon Apr 28 14:00:00 2008 matzAATTsuse.de
- Fix last patch.

Thu Apr 24 14:00:00 2008 wernerAATTsuse.de
- Add workaround for bnc#382214

Thu Apr 10 14:00:00 2008 roAATTsuse.de
- added baselibs.conf file to build xxbit packages
for multilib support

Wed Apr 2 14:00:00 2008 wernerAATTsuse.de
- Allow to (re)send signals within trap handlers (bnc#345441)
- Clear exit status if not sourcing system profile (bnc#372061)

Thu Feb 28 13:00:00 2008 dmuellerAATTsuse.de
- remove invalid filerequires, the libreadline5 dependency is enough

Mon Jan 28 13:00:00 2008 schwabAATTsuse.de
- Add bash patches 26-33.

Tue Jan 8 13:00:00 2008 wernerAATTsuse.de
- Restart the signal handler for SIGCHLD if not already done
within the signal handler its self (may help for bug #345441)

Mon Jan 7 13:00:00 2008 schwabAATTsuse.de
- Fix memory leak in read builtin.

Fri Dec 7 13:00:00 2007 wernerAATTsuse.de
- Add skel files .bashrc, bash_history, and .profile from aaa_skel

Tue Dec 4 13:00:00 2007 wernerAATTsuse.de
- Extend fix for off-by-one error in libreadline (bug #274120)
- Enable ssh detection in the bash (bug #345570)

Thu Sep 20 14:00:00 2007 wernerAATTsuse.de
- Remove error triggering path requirement (bug #326751)

Mon Aug 27 14:00:00 2007 schwabAATTsuse.de
- Add bash patches 18-25.

Sat Aug 11 14:00:00 2007 schwabAATTsuse.de
- Add bash patches 10-17.

Sat Aug 4 14:00:00 2007 dmuellerAATTsuse.de
- fix devel requires

Fri Aug 3 14:00:00 2007 schwabAATTsuse.de
- Fix dependencies.

Tue Jul 31 14:00:00 2007 wernerAATTsuse.de
- Branch off bash-doc and readline-doc (bug #260209)
- Rename readline to libreadline5 (bug #260209)

Thu Apr 19 14:00:00 2007 schwabAATTsuse.de
- Fix bug in readline redisplay.

Thu Mar 29 14:00:00 2007 dmuellerAATTsuse.de
- add ncurses-devel requires to readline-devel

Mon Mar 26 14:00:00 2007 rguentherAATTsuse.de
- Add bison and ncurses-devel BuildRequires.

Wed Mar 7 13:00:00 2007 rguentherAATTsuse.de
- Fix order of changelog entries. Remove duplicate entry.

Wed Feb 28 13:00:00 2007 wernerAATTsuse.de
- Don\'t access buffer but resulting pointer for array element names
to avoid the not initialized area of the buffer. This also fixes
an inherent wrong calculation of the string length of the array
element names (bug #248717)

Thu Dec 14 13:00:00 2006 wernerAATTsuse.de
- Update to bash 3.2 patch level 9

Wed Dec 6 13:00:00 2006 schwabAATTsuse.de
- Remove obsolete patches.

Fri Nov 17 13:00:00 2006 wernerAATTsuse.de
- Remove /usr/bin/bash (#206000)

Tue Nov 14 13:00:00 2006 wernerAATTsuse.de
- Update to bash 3.2 patch level 5

Wed Sep 27 14:00:00 2006 wernerAATTsuse.de
- Use PIE to make a shared bash binary
- Make the bash modules build for testing

Fri Sep 22 14:00:00 2006 wernerAATTsuse.de
- Remove rpath option for libraries use linker defaults instead

Fri Sep 22 14:00:00 2006 wernerAATTsuse.de
- Add symbolic link for POSIX bourne shell to /usr/bin/ (#206000)

Thu Sep 14 14:00:00 2006 wernerAATTsuse.de
- Add environment variable DEFAULT_BELL_STYLE to control the
bell style of the readline library without using intputrc.

Mon Aug 7 14:00:00 2006 wernerAATTsuse.de
- Let readline-devel requires libncurses.so (bug #188673)

Thu Jul 27 14:00:00 2006 wernerAATTsuse.de
- Let printf builtin handle stdout errors correctly (bug #190349)


 
ICM