Date: Sat, 20 May 1995 15:17:55 -0400 From: Chet Ramey <chet@odin.INS.CWRU.Edu> To: arnold@skeeve.atl.ga.us, composer@beyond.dreams.org, friedman@gnu.ai.mit.edu, joshua5@cs.bu.edu, dob@inel.gov, mjo@msen.com, jason@servio.slc.com, timbo@ig.co.uk, trost@cse.ogi.edu, zoo@armadillo.com, lubkin@cs.rochester.edu, james@bigtex.cactus.org, dbrooks@ics.com, Greg.Onufer@Eng.Sun.COM, kre@munnari.oz.au, tmwalden@saturn.sys.acc.com, torvalds@cc.helsinki.fi, i.watson@lilly.com, glenn@mathcs.emory.edu, penningt@reason.psc.edu, devet@adv.iaehv.nl, grog@lemis.de, djm@eng.umd.edu, wieting@tweety.llnl.gov, geoffc@research.att.com, de5@ornl.gov, kayvan@satyr.sylvan.com, smd@uunet.ca, asjl@connect.com.au, mark@comp.vuw.ac.nz, david@cs.dal.ca, jwe@che.utexas.edu, Karl.Kleinpaste@GODIVA.NECTAR.CS.CMU.EDU, bammi@cadence.com, sanders@bsdi.com, tramey@boi.hp.com, sandro@elf.com, drich@sgi.com, carson@cs.columbia.edu, dbecker@legato.com, deven@asylum.sf.ca.us, remy@ccs.neu.edu, freebsd-hackers@freefall.cdrom.com, dtm@nsd.3com.com, kjetilho@ifi.uio.no, cam@iinet.com.au, wbader@EECS.Lehigh.Edu, hniksic@neumijko.srce.hr, mwette@csi.jpl.nasa.gov, jsh@canary.com, gjb@gba.oz.au, andreas@MPA-Garching.MPG.DE, pgf@foxharp.boston.ma.us, peterc@suite.sw.oz.au, brown@eff.org, bothner@cygnus.com, tudor@cs.pub.ro, fox@cac.washington.edu, hag@gnu.ai.mit.edu, root@candle.pha.pa.us, neal@ctd.comsat.com, grw@tamu.edu, schwab@issan.informatik.uni-dortmund.de, haible@ma2s2.mathematik.uni-karlsruhe.de, rfg@segfault.us.com Cc: chet@odin.INS.CWRU.Edu Subject: Bash-1.14.5 beta test version available Message-ID: <9505201917.AA04499.SM@odin.INS.CWRU.Edu>
next in thread | raw e-mail | index | archive | help
Hi. I have made a beta test version of bash-1.14.5 available for anonymous FTP from ftp://slc2.ins.cwru.edu/pub/hidden/bash-1.14.5.tar.gz Please grab it, build it, and test it out. I want a reasonably quick beta period so I can get this version onto the next GNU source CD. The only changes in this version fix the few bugs reported for bash-1.14.4. The `NEWS' file detailing the changes is appended. This will be the last release for bash version 1.14. I will release a version of bash-2.0 available for alpha testing to this group sometime this summer, probably after I get back from Italy at the end of June. As always, thanks very much for your help. Chet +=============== NEWS ===============+ This file documents the bugs fixed between this release, bash-1.14.5, and the last public bash release, 1.14.4. 1. Bugs fixed in Bash a. Fix to `fc' so that `fc -l' works when fewer than 16 commands are in the history list. b. Fixes to the builtin getopt(3) and `getopts' to complete conversion from GNU glibc getopt() to internal bash getopt. c. Changes to `make install' to bring it closer to GNU guidelines. d. Fixes to the expansion code so that double quotes on the rhs of ${variableOPword} are handled better. e. New/changed machines.h entries: Fujitsu UXP/M f. Changes to cpp-Makefile and the rest of the Makefiles to more closely adhere to the GNU coding standards. In particular, all recommended targets should now exist. g. `read' now correctly strips trailing IFS whitespace from the input line. h. Reworked the documentation Makefile so that it does not use `texindex' and `tex', but rather `texi2dvi', as per the GNU coding standards i. If SIGINT is not trapped, a process dying of SIGINT will cause the shell to act as if it had received SIGINT and break out of for, while, and until loops. 2. Bugs fixed in Readline a. Fix to the display code so that null prompts don't cause core dumps. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer Chet Ramey, Case Western Reserve University Internet: chet@po.CWRU.Edu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9505201917.AA04499.SM>
