diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-08-09 07:01:29 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-08-09 07:01:29 -0700 |
commit | 83ae6fd08039a96d0b0b897d8a0bc55af6854853 (patch) | |
tree | 2af16993b7369eb6b50491ab0af24b83f5a9f76f /RELNOTES | |
parent | a72eb481f1eeee1c92684f02b5a882b4ea0650d6 (diff) | |
download | txr-83ae6fd08039a96d0b0b897d8a0bc55af6854853.tar.gz txr-83ae6fd08039a96d0b0b897d8a0bc55af6854853.tar.bz2 txr-83ae6fd08039a96d0b0b897d8a0bc55af6854853.zip |
Version 280.txr-280
* RELNOTES: Updated.
* configure (txr_ver): Bumped version.
* stdlib/ver.tl (lib-version): Bumped.
* txr.1: Bumped version and date.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ + TXR 280 + 2022-08-09 + + + Bugs + + - Listener: + - Fix regression: ~/.txr_history not loading unless ~/.txr_profile exists. + + - Build: + - Handle failing hard link operation in "make install" so things + work on Android again. + + + TXR 279 2022-08-08 |