File: changelog

package info (click to toggle)
git-publish 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: python: 861; sh: 281; makefile: 5
file content (56 lines) | stat: -rw-r--r-- 2,073 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
git-publish (1.8.1-1) unstable; urgency=medium

  * Non-maintainer upload.
  * Update to git-publish 1.8.1:
    - Add --separate-send/-S to use a separate git-send-email
      command to send each patch
    - Handle '\r' in git output
    - Avoid to encode the cover letter
    - Encode the cover letter with charset=utf-8 and cte=8bit
    - Don't pick up the branch description in the cover letter
    - Use the git mbox format
    - Remove blank email item in edit_email_list
    - Fix encoding of native characters for author names
    - Add a --skip=N option that automatically unselects the
       first N patch emails
    - Update homepage URL (Closes: #981448)
    - Update to follow the last version of Debian Policy

 -- Philippe Mathieu-Daudé <f4bug@amsat.org>  Mon, 16 May 2022 00:40:13 +0200

git-publish (1.6.0-1) unstable; urgency=medium

  * Update to git-publish 1.6.0:
    - default to Python3. Closes: #936617
    - add unit-tests
    - add --add-header to pass customized headers
    - allow 'git-publish --edit' during rebase
    - add series status comments to cover letter
    - fix the --keyid option
    - ignore relogin delay when calling 'git-send-email --dry-run'

 -- Philippe Mathieu-Daudé <f4bug@amsat.org>  Fri, 03 Jan 2020 10:21:53 +0100

git-publish (1.5.1-1) UNRELEASED; urgency=low

  * Non-maintainer upload.
  * Update to git-publish 1.4.3:
    - add man-page
    - make pull request signing configurable
    - minor fixes
  * Update to git-publish 1.4.4:
    - allow to pass arbitrary arguments to format-patch
  * Update to git-publish 1.5.0:
    - add --keyid to select a non-default key when using multiple GPG keys
    - add --no-binary to avoid sending big binary blob to mailing list
    - locale encoding improvements
  * Update to git-publish 1.5.1:
    - improve errors handling

 -- Philippe Mathieu-Daudé <f4bug@amsat.org>  Fri, 06 Dec 2019 15:53:10 +0100

git-publish (1.4.2-1) unstable; urgency=low

  * Initial release. (Closes: #889847)

 -- Philippe Mathieu-Daudé <f4bug@amsat.org>  Wed, 07 Feb 2018 15:27:52 -0300