xserver: Branch 'server-1.19-branch' - 2 commits

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Mar 2 22:14:08 UTC 2019


 configure.ac |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 937391523eef6459d1f8b1ae25fe7e1f77b8a12a
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Sat Mar 2 14:13:20 2019 -0800

    xserver 1.19.7
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/configure.ac b/configure.ac
index 1d5101102..b3fd2a023 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,9 +26,9 @@ dnl
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ(2.60)
-AC_INIT([xorg-server], 1.19.6, [https://gitlab.freedesktop.org/xorg/xserver/issues], xorg-server)
-RELEASE_DATE="2017-12-20"
-RELEASE_NAME="Lousiana Gumbo"
+AC_INIT([xorg-server], 1.19.7, [https://gitlab.freedesktop.org/xorg/xserver/issues], xorg-server)
+RELEASE_DATE="2019-03-02"
+RELEASE_NAME="Clemson Hamberder"
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
commit a93f8f74b54accfb94a8c56357e566db76c24b22
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Sat Mar 2 14:10:41 2019 -0800

    Update configure.ac bug URL for gitlab migration
    
    It is based on Alan Coopersmith's commit for various fd.o projects.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/configure.ac b/configure.ac
index a9e311b51..1d5101102 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ dnl
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ(2.60)
-AC_INIT([xorg-server], 1.19.6, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+AC_INIT([xorg-server], 1.19.6, [https://gitlab.freedesktop.org/xorg/xserver/issues], xorg-server)
 RELEASE_DATE="2017-12-20"
 RELEASE_NAME="Lousiana Gumbo"
 AC_CONFIG_SRCDIR([Makefile.am])


More information about the xorg-commit mailing list