diff options
author | Julien Cristau <jcristau@debian.org> | 2014-03-02 17:01:19 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2014-03-02 18:06:32 +0100 |
commit | e7519c73d80a6937addbffa2b9ddd89ea8dd7d6c (patch) | |
tree | 6f0111987ae0f35df0934d9075432932580508f2 /debian/changelog | |
parent | 5d8d13096d5727ed92876391c201389e008d7334 (diff) | |
download | mesa-e7519c73d80a6937addbffa2b9ddd89ea8dd7d6c.tar.gz |
libgbm1.symbols: try to avoid listing private symbols
Symbols whose name starts with an underscore, as well as
wl_drm_interface, are not public symbols, so shouldn't be listed here.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index efb315aa40..7bfb282ecf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,9 @@ mesa (10.1.0~rc2-1) UNRELEASED; urgency=medium [ Samuel Thibault ] * Enable egl and gles on hurd (closes: #729260) + [ Julien Cristau ] + * libgbm1.symbols: try to avoid listing private symbols. + -- Maarten Lankhorst <maarten.lankhorst@ubuntu.com> Thu, 20 Feb 2014 19:12:12 +0100 mesa (10.1.0~rc1-1) experimental; urgency=low |