Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
and updated changelogs for 1.2
  • Loading branch information
waveform80 committed Feb 2, 2014
1 parent 77b5fb7 commit a433dcf
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
picamera (1.2-1) stable; urgency=low

* A bug introduced in 1.1 caused split_recording to fail if it was preceded
by a video-port-based image capture (#49)
* The documentation was enhanced to try and full explain the discrepancy
between preview and capture resolution, and to provide some insight into
the underlying workings of the camera (#23)
* A new property was introduced for configuring the preview's layer at
runtime although this probably won't find use until OpenGL overlays are
explored (#48)

-- Dave Hughes <[email protected]> Sun, 02 Feb 2014 03:18:19 +0000

picamera (1.1-1) stable; urgency=low

* A nasty race condition was discovered which led to crashes with
Expand Down
19 changes: 19 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ Change log
==========


Release 1.2 (2014-02-02)
========================

1.2 was mostly a bug fix release:

* A bug introduced in 1.1 caused :meth:`~picamera.PiCamera.split_recording`
to fail if it was preceded by a video-port-based image capture (`#49`_)
* The documentation was enhanced to try and full explain the discrepancy
between preview and capture resolution, and to provide some insight into
the underlying workings of the camera (`#23`_)
* A new property was introduced for configuring the preview's layer at runtime
although this probably won't find use until OpenGL overlays are explored
(`#48`_)

.. _#23: https://github.com/waveform80/picamera/issues/23
.. _#48: https://github.com/waveform80/picamera/issues/48
.. _#49: https://github.com/waveform80/picamera/issues/49


Release 1.1 (2014-01-25)
========================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
pass

__project__ = 'picamera'
__version__ = '1.1'
__version__ = '1.2'
__author__ = 'Dave Hughes'
__author_email__ = '[email protected]'
__url__ = 'https://pypi.python.org/pypi/picamera/'
Expand Down

0 comments on commit a433dcf

Please sign in to comment.