[pygobject] Update NEWS



commit c365cc9c14a001dcbe294375d322a02401a1814d
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Fri Jan 19 15:12:22 2018 +0100

    Update NEWS
    
    List the authors like before and link them to the gitlab user profile.

 NEWS         | 7 +++++--
 docs/conf.py | 1 +
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9c57e937..ea0832ec 100644
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,11 @@
 -------------------
 
 * overrides: Fix ``Gtk.Adjustment.__init__()`` overrides not setting "value"
-  sometimes. :issue:`151` :mr:`3`
-
+  sometimes. :issue:`151` :mr:`3` (:user:`Christoph Reiter <creiter>`)
+* overrides: ``GLib.Variant``: add support to create maybe types.
+  :issue:`152` :mr:`4` (:user:`Alberto Ruiz <aruiz>`)
+* setup.py: Add a "test" command which is equal to "make check" with autotools
+  :mr:`5` (:user:`Christoph Reiter <creiter>`)
 
 3.27.1 - 2017-12-11
 -------------------
diff --git a/docs/conf.py b/docs/conf.py
index 26921b1f..f0e90d94 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -54,6 +54,7 @@ extlinks = {
     'issue': ('https://gitlab.gnome.org/GNOME/pygobject/issues/%s', 'issue#'),
     'mr': (
         'https://gitlab.gnome.org/GNOME/pygobject/merge_requests/%s', 'mr#'),
+    'user': ('https://gitlab.gnome.org/%s', ''),
 }
 
 suppress_warnings = ["image.nonlocal_uri"]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]