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

libfs: Changes to 'refs/tags/libfs-2_1.0.6-1'



Tag 'libfs-2_1.0.6-1' created by Julien Cristau <jcristau@debian.org> at 2014-07-12 23:14 +0000

Tagging upload of libfs 2:1.0.6-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJTwcFQAAoJEDEBgAUJBeQMHzUQAO3FGDkRbInCimDgD2eaYkh3
UXBNYK8uxdSu2827yAIHT7EU/cby5VzxwwA5QgI4t60+uWz9Pe19P99vTF3vDxR/
xwpWVs1G+Dno96nKzhRNemdo6iU/1VkZd3R0nyCzJDvz6+Rivh+5J+HP4l+MGgLa
HEfKQ+zUQVXrHesDnrIHbtL9FZet1jjQrLMbSbCwIuxBEJKJKFfq+JwAOm4lIYds
8KOtUyNIFmD6Dm38Cg+ez0ZQiwEPmOFjKrDCwDQn480uo8Jl1fh3GSN/sNa2i6r/
EQfZOtpmmzs3frl7JCSGDkmcygrqG9GOgMW8FH9sDBb6Qo/Sf1X/k10M+XOKcazV
wIxlnAfoTuAOA5xzF5i+yLE7Bl+qrvn28tkVOsUNBu7zkNYLuAVD97p7BQy/qoWO
NTkkGYcDO+D38pHen3FIwfgkxHOg/s1bGilyx0XikrSwWNNMf5mfuytTcTfnEOTY
umWEiLLLPd7nJ6yl//SJsJgvFN8TmM+z/AJ3hoEatEzzJ4oScl/zvGObBAI4GT9y
VofWf4D6wDCbMjjxhutwbfeCn4B/9V+b4lw9ANzymrKiHFp2dVdsfhGFBTQdTRXl
iqkBFgbLOL9TEpgdGbhmvoVkWlAzX6mnXm6/0+sTGiGbuA3/eT0yi+5z0sF06hXs
yPpDNc7yXMqc/f4DCiYK
=sA1t
-----END PGP SIGNATURE-----

Changes since libfs-2_1.0.5-1:
Adam Jackson (1):
      Fix build with xtrans 1.3

Alan Coopersmith (14):
      Fix typo in readme ("xfslsfonts" should be "fslsfonts")
      Require ANSI C89 pre-processor, drop pre-C89 token pasting support
      Fix a couple comment typos
      Drop Cray (WORD64/MUSTCOPY) support
      Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions
      Reduce scope & remove unneeded assignment of defaultp in FSGetErrorText()
      If EAGAIN == EWOULDBLOCK, only need to check errno for one of them
      Remove unused internal helper _FSGetHostname
      Remove unused internal helper _FSAllocScratch
      Remove unused internal helper _FSEventsQueued
      Remove unused internal helper _FSWireToEvent
      Replace malloc(strlen + 1); strcpy() with strdup()
      Use strlcpy instead of strcpy/strncpy if it is available
      libFS 1.0.6

Jeremy Huddleston Sequoia (2):
      Update error loop to correctly handle error in i==0 case
      FSOpenServer: Fix double-free in error path

Julien Cristau (6):
      Merge tag 'libFS-1.0.6' into debian-unstable
      Bump changelogs
      Delete dead code from debian/rules
      Remove Cyril from Uploaders.
      Use dh_prep instead of dh_clean -k.
      Upload to unstable

---
 ChangeLog                 |  217 ++++++++++++++++++++++++
 README                    |    2 
 configure.ac              |   10 +
 debian/changelog          |    8 
 debian/control            |    1 
 debian/rules              |    6 
 include/X11/fonts/FSlib.h |    4 
 src/FSErrDis.c            |    9 -
 src/FSOpenServ.c          |   13 -
 src/FSlibInt.c            |  412 +---------------------------------------------
 src/FSlibint.h            |  105 -----------
 src/FSlibos.h             |    5 
 12 files changed, 261 insertions(+), 531 deletions(-)
---


Reply to: