From 3727e9dd2b964bed15083e79e55051132522a148 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 6 Mar 2018 23:22:03 -0800 Subject: xdriinfo 1.0.6 Signed-off-by: Alan Coopersmith --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8f90fa4..7693a88 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xdriinfo], [1.0.5], +AC_INIT([xdriinfo], [1.0.6], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xdriinfo]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.3 From 8f0c54ec113bb7502fa75d2057224f9c98d9cdf1 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 16 Nov 2018 21:36:46 -0800 Subject: Update README for gitlab migration Signed-off-by: Alan Coopersmith --- Makefile.am | 2 +- README | 29 ----------------------------- README.md | 22 ++++++++++++++++++++++ 3 files changed, 23 insertions(+), 30 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/Makefile.am b/Makefile.am index 7b70eb4..409aa55 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,4 +40,4 @@ ChangeLog: dist-hook: ChangeLog INSTALL - +EXTRA_DIST = README.md diff --git a/README b/README deleted file mode 100644 index a1bb465..0000000 --- a/README +++ /dev/null @@ -1,29 +0,0 @@ -xdriinfo - query configuration information of X11 DRI drivers - -More information about the Direct Rendering Infrastructure project -can be found at: - http://dri.freedesktop.org/ - -All questions regarding this software should be directed at the -Xorg mailing list: - - http://lists.freedesktop.org/mailman/listinfo/xorg - -Please submit bug reports to the Xorg bugzilla: - - https://bugs.freedesktop.org/enter_bug.cgi?product=xorg - -The master development code repository can be found at: - - git://anongit.freedesktop.org/git/xorg/app/xdriinfo - - http://cgit.freedesktop.org/xorg/app/xdriinfo - -For patch submission instructions, see: - - http://www.x.org/wiki/Development/Documentation/SubmittingPatches - -For more information on the git code manager, see: - - http://wiki.x.org/wiki/GitPage - diff --git a/README.md b/README.md new file mode 100644 index 0000000..71e9882 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +xdriinfo - query configuration information of X11 DRI drivers +------------------------------------------------------------- + +More information about the Direct Rendering Infrastructure project +can be found at: + https://dri.freedesktop.org/ + +All questions regarding this software should be directed at the +Xorg mailing list: + + https://lists.x.org/mailman/listinfo/xorg + +The master development code repository can be found at: + + https://gitlab.freedesktop.org/xorg/app/xdriinfo + +Please submit bug reports and requests to merge patches there. + +For patch submission instructions, see: + + https://www.x.org/wiki/Development/Documentation/SubmittingPatches + -- cgit v1.2.3 From 8346a277d26d8b476709aa740cb1aaaa2824bb76 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 21 Nov 2018 17:02:07 -0800 Subject: Update configure.ac bug URL for gitlab migration Signed-off-by: Alan Coopersmith --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7693a88..c2aaca8 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xdriinfo], [1.0.6], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xdriinfo]) + [https://gitlab.freedesktop.org/xorg/app/xdriinfo/issues], [xdriinfo]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.3