Update RELNOTES
This commit is contained in:
parent
60a363e135
commit
0b029b5124
1 changed files with 12 additions and 14 deletions
|
@ -1,28 +1,26 @@
|
|||
= v0.2.1
|
||||
v0.2.1
|
||||
|
||||
~ Fix Makefile
|
||||
| Fix Makefile
|
||||
The mandoc directory wasn't created properly.
|
||||
It became obvious when building the port
|
||||
It only became obvious when building the port
|
||||
into a temporary staging directory
|
||||
|
||||
= v0.2.0
|
||||
v0.2.0
|
||||
|
||||
~ Set "diff.renameLimit" to unlimited
|
||||
After this change, sourcezap always
|
||||
forwards "-l0" to "git diff"
|
||||
| Set "diff.renameLimit" to unlimited
|
||||
After this change, sourcezap forwards "-l0" to "git diff"
|
||||
|
||||
~ Replace utils/gitexec with utils/git/run
|
||||
| Replace utils/gitexec with utils/git/run
|
||||
After this change, we talk to git via utils/git/run
|
||||
|
||||
~ Add utils/git
|
||||
| Add utils/git
|
||||
A dedicated directory for git-related scripts
|
||||
|
||||
~ Remove "set -x"
|
||||
| Remove "set -x"
|
||||
After this change, sourcezap emits less output
|
||||
|
||||
~ Remove scripts
|
||||
Remove "utils/printok", "utils/printerr", and
|
||||
"utils/git-rev"
|
||||
| Remove scripts
|
||||
Remove "utils/printok", "utils/printerr", and "utils/git-rev"
|
||||
|
||||
~ Add documentation
|
||||
| Add documentation
|
||||
Covers README.md and sourcezap.8
|
||||
|
|
Loading…
Reference in a new issue