[Pkg-zsh-commits] [SCM] Debian zsh package annotated tag, debian/5.0.0-1, created. debian/5.0.0-1
Axel Beckert
abe at deuxchevaux.org
Wed Jul 25 20:31:46 UTC 2012
The annotated tag, debian/5.0.0-1 has been created
at 80836f0963628f2a7ef5d3152cbd6be79abc9b21 (tag)
tagging f629d4ee25e5aca6dbe432fd102d1e48282a3735 (commit)
replaces debian/4.3.17-1
tagged by Axel Beckert
on Wed Jul 25 22:31:24 2012 +0200
- Shortlog ------------------------------------------------------------
Debian release 5.0.0-1
Axel Beckert (10):
No more offers a ksh alternative due to incomplete ksh emulation (Closes: 659969)
New upstream release
Update autotools patches
Add groff to build-dependencies (for pdfroff)
debian/*: /bin/zsh4 → /bin/zsh5, etc.
Add a preliminary changelog entry for 5.0.0
pdfroff needs ghostscript; add b-d
Prepare upload of 5.0.0-1 to experimental
[dch-ignore] Bump changelog entry to test CIA bot and commit mailing list
[dch-ignore] One more changelog entry date bump to test CIA bot and commit mailing list
Bart Schaefer (14):
30272 (tweaked): most failures of fork() cause non-interactive shells to
unposted (users/16715): document HASH_LIST_ALL effects on correction.
30184: use a HASH_EXECUTABLES_ONLY test that matches the test used by
unposted (30090): add -h (help) and -L (list extant hooks) options.
unposted (users/16697): use a better output file name when the DISPLAY
Several previously uncommitted patches or patches based on list discussion;
30320: "emulate" accepts invocation-time flags; other small doc tweaks.
30383, users/16991 (Vaclav), users/17000: Improve speed of arrayuniq() by
30433: double backslash is not line continuation.
Describe differences in -i/-I/-l/-L/-n options from xargs to zargs.
users/17134: avoid bad math error
30530,30533: fix problems with COLUMNS or LINES < 1, and related issues
30540: typeset flag handling with SECONDS
users/17051: explicit IFS for "read" in compinit
Clint Adams (4):
30314: add completion for ssh-copy-id.
30316: complete .pdf for evince and epdfview.
30317: complete git merge --ff-only
30503: rudimentary completion for mosh.
Frank Terbeck (7):
Rewrite keyboard handling in zshrc
Add debian/NEWS to document the keyboard changes
Un-tabified and rearranged zstyle call
Only unalias `run-help' if the alias actually exists
Use stricter options with autoload
Juliano Ravasi: VCS_INFO_get_data_git: Fix initialisation of `$stgit_unapplied'
unposted: Add x-seq: number of last commit to ChangeLog (30488)
Mikael Magnusson (23):
30276: Src/glob.c: Use zlong rather than int when calculating brace expansions of the form {1..9}.
unposted: fix a typo in _git from previous commit (reolved)
30371: _ssh: you can specify -i multiple times
30372: _tmux: redirect errors to /dev/null
30368: _tmux: complete arguments to unambiguous partial subcommands
30378: new gradle completion
30406: NEWS: typo fixes
30412: document set-local-history
30427: fix syntax error from previous commit
30429: avoid error in _init_d when service doesn't exist
30430: fix some errors and outdatedness in intro.ms
30444: add NEWS entry for 30431
30456: Completion/Unix/Command/_getconf: Use new array syntax.
30461, 30462 (tweaked): add missing local for match, mbegin and mend
30425 (fixed): Add localhistory/globalhistory to $ZLE_STATE as set by the set-local-history zle widget
unposted: fix trailing spaces from previous commit
30468: prompt_fade_setup: add missing $
30466: Add prompt format and printf format completion.
ChangeLog: forgot to mention who reported 30468
30473: update _strace completion
30474: add ssh -O cancel completion
unposted: add : to ChangeLog entry
Jeremy Mates: 30505: Allow multiple --header= in _wget
Peter Stephenson (55):
update to 4.3.17-dev-0 and fix year
30270: don't need errors when testing to see if mtime test will work
Get the date right, even more
30299: "$*" was split with SHWORDSPLIT if IFS was empty or unset
30303: emulate inside function marked for execution tracing enables xtrace
30307 plus tweak suggsted by Wayne: use %lld for zlong when long long
Alexey: 30322: Completion/Unix/Command/_xmlsoft: accept more
users/16865: note that -eq is less convient than (( ... == ... ))
30351 + 30352: metafy strings on import into zsh variables
30354: Luka Perkov: quilt completion update
users/16932: implement $UNDO_CHANGE_NO and argument to undo widget
unposted: add missing parenthesis
add some braces to avoid compiler warnings
doc the Functions/Zle/split-shell-arguments commit
users/16944: more locals needed in url-quote-magic
30388, 30389 (Stephane): zargs: handle zero-length arguments.
fix UTF-8
30391: tweak to ignore DISABLED flag in new hash-based arrayuniq()
30400 plus extra tweaks: update NEWS for 5.0
Christian Neukirchen: 30398, 30399: TIMEFMT documentation
update Etc/.distfiles for moved NEWS-4.3
30402: turn intro.ms into intro.pdf for doc distribution
30410 plus one other case: avoid divide-by-zero errors
unposted: incporate Bart's NEWS suggestions from 30408
unposted: incporate Bart's NEWS suggestions from 30408
unposted: more NEWS tweaks
unposted: more NEWS tweaks
30413: (q-) parameter flag should quote null string
Michael Proko: 30414: more flexible configuration file finding for _mdadm
30431 with typo in _typeset fix:
30439: ${...:*...} with nonexistent or non-array after *
unposted: add test for valid identifier to 30431
30455: remove max array length test
users/17046: don't count too many elements when splitting quoted parameter
unposted, c.f. 30465: add index entries and cross-references
unposted: clarify that zargs is different from xargs
30469: Src/builtin.c: allow reverse listing of history using
c.f 30482 (Peter Jaros): typo in description.
Danek: 30485: trailing garbage after signal number not recognised in kill
Jun T.: 30483: improved completion on MacOS
Foudil Brétel: _systemctl -> _systemd plus enhancements
users/17132: skip-whitespace-first style for compatibility with bash etc.
30497: xsltproc option completion issue
Danek: 30510: bad indentation in params.yo
30509: updates for 5.0.0
Dima Kogan: 30515: fix globbing problem with large files:
30519 plus correction from Danek: try to modernise MACHINES
30518: attempt to supply tgoto() prototype when missing only.
Danek (plus .distfiles): 30520: updated Solaris 11 copmletion
unposted: belated commit of version number updated
Danek: 30562: Solaris completion updates
Bart: 30560: unset ordinary array element by setting to null
4.3.17-test-2
add _mosh to .distfiles
update to 5.0.0 release
Phil Pennock (2):
30513: zsh/regex metafy fixes for widechar
ChangeLog for 30513
Simon Ruderich (3):
Also export hardening CPPFLAGS (Closes: #644400)
30366: Misc/vcs_info-examples: Fix outdated quilt examples.
30367: Doc/Zsh/contrib.yo: vcs_info, mention settings used for patch-format/nopatch-format.
-----------------------------------------------------------------------
--
Debian zsh package
More information about the Pkg-zsh-commits
mailing list