Skip to content

Releases: getdnsapi/getdns

getdns-0.1.3 release

28 Dec 11:44
Compare
Choose a tag to compare
 
Please do not use the github generated Source code (zip) and (tar.gz) files, but our own tarball instead:
tarball https://getdnsapi.net/dist/getdns-0.1.3.tar.gz
pgp sig https://getdnsapi.net/dist/getdns-0.1.3.tar.gz.asc
sha256 5b2e4601ff373d72e0e5eb0e4b8a97caf85169e1e4a0c5f7eb437eeea839f2c2

On behalf of the getdns API core team:

release 0.1.3 of our getdns API implementation is now available at:

Binaries built from these sources will be posted to the project website over the next few days.
Other release points will be updated as time permits.

A detailed list of changes can be read in the github commit logs, a brief summary is in the ChangeLog file in the source tree (copied here for your reading convenience):

* 2014-06-25: Version 0.1.3
  - libtool chage, remove -release, added -version-info
  - Update specification to the June 2014 version (0.501)

We have also begun signing the releases with one or more of the core developers keys, we are currently using the pgp key servers at: https://keyserver.pgp.com

This release is signed using my key:

  • Glen Wiley [email protected]
    * Key id: A6B73532
    * Key fingerprint: 4BED 5C98 B7A4 0C33 B9A3 9FA9 9DC3 D572 A6B7 3532

ChangeLog

* libtool chage, remove -release, added -version-info
  * Update specification to the June 2014 version (0.501)

getdns-0.1.2 release

28 Dec 11:43
Compare
Choose a tag to compare
 
Please do not use the github generated Source code (zip) and (tar.gz) files, but our own tarball instead:
tarball https://getdnsapi.net/dist/getdns-0.1.2.tar.gz
sha256 1c3ec28f4bacda428b257e7568f34f00ad31819ab3c5c746282f84b8491dcde1

On behalf of the getdns API core team:

release 0.1.2 of our getdns API implementation is now available at:

Binaries built from these sources will be posted to the project website over the next few days.

A detailed list of changes can be read in the github commit logs, a brief summary is in the ChangeLog file in the source tree.

ChangeLog

* Fixed rdata fields for MX
  * Expose only public API symbols
  * Updated manpages
  * specify_class extension
  * Build from separate build directory
  * Anticipate libunbound not returning the answer packet
  * Pretty print bindata's representing IP addresses
  * Anticipate absense of implicit DSO linking
  * Mention getdns specific options to configure in INSTALL
    Thanks Paul Hoffman
  * Mac OSX package built instructions for generic user in README.md
    Thanks Joel Purra
  * Fixed build problems on RHEL/CentOS due using libevent 1.x

getdns-0.1.1 release

28 Dec 11:43
Compare
Choose a tag to compare
 
Please do not use the github generated Source code (zip) and (tar.gz) files, but our own tarball instead:
tarball https://getdnsapi.net/dist/getdns-0.1.1.tar.gz
sha256 abb46178de79600c826a438db7e31b2741f7bc9b0bad3707e4323e92a5f37022

On behalf of the getdns API core team

release 0.1.1 of our getdns API implementation is now available at:

Binaries built from these sources will be posted to the project website over the next few days.

A detailed list of changes can be read in the github commit logs, a brief summary is in the ChangeLog file in the source tree.

ChangeLog

* default to NOT build extensions (libev, libuv, libevent), handle
    --with/--without options to configure for them
  * Fixed some build/make nits
  * respect configure --docdir=X
  * Documentation/man page updates
  * Fix install and cpp guards in getdns_extra.h
  * Add method to switch between threads and fork mode for unbound
  * Fixes for libuv integration (saghul)
  * Fixes for calling getdns_destroy_context within a callback
  * Fixed signal related defines/decls

getdns-0.1.0 release

28 Dec 11:43
Compare
Choose a tag to compare
 
Please do not use the github generated Source code (zip) and (tar.gz) files, but our own tarball instead:
tarball https://getdnsapi.net/dist/getdns-0.1.0.tar.gz
sha256 23ddcdaa3e48ef794bf8695bbb6d51b30cdabc2915e5c448757d4e6baa32bfe8

Verisign and NLnet Labs are pleased to announce the first beta release (0.1.0) of an open source implementation of the getdns API specification.
The project's home page is at https://getdnsapi.net.

getdns is a modern asynchronous DNS API.
It implements DNS entry points from a design developed and vetted by application developers, in the specification at http://www.vpnc.org/getdns-api/ edited by Paul Hoffman.
With the development of this API, we intend to offer application developers a modernized and flexible way to access DNS security (DNSSEC) and other powerful new DNS features; a particular hope is to inspire application developers towards innovative security solutions in their applications.

We invite everyone to take a look at the project and to provide feedback to us and even contribute back to the project!
We expect to have successive releases over the next few months that move us toward a more complete implementation and includes ports to even more platforms.

Signed... the getdns core team:

  • Craig Despeaux, Verisign, Inc.
  • Neel Goyal, Verisign, Inc.
  • Olaf Kolkman, NLnet Labs
  • Allison Mankin, Verisign Labs.
  • Melinda Shore, No Mountain Software LLC
  • Willem Toorop, NLnet Labs
  • Wouter Wijngaards, NLnet Labs
  • Glen Wiley, Verisign, Inc.

ChangeLog

* Initial public release of the getdns API