summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph Reiter <creiter@src.gnome.org>2017-12-11 18:40:47 +0100
committerChristoph Reiter <creiter@src.gnome.org>2017-12-11 18:40:47 +0100
commit22ef18884d1c7cb5b9ba68ef78489bb779a347b3 (patch)
treefe973cce4bc80aab1cb24157b34b0bb24ed057aa /NEWS
parent2e30c7fbfcb579efb2ff7134979f169f673ac285 (diff)
downloadpygobject-22ef18884d1c7cb5b9ba68ef78489bb779a347b3.tar.gz
release 3.27.13.27.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b663a0a0..4185039e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+3.27.1 11-Dec-2017
+ - Revert "setup.py: Also set setup_requires to require pycairo" (Christoph Reiter)
+ - setup.py: Also set setup_requires to require pycairo (Christoph Reiter)
+ - setup.py: Provide a os.path.samefile fallback for Python 2 under Windows (Christoph Reiter)
+ - Add sphinx based documentation (Christoph Reiter) (#791448)
+ - PKG-INFO: Revert name back to PyGObject (Christoph Reiter)
+ - setup.py: Rework pycairo discovery to not use pkg-config (Christoph Reiter)
+ - setup.py: Fix the distcheck command on Windows (Christoph Reiter)
+ - setup.py: Remove various classifiers and the download-url which aren't accepted by pypi (Christoph Reiter)
+ - version bump (Christoph Reiter)
+
3.27.0 08-Dec-2017
- demo: pep8 fixes (Christoph Reiter)
- Fix ctypes.PyDLL construction under Windows (Christoph Reiter) (#622084)