Skip to content
  • mats Dufberg's avatar
    Merge develop into master as part of release of 1.1.0 (#57) · 0c9a0227
    mats Dufberg authored
    * Updated to adjust for changes in live data (#39)
    
    Updated to adjust for changes in live data and replace fixed value of NS with range. Also updated accepted range of additional records to match range of NS.
    
    * Update .travis.yml with installation of Test::More (#38)
    
    Update .travis.yml with explicit installation of Test::More from CPAN to get latest version. This is to solve issue #36 for Travis.
    
    * Update README.md (#42)
    
    Updated installation instructions pointing at installation instructions for Engine. Editorial changes to get links. Removed irrelevant section on API.
    
    * Ldns 1.7.0 using submodule (#41)
    
    * All ldns sources are removed from the repo - instead a git submodule is added for ldns (currently pointing to the tag release-1.7.0).
    * Autoconf-like tests are removed from Makefile.PL - instead running of `configure` is hooked up on make targets.
    * Generated `h` files are removed from MANIFEST - instead `h.in` files and `configure` and local files it depends on are added.
    * Git submodule initialization and generation of `configure` and friends are hooked up to make targets (so they can be included in the dist).
    * Makefile.PL is updated to build `libldns.a` from the new location.
    * Paths to ldns source files are updated in MANIFEST.
    * LICENSE-NLnet-Labs is replaced with ldns/LICENSE.
    * Unwanted files from the submodule directory are avoided in MANIFEST.SKIP.
    
    * Remove legacy parameters from Makefile.PL (#44)
    
    * Fix some issues raised by CPANTS (#46)
    
    * Move metadata from Makefile.PL to main module
    * Aim to fix CPANTS errors has_license_in_source_file and
      has_known_license_in_source_file.
    * Move abstract and authors from Makefile.PL to main module.
    * Aim to fix CPANTS error no_pod_errors
    * Aim to fix CPANTS errors use_strict and use_warnings
    
    * Allow loading ldns as an ordinary dependency
    
    Introduces the --[no-]internal-ldns feature switch.
    
    * Fix erroneous negation
    
    * Make IDN support explicit (#45)
    
    * Explicit feature switch for IDN (#24)
    * Overhaul README.md
      * New document outline
      * New documentation for randomized capitalization feature
      * New instruction for installing from sources
      * New post-installation sanity check
      * Add one piece of syntax highlighting
    
    * Reorganize README and add TOC
    
    * Updated to have correct description of what to_idn() does. (#50)
    
    * Update LDNS.pm to have correct description of what to_idn() does.
    
    * Update to Module::Install 1.19
    
    Fixes generation of META.yml
    
    * Preparation for release of version v1.1.0 (Zonemaster v2018.1). (#55)
    
    * Updated version of main module for release (#56)
    0c9a0227
To find the state of this project's repository at the time of any of these versions, check out the tags.