Skip to content

Commit

Permalink
Get ready for release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Dec 10, 2019
1 parent 458e74f commit a1c2826
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 3 deletions.
31 changes: 31 additions & 0 deletions ChangeLog
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,
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 1.1.2 2019-12-10 gecko gecko
------------------------------------

Very minor improvements

- Add "show prompt" to "show" list
- add "show dir" to "show" list
- Show *all* Pygments sytles a has installed, not just builtins. (John Purnell in bashdb)
- Fix typo which prevented syntax highlighting option from working (MenkeTechnologies)

Version 1.1.1 2019-11-17 JNC
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions admin/how-to-make-a-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl Configure script for Shell debugger
define(DEBUGGER, zshdb)
define(POSIXSHELL, zsh)
AC_INIT([zshdb],[1.1.1],[https://github.com/rocky/zshdb/issues])
AC_INIT([zshdb],[1.1.2],[https://github.com/rocky/zshdb/issues])
AM_MAINTAINER_MODE
AM_INIT_AUTOMAKE([foreign])

Expand Down

0 comments on commit a1c2826

Please sign in to comment.