[Python-modules-commits] [python-getdns] branch master updated (18f01d4 -> cf28b4c)

Ondrej Sury ondrej at moszumanska.debian.org
Wed Jan 27 09:50:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

ondrej pushed a change to branch master
in repository python-getdns.

      from  18f01d4   UNRELEASED/unstable
       new  e10dc03   Imported Upstream version 0.6.0
       new  f725016   Merge tag 'upstream/0.6.0'
       new  0f0a18d   Update patches for 0.6.0 release
       new  cf28b4c   python-getdns 0.6.0-1

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |   1 +
 context.c                                          |  31 +--
 debian/changelog                                   |   7 +
 debian/patches/0001-remove-rpath.patch             |  10 +-
 .../patches/0002-Back-out-STARTTLS-support.patch   |  41 ----
 debian/patches/series                              |   1 -
 doc/conf.py                                        |   4 +-
 doc/functions.rst                                  | 115 +++++-----
 doc/index.rst                                      |  17 +-
 doc/response.rst                                   |  17 +-
 examples/client_subnet.py                          |  54 +++++
 examples/dane_encrypt.py                           |   0
 examples/pinset.py                                 |  17 ++
 examples/tsig_demo.py                              |  15 ++
 getdns.c                                           |  38 +++-
 pygetdns.h                                         |   8 +
 pygetdns_util.c                                    | 231 ++++++++++++++++-----
 result.c                                           |  13 ++
 setup.py                                           |  11 +-
 19 files changed, 450 insertions(+), 181 deletions(-)
 delete mode 100644 debian/patches/0002-Back-out-STARTTLS-support.patch
 create mode 100755 examples/client_subnet.py
 mode change 100644 => 100755 examples/dane_encrypt.py
 create mode 100755 examples/pinset.py
 create mode 100755 examples/tsig_demo.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-getdns.git



More information about the Python-modules-commits mailing list