-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
44 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,34 @@ | ||
2019-12-05 rocky <[email protected]> | ||
|
||
* .travis.yml: Travis CI artifact upload try 4 | ||
|
||
2019-12-05 rocky <[email protected]> | ||
|
||
* .travis.yml: Travis CI artifact upload try 3 | ||
|
||
2019-12-05 rocky <[email protected]> | ||
|
||
* .travis.yml, command/show_sub/prompt.sh: Add missing show prompt | ||
subcmd... and Travis CI 2nd attempt to get artifacts | ||
|
||
2019-12-05 rocky <[email protected]> | ||
|
||
* .travis.yml, command/show.sh: add "dir" to show list and ... attempt to get Travis to upload artifacts | ||
|
||
2019-12-05 rocky <[email protected]> | ||
|
||
* command/show.sh, lib/term-highlight.py, | ||
test/data/setshow-5.4.1.right: Get all Pygments style a user has | ||
installed not just builtins ... Patch is due to John Purnell (in bashdb). Also, "help show" now includes "prompt". | ||
|
||
2019-11-28 rocky <[email protected]> | ||
|
||
* ChangeLog, test/unit/test-fns.sh.in: Another Ddg -> Dbg typo | ||
|
||
2019-11-28 R. Bernstein <[email protected]> | ||
|
||
* : Merge pull request #22 from MenkeTechnologies/master ddg to dbg typo fix | ||
|
||
2019-11-17 rocky <[email protected]> | ||
|
||
* ChangeLog, docs/commands/set/trace-commands.rst, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,14 +8,14 @@ | |
|
||
- Edit from `configure.ac`'s release name. If we have this in `configure.ac`: | ||
``` | ||
AC_INIT([zshdb],[1.1.1],[[email protected]]) | ||
AC_INIT([zshdb],[1.1.3],[[email protected]]) | ||
^^^^^^ | ||
``` | ||
|
||
then: | ||
|
||
```console | ||
$ export ZSHDB_VERSION='1.1.1' | ||
$ export ZSHDB_VERSION='1.1.3' | ||
$ ./autogen.sh && make && make check | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters