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

libxshmfence: Changes to 'refs/tags/libxshmfence-1.1-1'



Tag 'libxshmfence-1.1-1' created by Julien Cristau <jcristau@debian.org> at 2013-12-03 19:32 +0000

Tagging upload of libxshmfence 1.1-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABAgAGBQJSnjHrAAoJEDEBgAUJBeQMOawQAKxLVQTGG+DXVjSelIFjuW/3
G9vNBJ0QXv5jp94VEP6qc90MoxT61lAI62tpwHvkDhoSPygyaDGAQBOjIWJmtjIg
+kmQ7p3abfPQJadXLZM5R+V7ODS4b+eJI0BTxQ5soSJdXKBIWIablIE1LcBhtJtO
vTfItsXNv25fuvGVDuoV85FdUaCXhwrosT3Zox/6kwkdh023DGwSPrfp4MwPhKcD
feVJEK/outrVmaR/4x2QmI2dcLf651JBIDfnvdKXCEDWNevxzKKlY6kMoNLNmMgi
hr243WLxrq5Vase16y64OToL9EifPHF/HpyrYrMQVxOtDKqV2wi8lF0SakohAOTm
1/h+/QOhOGI6oRkA0Es42VmcElDGFnMApJGUNj/lvbn1wRHbUUsdvjClCkSSajkZ
FYkHcgxRGhANQysZzU/ADQYxod9Wm5QrLuXZRzNpB/HQZRz8qgSmPNO86Es5lYlp
jfQ25xEH+XYu7s5Vmk6dUs3371t0S8/Y4213E671Va03ImST4mtn5Ef/3NyegUA4
kuHLS8SGJgm0oUWq0DHchWt9v57CxJC9ZnR6nw/SjxyYsefOvOglLt13UFpIZTlD
2rEcPxBTh+UdHdm0XuuATWQvJlhIYRp6vMVic/JbNhjkVDuVfVEFYkWrjFGdAOnw
8Opd+WpTSrm5RBX9gQak
=3ETU
-----END PGP SIGNATURE-----

Changes since libxshmfence-1.0-1:
Aaron Plattner (2):
      Copy the standard .gitignore from other lib packages
      Copy autotools boilerplate from http://www.x.org/wiki/NewModuleGuidelines/

Gaetan Nadon (5):
      Add mandatory COPYING file.
      Add the required README file
      make: add $(CWARNFLAGS)
      make: list non installed headers under the _SOURCES variable
      lint: remove usage of libxshmfence_la_SOURCES

Julien Cristau (4):
      Allow parallel builds.
      Show test log on error, and disable silent build rules.
      Force shared-memory-dir to /tmp
      Upload to unstable

Keith Packard (10):
      Change fence memory type from 'int32_t' to 'struct shmfence'
      Locate directory for shared memory files at configure time
      Use O_TMPFILE if available
      Add test program
      Split out futex implementation from general API
      Provide pthread-based alternative implementation
      Set symbol visibility attribute to hide internal symbols
      Ignore test build files and release announcements
      Describe the library better in the README file
      Update to version 1.1

Maarten Lankhorst (4):
      Merge branch 'upstream-unstable' into debian-unstable
      Bump changelog and add symbols file.
      libxshmfence is now built for any arch.
      Add missing build-deps.

---
 .gitignore                   |   84 ++++++++++++++++++++
 COPYING                      |   19 ++++
 Makefile.am                  |    2 
 README                       |   36 ++++++++
 configure.ac                 |  146 +++++++++++++++++++++++++++++++----
 debian/changelog             |   16 +++
 debian/control               |    8 +
 debian/libxshmfence1.symbols |    8 +
 debian/rules                 |   14 +++
 src/Makefile.am              |   18 +++-
 src/xshmfence.c              |  144 ----------------------------------
 src/xshmfence.h              |   30 ++++---
 src/xshmfence_alloc.c        |   88 +++++++++++++++++++++
 src/xshmfence_futex.c        |   94 ++++++++++++++++++++++
 src/xshmfence_futex.h        |   70 ++++++++++++++++
 src/xshmfence_pthread.c      |  131 +++++++++++++++++++++++++++++++
 src/xshmfence_pthread.h      |   39 +++++++++
 src/xshmfenceint.h           |   44 +---------
 test/Makefile.am             |    9 ++
 test/xshmfence_test.c        |  178 +++++++++++++++++++++++++++++++++++++++++++
 xshmfence.pc.in              |    3 
 21 files changed, 962 insertions(+), 219 deletions(-)
---


Reply to: