From 66280af83a75d5b680c1014130e4bbbc9b75b6e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Tue, 1 Nov 2016 20:34:50 +0100 Subject: [PATCH] Release 0.24.2 --- .mailmap | 4 +++ README.rst | 73 +++++++++++++++++++++++++++++--------------- docs/conf.py | 2 +- docs/development.rst | 3 ++ docs/general.rst | 10 +++--- docs/install.rst | 16 +++++----- pygit2/_build.py | 2 +- 7 files changed, 70 insertions(+), 40 deletions(-) diff --git a/.mailmap b/.mailmap index 6c74bd4..0f38635 100644 --- a/.mailmap +++ b/.mailmap @@ -18,3 +18,7 @@ Vlad Temian Matthew Gamble Kaarel Kitsemets + +Matthias Bartelmeß +Robert Hölzl +Anatoly Techtonik diff --git a/README.rst b/README.rst index 3f8446b..4fdb512 100644 --- a/README.rst +++ b/README.rst @@ -28,6 +28,27 @@ How to install Changelog ============== +0.24.2 (2016-11-01) +------------------------- + +- Unit tests pass on Windows, integration with AppVeyor + `#641 `_ + `#655 `_ + `#657 `_ + `#659 `_ + `#660 `_ + `#661 `_ + `#667 `_ + +- Fix when libgit2 error messages have non-ascii chars + `#651 `_ + +- Documentation improvements + `#643 `_ + `#653 `_ + `#663 `_ + + 0.24.1 (2016-06-21) ------------------------- @@ -800,30 +821,31 @@ Other: `#331 `_ Authors ============== -108 developers have contributed at least 1 commit to pygit2:: +112 developers have contributed at least 1 commit to pygit2:: J. David Ibáñez Carlos Martín Nieto Nico von Geyso - W. Trevor King Dave Borowitz Daniel Rodríguez Troitiño - Richo Healey Christian Boos Julien Miotte - Richard Möhn Xu Tao Jose Plana - Matthew Duggan Matthew Gamble Martin Lenders - Petr Hosek Victor Garcia Xavier Delannoy - Yonggang Luo Patrick Steinhardt Valentin Haenel - Michael Jones Bernardo Heynemann Brodie Rao - John Szakmeister Vlad Temian Nicolas Dandrimont - David Versmisse Rémi Duraffort Santiago Perez De Rosso - Sebastian Thiel Thom Wiggers Alok Singhal - Fraser Tweedale Han-Wen Nienhuys Leonardo Rhodes - Petr Viktorin Ron Cohen Thomas Kluyver - Alex Chamberlain Alexander Bayandin Amit Bakshi - Andrey Devyatkin Arno van Lumig Ben Davis - Dustin Raimondi Eric Schrijver Greg Fitzgerald - Hervé Cauwelier Huang Huang Ian P. McCullough - Igor Gnatenko Jack O'Connor Jared Flatow - Jiunn Haur Lim Jun Omae Kaarel Kitsemets - Kevin KIN-FOO Masud Rahman Michael Sondergaard - Ondřej Nový Sarath Lakshman Vicent Marti - Zoran Zaric Adam Spiers Andrew Chin + W. Trevor King Dave Borowitz Matthias Bartelmeß + Daniel Rodríguez Troitiño Richo Healey Christian Boos + Julien Miotte Richard Möhn Xu Tao + Jose Plana Matthew Duggan Matthew Gamble + Martin Lenders Petr Hosek Victor Garcia + Xavier Delannoy Yonggang Luo Patrick Steinhardt + Valentin Haenel Michael Jones Bernardo Heynemann + Brodie Rao John Szakmeister Vlad Temian + Nicolas Dandrimont David Versmisse Rémi Duraffort + Santiago Perez De Rosso Sebastian Thiel Thom Wiggers + Alok Singhal Fraser Tweedale Han-Wen Nienhuys + Leonardo Rhodes Petr Viktorin Ron Cohen + Thomas Kluyver anatoly techtonik Alex Chamberlain + Alexander Bayandin Amit Bakshi Andrey Devyatkin + Arno van Lumig Ben Davis Dustin Raimondi + Eric Schrijver Greg Fitzgerald Hervé Cauwelier + Huang Huang Ian P. McCullough Igor Gnatenko + Jack O'Connor Jared Flatow Jiunn Haur Lim + Jun Omae Kaarel Kitsemets Kevin KIN-FOO + Masud Rahman Michael Sondergaard Ondřej Nový + Sarath Lakshman Vicent Marti Zoran Zaric + mrh1997 Adam Spiers Andrew Chin András Veres-Szentkirályi Ash Berlin Benjamin Kircher Benjamin Pollack Bryan O'Sullivan Cam Cope Chason Chaffin Chris Rebert Colin Watson @@ -835,9 +857,10 @@ Authors Justin Clift Kyriakos Oikonomakos Lukas Fleischer Mathieu Bridon Nicolás Sanguinetti Noah Fontes Óscar San José Peter Dave Hello Philippe Ombredanne - Ridge Kennedy Ross Nicoll Rui Abreu Ferreira - Sheeo Soasme Vladimir Rutsky - Yu Jianjian chengyuhang earl + Ridge Kennedy Robert Hölzl Ross Nicoll + Rui Abreu Ferreira Sheeo Soasme + Vladimir Rutsky Yu Jianjian chengyuhang + earl License diff --git a/docs/conf.py b/docs/conf.py index 87586f1..9cff9b1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,7 +52,7 @@ copyright = u'2010-2015 The pygit2 contributors' # The short X.Y version. version = '0.24' # The full version, including alpha/beta/rc tags. -release = '0.24.1' +release = '0.24.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/development.rst b/docs/development.rst index d9ecf83..fc9b1c2 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -5,6 +5,9 @@ The development version .. image:: https://travis-ci.org/libgit2/pygit2.svg?branch=master :target: http://travis-ci.org/libgit2/pygit2 +.. image:: https://ci.appveyor.com/api/projects/status/edmwc0dctk5nacx0/branch/master?svg=true + :target: https://ci.appveyor.com/project/jdavid/pygit2/branch/master + .. code-block:: sh $ git clone git://github.com/libgit2/pygit2.git diff --git a/docs/general.rst b/docs/general.rst index 4afdcaa..d17490f 100644 --- a/docs/general.rst +++ b/docs/general.rst @@ -18,7 +18,7 @@ library that has been built against. The version number has a .. py:data:: LIBGIT2_VER_MAJOR Integer value of the major version number. For example, for the version - ``0.24.1``:: + ``0.24.2``:: >>> print LIBGIT2_VER_MAJOR 0 @@ -26,7 +26,7 @@ library that has been built against. The version number has a .. py:data:: LIBGIT2_VER_MINOR Integer value of the minor version number. For example, for the version - ``0.24.1``:: + ``0.24.2``:: >>> print LIBGIT2_VER_MINOR 24 @@ -34,17 +34,17 @@ library that has been built against. The version number has a .. py:data:: LIBGIT2_VER_REVISION Integer value of the revision version number. For example, for the version - ``0.24.1``:: + ``0.24.2``:: >>> print LIBGIT2_VER_REVISION - 1 + 2 .. py:data:: LIBGIT2_VERSION The libgit2 version number as a string:: >>> print LIBGIT2_VERSION - '0.24.1' + '0.24.2' Errors ====== diff --git a/docs/install.rst b/docs/install.rst index e89e841..094333e 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -43,11 +43,11 @@ while the last number |lq| *.micro* |rq| auto-increments independently. As illustration see this table of compatible releases: -+-----------+----------------+----------------------------------------+ -|**libgit2**| 0.24.0, 0.24.1 | 0.23.0, 0.23.1, 0.23.2, 0.23.3, 0.23.4 | -+-----------+----------------+----------------------------------------+ -|**pygit2** | 0.24.0, 0.24.1 | 0.23.0, 0.23.1, 0.23.2, 0.23.3 | -+-----------+----------------+----------------------------------------+ ++-----------+-----------------------+----------------------------------------+ +|**libgit2**| 0.24.0, 0.24.1 0.24.2 | 0.23.0, 0.23.1, 0.23.2, 0.23.3, 0.23.4 | ++-----------+-----------------------+----------------------------------------+ +|**pygit2** | 0.24.0, 0.24.1 0.24.2 | 0.23.0, 0.23.1, 0.23.2, 0.23.3 | ++-----------+-----------------------+----------------------------------------+ .. warning:: @@ -64,9 +64,9 @@ directory, do: .. code-block:: sh - $ wget https://github.com/libgit2/libgit2/archive/v0.24.1.tar.gz - $ tar xzf v0.24.1.tar.gz - $ cd libgit2-0.24.1/ + $ wget https://github.com/libgit2/libgit2/archive/v0.24.2.tar.gz + $ tar xzf v0.24.2.tar.gz + $ cd libgit2-0.24.2/ $ cmake . $ make $ sudo make install diff --git a/pygit2/_build.py b/pygit2/_build.py index c9a0b9c..2ef2b4c 100644 --- a/pygit2/_build.py +++ b/pygit2/_build.py @@ -37,7 +37,7 @@ from os import getenv # # The version number of pygit2 # -__version__ = '0.24.1' +__version__ = '0.24.2' #