Alien-cares

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

libcares/test/gmock-1.8.0/gmock/gmock.h
libcares/test/gmock-1.8.0/gtest/gtest.h
libcares/test/Makefile.am
libcares/test/Makefile.in
libcares/test/Makefile.inc
libcares/test/Makefile.m32
libcares/test/Makefile.msvc
libcares/test/README.md
libcares/TODO
libcares/travis/build.sh
libcares/travis/covupload.sh
libcares/travis/distcheck.sh
libcares/travis/test.sh
libcares/vc/acountry/vc6acountry.dsp
libcares/vc/adig/vc6adig.dsp
libcares/vc/ahost/vc6ahost.dsp
libcares/vc/cares/vc6cares.dsp
libcares/vc/cares/vc6cares.dsw
libcares/vc/vc6aws.dsw
libcares/windows_port.c
Makefile.PL

libcares/.travis.yml  view on Meta::CPAN

             export CONFIG_OPTS=--host=arm-apple-darwin10
             export DEVPATH=`xcode-select -print-path`/Platforms/iPhoneOS.platform/Developer
             export IOSFLAGS="-isysroot $DEVPATH/SDKs/iPhoneOS.sdk -arch armv7 -miphoneos-version-min=8.0.0"
             export CFLAGS=$IOSFLAGS
             export CXXFLAGS=$IOSFLAGS
             export LDFLAGS=$IOSFLAGS
         fi
script:
    - ./travis/build.sh && ./travis/test.sh
    - if [ "$BUILD_TYPE" = "normal" ]; then ./travis/distcheck.sh ; fi
    - if [ "$BUILD_TYPE" = "coverage" ]; then ./travis/covupload.sh ; fi

libcares/RELEASE-PROCEDURE.md  view on Meta::CPAN


- run "./maketgz 1.14.0" to build the release tarball. It is important that
  you run this on a machine with the correct set of autotools etc installed
  as this is what then will be shipped and used by most users on *nix like
  systems.

- push the git commits and the new tag

- gpg sign the tarball

- upload the resulting files to https://c-ares.haxx.se/download/

- update `ares_version.h` for the next version

in the c-ares-www repo
----------------------

- edit `index.t` (version number and date),

- edit `changelog.t` (add the new release in there)



( run in 2.163 seconds using v1.01-cache-2.11-cpan-b16cb0d3907 )