Release 0.24.2

This commit is contained in:
J. David Ibáñez 2016-11-01 20:34:50 +01:00
parent b2a34bd901
commit 66280af83a
7 changed files with 70 additions and 40 deletions

View File

@ -18,3 +18,7 @@ Vlad Temian <vladtemian@gmail.com>
Matthew Gamble <git@matthewgamble.net> Matthew Gamble <git@matthewgamble.net>
Kaarel Kitsemets <kitsemets@gmail.com> Kaarel Kitsemets <kitsemets@gmail.com>
Matthias Bartelmeß <mba@fourplusone.de>
Robert Hölzl <robert.hoelzl@posteo.de>
Anatoly Techtonik <techtonik@gmail.com>

View File

@ -28,6 +28,27 @@ How to install
Changelog Changelog
============== ==============
0.24.2 (2016-11-01)
-------------------------
- Unit tests pass on Windows, integration with AppVeyor
`#641 <https://github.com/libgit2/pygit2/pull/641>`_
`#655 <https://github.com/libgit2/pygit2/issues/655>`_
`#657 <https://github.com/libgit2/pygit2/pull/657>`_
`#659 <https://github.com/libgit2/pygit2/pull/659>`_
`#660 <https://github.com/libgit2/pygit2/pull/660>`_
`#661 <https://github.com/libgit2/pygit2/pull/661>`_
`#667 <https://github.com/libgit2/pygit2/pull/667>`_
- Fix when libgit2 error messages have non-ascii chars
`#651 <https://github.com/libgit2/pygit2/pull/651>`_
- Documentation improvements
`#643 <https://github.com/libgit2/pygit2/pull/643>`_
`#653 <https://github.com/libgit2/pygit2/pull/653>`_
`#663 <https://github.com/libgit2/pygit2/pull/663>`_
0.24.1 (2016-06-21) 0.24.1 (2016-06-21)
------------------------- -------------------------
@ -800,30 +821,31 @@ Other: `#331 <https://github.com/libgit2/pygit2/pull/331>`_
Authors 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 J. David Ibáñez Carlos Martín Nieto Nico von Geyso
W. Trevor King Dave Borowitz Daniel Rodríguez Troitiño W. Trevor King Dave Borowitz Matthias Bartelmeß
Richo Healey Christian Boos Julien Miotte Daniel Rodríguez Troitiño Richo Healey Christian Boos
Richard Möhn Xu Tao Jose Plana Julien Miotte Richard Möhn Xu Tao
Matthew Duggan Matthew Gamble Martin Lenders Jose Plana Matthew Duggan Matthew Gamble
Petr Hosek Victor Garcia Xavier Delannoy Martin Lenders Petr Hosek Victor Garcia
Yonggang Luo Patrick Steinhardt Valentin Haenel Xavier Delannoy Yonggang Luo Patrick Steinhardt
Michael Jones Bernardo Heynemann Brodie Rao Valentin Haenel Michael Jones Bernardo Heynemann
John Szakmeister Vlad Temian Nicolas Dandrimont Brodie Rao John Szakmeister Vlad Temian
David Versmisse Rémi Duraffort Santiago Perez De Rosso Nicolas Dandrimont David Versmisse Rémi Duraffort
Sebastian Thiel Thom Wiggers Alok Singhal Santiago Perez De Rosso Sebastian Thiel Thom Wiggers
Fraser Tweedale Han-Wen Nienhuys Leonardo Rhodes Alok Singhal Fraser Tweedale Han-Wen Nienhuys
Petr Viktorin Ron Cohen Thomas Kluyver Leonardo Rhodes Petr Viktorin Ron Cohen
Alex Chamberlain Alexander Bayandin Amit Bakshi Thomas Kluyver anatoly techtonik Alex Chamberlain
Andrey Devyatkin Arno van Lumig Ben Davis Alexander Bayandin Amit Bakshi Andrey Devyatkin
Dustin Raimondi Eric Schrijver Greg Fitzgerald Arno van Lumig Ben Davis Dustin Raimondi
Hervé Cauwelier Huang Huang Ian P. McCullough Eric Schrijver Greg Fitzgerald Hervé Cauwelier
Igor Gnatenko Jack O'Connor Jared Flatow Huang Huang Ian P. McCullough Igor Gnatenko
Jiunn Haur Lim Jun Omae Kaarel Kitsemets Jack O'Connor Jared Flatow Jiunn Haur Lim
Kevin KIN-FOO Masud Rahman Michael Sondergaard Jun Omae Kaarel Kitsemets Kevin KIN-FOO
Ondřej Nový Sarath Lakshman Vicent Marti Masud Rahman Michael Sondergaard Ondřej Nový
Zoran Zaric Adam Spiers Andrew Chin Sarath Lakshman Vicent Marti Zoran Zaric
mrh1997 Adam Spiers Andrew Chin
András Veres-Szentkirályi Ash Berlin Benjamin Kircher András Veres-Szentkirályi Ash Berlin Benjamin Kircher
Benjamin Pollack Bryan O'Sullivan Cam Cope Benjamin Pollack Bryan O'Sullivan Cam Cope
Chason Chaffin Chris Rebert Colin Watson Chason Chaffin Chris Rebert Colin Watson
@ -835,9 +857,10 @@ Authors
Justin Clift Kyriakos Oikonomakos Lukas Fleischer Justin Clift Kyriakos Oikonomakos Lukas Fleischer
Mathieu Bridon Nicolás Sanguinetti Noah Fontes Mathieu Bridon Nicolás Sanguinetti Noah Fontes
Óscar San José Peter Dave Hello Philippe Ombredanne Óscar San José Peter Dave Hello Philippe Ombredanne
Ridge Kennedy Ross Nicoll Rui Abreu Ferreira Ridge Kennedy Robert Hölzl Ross Nicoll
Sheeo Soasme Vladimir Rutsky Rui Abreu Ferreira Sheeo Soasme
Yu Jianjian chengyuhang earl Vladimir Rutsky Yu Jianjian chengyuhang
earl
License License

