1 [Readline-specific changelog. Descriptions of changes to the source are
2 found in the bash changelog.]
7 - quote value of ${INSTALL_DATA} when passing it to makes in
13 - don't pass INSTALL_DATA to a make in the `doc' subdirectory; let
14 autoconf set the value itself in the Makefile
15 - removed a stray `-' before $(RANLIB) in the `install' recipe
18 - add a VPATH assignment so the documentation is not remade if it's
19 already up-to-date in the distribution
22 - call AC_SUBST(LOCAL_LDFLAGS), since Makefile.in contains
29 - add define lines for STRUCT_WINSIZE_IN_SYS_IOCTL and
30 STRUCT_WINSIZE_IN_TERMIOS
33 - call BASH_STRUCT_WINSIZE to look for the definition of
42 - add define line for AC_MINIX
47 - add `install-shared' and `uninstall-shared' targets
52 - install and uninstall libhistory.a in the `install' and
58 - bumped LIBVERSION up to 2.1.1, indicating that this is patch
59 level 1 to release 2.1
65 - `make distclean' now descends into the `examples' subdir
68 - the `distclean' and `maintainer-clean' targets should remove
72 - added the various clean targets
77 - bumped LIBVERSION up to 2.2
81 [readline-2.2 released]
86 - make `libhistory.a' a dependency of `install'
87 - fixed a typo in the recipe for `install' that copied libreadline.a
88 to libhistory.old right after installing it
93 - install {readline,history}.info out of the source directory if
94 they are not found in the current (build) directory -- only an
95 issue if the libraries are built in a different directory than
101 - script from the bash distribution to do shared object and library
105 - new directory and makefile to handle building shared versions of
106 libreadline and libhistory, controlled by support/shobj-conf
111 - set SHELL to /bin/sh, rather than relying on make to be correct
116 - new file, moved from shell.c, for backwards compatibility
118 Makefile.in, shlib/Makefile.in
119 - make sure savestring.c is compiled and added to libreadline and
122 [THERE ARE NO MORE #ifdef SHELL LINES IN THE C SOURCE FILES.]
127 - updated description of shared library creation for the new scheme
129 [THERE ARE NO MORE #ifdef SHELL LINES IN ANY OF THE SOURCE FILES.]
132 - bumped SHLIB_MAJOR up to 4 since we've augmented the library
134 - rlconf.h is now one of the installed headers, so applications can
135 find out whether things like vi-mode are available in the installed
141 - changed RL_LIBRARY_VERSION to 4.0 to match the version of the
142 installed shared libraries
150 - rlstdc.h is now one of the installed headers
155 - made the suffix rule that creates xx.so from xx.c write the
156 compiler output to `a.o', which is then mv'd to xx.so, because
157 some compilers (Sun WSpro 4.2, for example) don't allow any
158 suffixes other than `.o' for `cc -c' (not even `a.out')
164 - AR and ARFLAGS are now substituted by configure, used in recipes
165 that build the libraries
168 - use AC_CHECK_PROG to check for ar
169 - set ARFLAGS if it has not already been set in the environment
174 - removed savestring.o from object file list
179 - don't use a fixed filename in the .c.so suffix rule to avoid
180 problems with parallel makes
184 support/shlib-install
185 - new script to install shared readline and history libraries
188 - changed to call shlib-install for install and uninstall targets
190 [readline-4.0-beta1 frozen]
195 - call AC_SUBST for SHOBJ_XLDFLAGS and SHLIB_LIBS
198 - SHOBJ_XLDFLAGS and SHLIB_LIBS are now substituted by configure
199 - add $(SHLIB_LIBS) at end of command line that builds the shared
200 libraries (currently needed only by AIX 4.2)
204 MANIFEST, MANIFEST.doc
205 - the TOC html files are no longer generated and no longer part of
211 - set MAKE_SHELL to /bin/sh and substitute into the Makefiles
213 Makefile.in,{doc,examples,shlib}/Makefile.in
214 - set SHELL from @MAKE_SHELL@
216 [readline-4.0 released]