File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
CHANGES
2
2
=======
3
3
4
+ 0.9.1 to 0.9.2
5
+ --------------
6
+
7
+ - readline now reads your history file (if set) into its history on startup
8
+ (set history with history=~/.es_history or similar)
9
+ - minor cleanups/fixes (@eadwardus, @mwgamera, @tmmcguire)
10
+ - @eadwardus added flatten support to command substitution (e.g. `^{echo hello world})
11
+
4
12
0.9 to 0.9.1
5
13
------------
6
14
Original file line number Diff line number Diff line change @@ -12,5 +12,4 @@ if {! grep -q $1 version.c} {
12
12
echo '(yes, this should be automated)'
13
13
}
14
14
15
- tar chzvf . . / es - $1 . tar . gz -- exclude \=. gitignore -- exclude \=release . es `{ git ls - files } config . guess config . sub configure install - sh
16
-
15
+ tar chzvf . . / es - $1 . tar . gz -- exclude \=. circleci -- exclude \=. gitignore -- exclude \=release . es `{ git ls - files } config . guess config . sub config . h . in configure install - sh
Original file line number Diff line number Diff line change 1
- /* version.c -- version number ($Revision: 1.2 $) */
2
1
#include "es.h"
3
- static const char id [] = "@(#)es version 0.9.1 15-July-2016 " ;
2
+ static const char id [] = "@(#)es version 0.9.2 2-Mar-2022 " ;
4
3
const char * const version = id + (sizeof "@(#)" - 1 );
You can’t perform that action at this time.
0 commit comments