* [ANNOUNCE] libdrm 2.4.41
@ 2013-01-16 12:19 ` Maarten Lankhorst
2013-01-16 14:16 ` Maarten Lankhorst
2013-01-21 13:32 ` Thomas Klausner
0 siblings, 2 replies; 4+ messages in thread
From: Maarten Lankhorst @ 2013-01-16 12:19 UTC (permalink / raw)
To: xorg-announce; +Cc: dri-devel@lists.freedesktop.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Alex Deucher (1):
radeon: add new SI pci id
Ben Skeggs (2):
nouveau: disallow pushbuf BOs in multiple memory types
nouveau: expose channel engine selection on kepler chipsets
Chris Wilson (1):
intel: Remove the fence count contributions when clearing relocs
David Herrmann (4):
man: convert manpages to XML instead of plain troff
man: add drm.7 overview page
man: add drm-kms overview page
man: add drm-memory overview page
David Shao (1):
intel: Fix missing ETIME on BSD operating systems
Jerome Glisse (1):
drm/radeon: track global bo name and always return the same
Jesse Barnes (1):
man: disable man page building until David saves us all
Maarten Lankhorst (1):
configure.ac: bump version to 2.4.41 for release
Marcin Slusarz (1):
libdrm_nouveau.pc: don't include I${includedir}/nouveau
Maxime Villard (2):
libkms: fix memory leak in error path
libkms: return -EINVAL on fstat error
git tag: libdrm-2.4.41
http://dri.freedesktop.org/libdrm/libdrm-2.4.41.tar.bz2
MD5: 9b1ebc4fd27867a386df5ed59fa3a2b1 libdrm-2.4.41.tar.bz2
SHA1: e3dfcd45e1f5bd08e35a636382a59aa9f8cb5685 libdrm-2.4.41.tar.bz2
SHA256: 5e2519f8a7c250dcddbdfa03d5f4b1b1701744f592691834fddf209e57f4c906 libdrm-2.4.41.tar.bz2
http://dri.freedesktop.org/libdrm/libdrm-2.4.41.tar.gz
MD5: 1ceff52fa7979598a4463f0b6cf164de libdrm-2.4.41.tar.gz
SHA1: c34ce859b174cab617ce1e72a819debfcf3f143a libdrm-2.4.41.tar.gz
SHA256: 33c422dbae3c2113606c1909358e08a2f7ec1857b660a94191b8449c3f6a4727 libdrm-2.4.41.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBAgAGBQJQ9pp+AAoJEP5VjHKmcBPDx0QQAJaGl4AH7lmKnP7f0QMW2qD8
VghS78h/HOnkL3gC+FrUu58roR0qDRBnKq+Y6EsWC02RoYoQJcZG05faJ34kvISc
RzhMkSiOpSvDv+hNhy1Ti+w8wA+YN5V2QSMKUg6bklKTADg6ktAGwacwNj+Pk4I8
flkEkIUYStHIqJbvo1HRXo6GH0l9Q+YopwaPxwUBW4zFVrtdEnPuEH6wl5fHpPlx
ONsKRV0Hb9gAc5fWjjru6scDP5id1Ww9Kr4T3jC4ETA9beHKjWEuHWAWzfIHM3Fh
m8x7eohm3xm1kBWcLr0mKqxqfZZXxXNyTnU03NMqp05niviXGp5YCgYJUPD4OZ7d
j4eyaIPcKBwRXsB+/JOzXW4WrzI9v5oy2nR5q9UsefYr/ynAFx6srEjIw0sd4az4
P11qXuPu04wTQkaQD02DoXZyJ48tMTQ78ZbkWpa/KhtphPfn3/tnPBnwEJTcWmgH
6B3AkCF6PebNrRSHaQ+THE/mSvieojcwRHRFtSnkFcaVQ4J5g9taCTvE1q4hPWVG
R08+uXXE42sgETfayg4Hxp3ehVVfDZwufUck7l9ZMkJhIpuROxp+b1k+IhiBzIYs
idYYLWRQxj4I399CJrtFGytBnZ0PgnFkMlTsnOCrLf91s54BJ7rXxS4/TaVcacC/
dpDNac6ynRATMY7uBBCs
=APPb
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ANNOUNCE] libdrm 2.4.41
2013-01-16 12:19 ` [ANNOUNCE] libdrm 2.4.41 Maarten Lankhorst
@ 2013-01-16 14:16 ` Maarten Lankhorst
2013-01-16 17:56 ` David Herrmann
2013-01-21 13:32 ` Thomas Klausner
1 sibling, 1 reply; 4+ messages in thread
From: Maarten Lankhorst @ 2013-01-16 14:16 UTC (permalink / raw)
To: xorg-announce, Jesse Barnes; +Cc: dri-devel@lists.freedesktop.org
Op 16-01-13 13:19, Maarten Lankhorst schreef:
> ...
> Jesse Barnes (1):
> man: disable man page building until David saves us all
>
Looks like this commit might break building if you don't build against git directly, since it's not included in the tarball.
The fix for this is removing man/Makefile from configure.ac:
diff --git a/configure.ac b/configure.ac
index 10cc9a4..1776610 100644
--- a/configure.ac
+++ b/configure.ac
@@ -348,7 +348,6 @@ AC_CONFIG_FILES([
tests/vbltest/Makefile
include/Makefile
include/drm/Makefile
- man/Makefile
libdrm.pc])
AC_OUTPUT
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [ANNOUNCE] libdrm 2.4.41
2013-01-16 14:16 ` Maarten Lankhorst
@ 2013-01-16 17:56 ` David Herrmann
0 siblings, 0 replies; 4+ messages in thread
From: David Herrmann @ 2013-01-16 17:56 UTC (permalink / raw)
To: Maarten Lankhorst; +Cc: dri-devel@lists.freedesktop.org, xorg-announce
Hi Maarten
On Wed, Jan 16, 2013 at 3:16 PM, Maarten Lankhorst
<maarten.lankhorst@canonical.com> wrote:
> Op 16-01-13 13:19, Maarten Lankhorst schreef:
>> ...
>> Jesse Barnes (1):
>> man: disable man page building until David saves us all
>>
> Looks like this commit might break building if you don't build against git directly, since it's not included in the tarball.
>
> The fix for this is removing man/Makefile from configure.ac:
>
> diff --git a/configure.ac b/configure.ac
> index 10cc9a4..1776610 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -348,7 +348,6 @@ AC_CONFIG_FILES([
> tests/vbltest/Makefile
> include/Makefile
> include/drm/Makefile
> - man/Makefile
> libdrm.pc])
> AC_OUTPUT
I will send a fix in few minutes, just need to run distcheck and friends.
Regards
David
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ANNOUNCE] libdrm 2.4.41
2013-01-16 12:19 ` [ANNOUNCE] libdrm 2.4.41 Maarten Lankhorst
2013-01-16 14:16 ` Maarten Lankhorst
@ 2013-01-21 13:32 ` Thomas Klausner
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Klausner @ 2013-01-21 13:32 UTC (permalink / raw)
To: xorg; +Cc: dri-devel
Something's wrong with this tarball -- configure.ac references man/Makefile,
but no man/ directory is included.
Lesson: always run 'make distcheck' before releasing :)
Thomas
On Wed, Jan 16, 2013 at 01:19:17PM +0100, Maarten Lankhorst wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Alex Deucher (1):
> radeon: add new SI pci id
>
> Ben Skeggs (2):
> nouveau: disallow pushbuf BOs in multiple memory types
> nouveau: expose channel engine selection on kepler chipsets
>
> Chris Wilson (1):
> intel: Remove the fence count contributions when clearing relocs
>
> David Herrmann (4):
> man: convert manpages to XML instead of plain troff
> man: add drm.7 overview page
> man: add drm-kms overview page
> man: add drm-memory overview page
>
> David Shao (1):
> intel: Fix missing ETIME on BSD operating systems
>
> Jerome Glisse (1):
> drm/radeon: track global bo name and always return the same
>
> Jesse Barnes (1):
> man: disable man page building until David saves us all
>
> Maarten Lankhorst (1):
> configure.ac: bump version to 2.4.41 for release
>
> Marcin Slusarz (1):
> libdrm_nouveau.pc: don't include I${includedir}/nouveau
>
> Maxime Villard (2):
> libkms: fix memory leak in error path
> libkms: return -EINVAL on fstat error
>
> git tag: libdrm-2.4.41
>
> http://dri.freedesktop.org/libdrm/libdrm-2.4.41.tar.bz2
> MD5: 9b1ebc4fd27867a386df5ed59fa3a2b1 libdrm-2.4.41.tar.bz2
> SHA1: e3dfcd45e1f5bd08e35a636382a59aa9f8cb5685 libdrm-2.4.41.tar.bz2
> SHA256: 5e2519f8a7c250dcddbdfa03d5f4b1b1701744f592691834fddf209e57f4c906 libdrm-2.4.41.tar.bz2
>
> http://dri.freedesktop.org/libdrm/libdrm-2.4.41.tar.gz
> MD5: 1ceff52fa7979598a4463f0b6cf164de libdrm-2.4.41.tar.gz
> SHA1: c34ce859b174cab617ce1e72a819debfcf3f143a libdrm-2.4.41.tar.gz
> SHA256: 33c422dbae3c2113606c1909358e08a2f7ec1857b660a94191b8449c3f6a4727 libdrm-2.4.41.tar.gz
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (GNU/Linux)
>
> iQIcBAEBAgAGBQJQ9pp+AAoJEP5VjHKmcBPDx0QQAJaGl4AH7lmKnP7f0QMW2qD8
> VghS78h/HOnkL3gC+FrUu58roR0qDRBnKq+Y6EsWC02RoYoQJcZG05faJ34kvISc
> RzhMkSiOpSvDv+hNhy1Ti+w8wA+YN5V2QSMKUg6bklKTADg6ktAGwacwNj+Pk4I8
> flkEkIUYStHIqJbvo1HRXo6GH0l9Q+YopwaPxwUBW4zFVrtdEnPuEH6wl5fHpPlx
> ONsKRV0Hb9gAc5fWjjru6scDP5id1Ww9Kr4T3jC4ETA9beHKjWEuHWAWzfIHM3Fh
> m8x7eohm3xm1kBWcLr0mKqxqfZZXxXNyTnU03NMqp05niviXGp5YCgYJUPD4OZ7d
> j4eyaIPcKBwRXsB+/JOzXW4WrzI9v5oy2nR5q9UsefYr/ynAFx6srEjIw0sd4az4
> P11qXuPu04wTQkaQD02DoXZyJ48tMTQ78ZbkWpa/KhtphPfn3/tnPBnwEJTcWmgH
> 6B3AkCF6PebNrRSHaQ+THE/mSvieojcwRHRFtSnkFcaVQ4J5g9taCTvE1q4hPWVG
> R08+uXXE42sgETfayg4Hxp3ehVVfDZwufUck7l9ZMkJhIpuROxp+b1k+IhiBzIYs
> idYYLWRQxj4I399CJrtFGytBnZ0PgnFkMlTsnOCrLf91s54BJ7rXxS4/TaVcacC/
> dpDNac6ynRATMY7uBBCs
> =APPb
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> xorg-announce mailing list
> xorg-announce@lists.x.org
> http://lists.x.org/mailman/listinfo/xorg-announce
>
_______________________________________________
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.x.org/mailman/listinfo/xorg
Your subscription address: gcfx-xorg-2@m.gmane.org
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-01-21 13:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <sfid-H20130116-134212-+029.39-1@spamfilter.osbf.lua>
2013-01-16 12:19 ` [ANNOUNCE] libdrm 2.4.41 Maarten Lankhorst
2013-01-16 14:16 ` Maarten Lankhorst
2013-01-16 17:56 ` David Herrmann
2013-01-21 13:32 ` Thomas Klausner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.