summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-09-11d/README.Debian: Fix typo.Daniel Shahaf1-1/+1
2018-09-11Upload to unstable as 5.6.1-1Axel Beckert1-2/+4
2018-09-11Add initial changelog entry for 5.6.1-1Axel Beckert1-0/+9
2018-09-11Merge tag 'zsh-5.6.1' into debianAxel Beckert12-43/+179
Patch release: 5.6.1
2018-09-08unposted: Patch release: 5.6.1Daniel Shahaf5-6/+17
2018-09-0743409: Fix process group setting in main shell.Peter Stephenson3-21/+43
A newly forked subshell now reports back the process group it will be using for the main shell to record. This prevents an error where the shell incorrectly thought an exiting process owned the terminal and so grabbed it back, putting the foreground process into the background.
2018-09-0743404 (after 43392): Fix 'make install' in out-of-tree buildsDaniel Shahaf2-3/+8
2018-09-0643392: dist: Generate doc/help/* and doc/help.txt in builddir rather than ↵Daniel Shahaf3-9/+7
srcdir. Fixes creating tarballs in out-of-tree builds. While here, remove the instruction to build zsh before building a tarball, since that's unneeded.
2018-09-0643366: _compdef: Change and add sources for completed completion function names.Daniel Shahaf2-2/+8
Use ${(v)_comps} instead of going through $fpath again. Use ${functions} as well to find more legitimate matches, such as various __git_foo() helpers defined in ${^fpath}/_git.
2018-09-0543372: Add completion for e2labeldana2-0/+8
2018-09-0543375 with fix from 43390: fix #! tests.Peter Stephenson2-7/+16
Don't assume path to sh and echo, instead work it out.
2018-09-05unposted (cf 43373): Add two caveats: no local modifications, and need to ↵Daniel Shahaf2-0/+12
build in-tree.
2018-09-05Update README.Debian wrt. -dbg vs -dbgsym packages and apt-get vs apt.Axel Beckert2-12/+29
2018-09-05Retroactively mention #908000 in previous changelog entry.Axel Beckert1-1/+1
Debian bug report #908000 has been filed to track CVE-2018-0502 and CVE-2018-13259 in the Debian BTS. It has been written only after the upload of 5.6-1 due to the embargo on these issues as the upload of 5.6-1 happened only minutes after the end of the embargo.
2018-09-0343370: New maintainer-facing documentation.Daniel Shahaf2-0/+63
2018-09-03Upload to unstable as 5.6-1 with urgency=high due to security fixesAxel Beckert1-3/+9
2018-09-03Install symlinks to NEWS.gz (Policy 4.2.0) and README.Debian to ↵Axel Beckert2-1/+7
/usr/share/doc/zsh/. Also drop no more used symlink from /usr/share/doc/zsh/changelog.gz to /usr/share/doc/zsh-common/changelog.gz from debian/zsh.links. Mention in debian/TODO.md other minor, but non-trivial issues noticed recently. Gbp-Dch: Full
2018-09-03Update debian/changelog for new upstream releaseAxel Beckert1-0/+9
2018-09-03Refresh patch further-mitigate-test-suite-hangs.patchAxel Beckert1-5/+3
2018-09-03Merge tag 'zsh-5.6' into debianAxel Beckert46-187/+444
Release 5.6.
2018-09-03unposted: Post-release version bump.Daniel Shahaf2-2/+4
2018-09-03unposted: Release 5.6.Daniel Shahaf2-2/+6
2018-09-03CVE-2018-0502, CVE-2018-13259: Fix two security issues in shebang line parsing.Anthony Sottile6-20/+72
See NEWS for more information. Patch by Anthony Sottile and Buck Evan.
2018-09-0343367: Add maintainer targets 'tarxz-src' and 'targz-src'.Daniel Shahaf2-0/+14
2018-09-03mention Inf/NaN floating point changes in NEWS fileOliver Kiddle2-0/+9
2018-09-03unposted: Makefile.in: further to 43358 use same patchlevel form for the ↵Oliver Kiddle2-1/+6
release file
2018-09-0343333: Generate FAQ.html in the builddir, rather than in the srcdir, and add ↵Daniel Shahaf2-5/+11
it to the default target of the Etc/ subdirectory. This fixes `make targz-doc` in out-of-tree builds.
2018-09-03Don't handle ZLE functions for single key.Peter Stephenson5-16/+22
For read -k and read -q where we use ZLE, we just want a single key and not full ZLE processing. So don't handle timed ZLE functions when preforming the read.
2018-08-3143358: enforce consistent patchlevel formOliver Kiddle2-2/+4
2018-08-3143357: isinf/isnan can be macros so need custom configure testsOliver Kiddle2-1/+24
2018-08-31unposted: git describe's --long and --abbrev options are not mutually exclusiveOliver Kiddle2-2/+5
2018-08-3143359: further review of git remote set-url completionOliver Kiddle2-26/+20
2018-08-3142810: git remote set-url completionpseyfert2-7/+30
2018-08-3043350: _zsh: support --emulateJun-ichi Takimoto2-1/+6
2018-08-3043349: new completion for eogJun-ichi Takimoto2-0/+28
2018-08-2943351: handle the new diff implementation in the pre-release version of ↵Oliver Kiddle1-60/+61
FreeBSD 12
2018-08-2943346: various completion option updatesOliver Kiddle21-44/+106
2018-08-2943348: _hg: check for both -r and --revAnton Shestakov2-2/+5
2018-08-2943347: _hg: use revsets for suggestions for hg mergeAnton Shestakov2-6/+7
2018-08-2843345: don't modify global variable in _umountableOliver Kiddle3-2/+5
2018-08-28unposted: correct completion argument order for dkmsOliver Kiddle2-3/+6
2018-08-28unposted: completion for argument to strings -s was missingOliver Kiddle2-1/+4
2018-08-28unposted: complete also for bsdtarOliver Kiddle2-1/+3
2018-08-28unposted: fix typo in svccfg completion function callOliver Kiddle2-1/+6
2018-08-27Upload to experimental as 5.5.1-test-2-1Axel Beckert1-2/+2
2018-08-27Add changelog entry for new upstream release candidateAxel Beckert1-0/+8
2018-08-27Merge tag 'zsh-5.5.1-test-2' into debianAxel Beckert202-3495/+9308
Test release: 5.5.1-test-2.
2018-08-26Declare compliance with Debian Policy 4.2.1. (No changes needded.)Axel Beckert1-1/+1
2018-08-25Test release: 5.5.1-test-2.Daniel Shahaf3-5/+5
2018-08-25unposted: Fix FAQ build, broken by 43184.Daniel Shahaf2-1/+3