[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-readline] Readline-6.1 Official Patch 2
From: |
Chet Ramey |
Subject: |
[Bug-readline] Readline-6.1 Official Patch 2 |
Date: |
Mon, 1 Mar 2010 14:21:18 -0500 |
READLINE PATCH REPORT
=====================
Readline-Release: 6.1
Patch-ID: readline61-002
Bug-Reported-by: Chet Ramey <address@hidden>
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
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU address@hidden http://cnswww.cns.cwru.edu/~chet/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-readline] Readline-6.1 Official Patch 2,
Chet Ramey <=