bdaa6c0962
- include patches 001, 002 (#657758) - add TTY input audit support (#244350)
48 lines
1.1 KiB
Plaintext
48 lines
1.1 KiB
Plaintext
READLINE PATCH REPORT
|
|
=====================
|
|
|
|
Readline-Release: 6.1
|
|
Patch-ID: readline61-002
|
|
|
|
Bug-Reported-by: Chet Ramey <chet.ramey@case.edu>
|
|
Bug-Reference-ID:
|
|
Bug-Reference-URL:
|
|
|
|
Bug-Description:
|
|
|
|
The readline version information was not updated for the release of version 6.1.
|
|
|
|
Patch (apply with `patch -p0'):
|
|
|
|
*** ../readline-6.1-patched/readline.h 2009-08-26 23:05:55.000000000 -0400
|
|
--- readline.h 2010-01-26 10:42:42.000000000 -0500
|
|
***************
|
|
*** 40,46 ****
|
|
|
|
/* Hex-encoded Readline version number. */
|
|
! #define RL_READLINE_VERSION 0x0600 /* Readline 6.0 */
|
|
#define RL_VERSION_MAJOR 6
|
|
! #define RL_VERSION_MINOR 0
|
|
|
|
/* Readline data structures. */
|
|
--- 40,46 ----
|
|
|
|
/* Hex-encoded Readline version number. */
|
|
! #define RL_READLINE_VERSION 0x0601 /* Readline 6.1 */
|
|
#define RL_VERSION_MAJOR 6
|
|
! #define RL_VERSION_MINOR 1
|
|
|
|
/* Readline data structures. */
|
|
*** ../readline-6.1-patched/patchlevel 2008-11-18 11:01:14.000000000 -0500
|
|
--- patchlevel 2010-01-14 10:15:52.000000000 -0500
|
|
***************
|
|
*** 1,3 ****
|
|
# Do not edit -- exists only for use by patch
|
|
|
|
! 1
|
|
--- 1,3 ----
|
|
# Do not edit -- exists only for use by patch
|
|
|
|
! 2
|
|
|