View File

@ -52,7 +52,7 @@ copyright = u'2010-2015 The pygit2 contributors'
# The short X.Y version. # The short X.Y version.
version = '0.24' version = '0.24'
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -5,6 +5,9 @@ The development version
.. image:: https://travis-ci.org/libgit2/pygit2.svg?branch=master .. image:: https://travis-ci.org/libgit2/pygit2.svg?branch=master
:target: http://travis-ci.org/libgit2/pygit2 :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 .. code-block:: sh
$ git clone git://github.com/libgit2/pygit2.git $ git clone git://github.com/libgit2/pygit2.git

View File

@ -18,7 +18,7 @@ library that has been built against. The version number has a
.. py:data:: LIBGIT2_VER_MAJOR .. py:data:: LIBGIT2_VER_MAJOR
Integer value of the major version number. For example, for the version Integer value of the major version number. For example, for the version
``0.24.1``:: ``0.24.2``::
>>> print LIBGIT2_VER_MAJOR >>> print LIBGIT2_VER_MAJOR
0 0
@ -26,7 +26,7 @@ library that has been built against. The version number has a
.. py:data:: LIBGIT2_VER_MINOR .. py:data:: LIBGIT2_VER_MINOR
Integer value of the minor version number. For example, for the version Integer value of the minor version number. For example, for the version
``0.24.1``:: ``0.24.2``::
>>> print LIBGIT2_VER_MINOR >>> print LIBGIT2_VER_MINOR
24 24
@ -34,17 +34,17 @@ library that has been built against. The version number has a
.. py:data:: LIBGIT2_VER_REVISION .. py:data:: LIBGIT2_VER_REVISION
Integer value of the revision version number. For example, for the version Integer value of the revision version number. For example, for the version
``0.24.1``:: ``0.24.2``::
>>> print LIBGIT2_VER_REVISION >>> print LIBGIT2_VER_REVISION
1 2
.. py:data:: LIBGIT2_VERSION .. py:data:: LIBGIT2_VERSION
The libgit2 version number as a string:: The libgit2 version number as a string::
>>> print LIBGIT2_VERSION >>> print LIBGIT2_VERSION
'0.24.1' '0.24.2'
Errors Errors
====== ======

View File

@ -43,11 +43,11 @@ while the last number |lq| *.micro* |rq| auto-increments independently.
As illustration see this table of compatible releases: 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 | |**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.23.0, 0.23.1, 0.23.2, 0.23.3 | |**pygit2** | 0.24.0, 0.24.1 0.24.2 | 0.23.0, 0.23.1, 0.23.2, 0.23.3 |
+-----------+----------------+----------------------------------------+ +-----------+-----------------------+----------------------------------------+
.. warning:: .. warning::
@ -64,9 +64,9 @@ directory, do:
.. code-block:: sh .. code-block:: sh
$ wget https://github.com/libgit2/libgit2/archive/v0.24.1.tar.gz $ wget https://github.com/libgit2/libgit2/archive/v0.24.2.tar.gz
$ tar xzf v0.24.1.tar.gz $ tar xzf v0.24.2.tar.gz
$ cd libgit2-0.24.1/ $ cd libgit2-0.24.2/
$ cmake . $ cmake .
$ make $ make
$ sudo make install $ sudo make install

View File

@ -37,7 +37,7 @@ from os import getenv
# #
# The version number of pygit2 # The version number of pygit2
# #
__version__ = '0.24.1' __version__ = '0.24.2'
# #