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

libx11: Changes to 'refs/tags/libx11-2_1.2.1-1'



Tag 'libx11-2_1.2.1-1' created by Julien Cristau <jcristau@debian.org> at 2009-04-08 11:41 +0000

Tagging upload of libx11 2:1.2.1-1 to unstable.

Changes since libx11-2_1.2-1:
Alan Coopersmith (21):
      flags member of Display structure needs to be marked volatile
      Incorporate char range comments from Solaris version of ksc5601.h
      Incorporate more locale names/aliases from Solaris libX11
      Add --with-locale-lib-dir configure option to set locale lib install dir
      Bug 6820: Xlib shouldn't handle EAGAIN as a fatal IO error
      Bug 9953: Please provide locale alias hu_HU.utf8
      Correct locale alias for sh_BA.ISO8859-2@bosnia (should be sr, not nr)
      Bug 14651: We need to add new locale specification for Belarusian Latin locale
      Bug 10082: Compose entries for some standard mathematical operators
      XErrorDB additions for RANDR 1.3
      XErrorDB additions for XInput errors and new XInput 1.5 requests
      XErrorDB additions for DRI2 requests
      Remove ifdef checks for macII left over from ancient A/UX 3.0 support
      When makekeys fails to find a good hash, print error instead of divide-by-zero
      makekeys: combine malloc(strlen)+strcpy into strdup
      Remove _XP_PRINT_SERVER_ #ifdefs from Xrm.c
      Delete some unused "#ifdef notdef" static functions
      Change masculine to ordmasculine in Compose file comments
      Further ansify prototypes & reduce #ifdefs in locking.c
      Fix a several sparse warnings: Using plain integer as NULL pointer
      Version bump: 1.2.1

Caolan McNamara (1):
      Bug 20575: man page for XCreatePixmapFromBitmapData doesn't match signature

Chris Ball (2):
      Build fix for fi_FI.
      Fix fi_FI locale install directory.

Emilio Jesús Gallego Arias (1):
      xcb_io: Avoid datatype overflow on AMD64 and friends.

Julien Cristau (19):
      xsfbs.mk: fix the prepare target for parallel make
      xsfbs.mk: more parallel make fixing
      xsfbs.mk: update the list of releases, and drop some unused code
      xsfbs.mk: make 'log' a separate target
      xsfbs: add a repack script for uscan
      xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so
      nls: actually use the fi_FI.UTF-8 files
      Add a ru_RU.UTF-8 locale
      Merge tag 'libX11-1.2.1' into debian-unstable
      update changelogs
      Patch 012_ru_RU_UTF-8_XLC_LOCALE.diff removed, applied upstream.
      Update patch stack
      mention bugs fixed upstream
      Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into debian-unstable
      Don't comment out the microsoft-cp* entries from compose.dir (closes: #511354)
      Don't comment out the eo_XX entries from compose.dir and locale.dir
      Refresh patch
      Comment out the th_TH.UTF-8 entry from compose.dir
      Prepare changelog for upload

Lubos Lunak (2):
      XGetErrorText() fails for extension error codes equal to the error base
      XErrorDB updates for XTEST, RANDR, DAMAGE extensions

Milos Komarcevic (1):
      Bug 11456: Serbian locale updates (sr_RS and sr_ME)

Paul Bender (1):
      Bug 15664: xau & xdmcp not needed in x11.pc dependencies when built with xcb

Xue Wei (4):
      Add kk_KZ.UTF-8 to locale.dir.pre for Kazakhstan
      Add locale aliases for no_NO & sh_BA locale variants
      Add nn_NO.UTF-8 to compose.dir.pre for Norwegian Nynorsk
      Add UTF-8 locale entries for es_US, kk_KZ, mt_MT, and sh_BA

Yaakov Selkowitz (Cygwin Ports maintainer) (1):
      Bug 20773: Xcursor dynamic loading on Cygwin

---
 ChangeLog                                                  |  378 ++++++++++++-
 configure.ac                                               |   10 
 cpprules.in                                                |    1 
 debian/changelog                                           |   23 
 debian/patches/003_recognize_glibc_2.3.2_locale_names.diff |  198 ++----
 debian/patches/006_tailor_pt_BR.UTF-8_Compose.diff         |    8 
 debian/patches/008_remove_ko_Compose.diff                  |    4 
 debian/patches/009_remove_th_Compose.diff                  |   15 
 debian/patches/012_ru_RU_UTF-8_XLC_LOCALE.diff             |  237 --------
 debian/patches/015_russian_locale_alias.diff               |    6 
 debian/patches/series                                      |    2 
 debian/xsfbs/repack.sh                                     |   32 +
 debian/xsfbs/xsfbs.mk                                      |   29 
 debian/xsfbs/xsfbs.sh                                      |   66 --
 include/X11/Xlibint.h                                      |    2 
 man/XCreateColormap.man                                    |    2 
 man/XCreateFontCursor.man                                  |    2 
 man/XReadBitmapFile.man                                    |    2 
 modules/lc/def/lcDefConv.c                                 |    2 
 modules/lc/gen/lcGenConv.c                                 |    2 
 modules/lc/xlocale/lcJis.c                                 |    2 
 nls/Makefile.am                                            |    2 
 nls/compose.dir.pre                                        |   11 
 nls/el_GR.UTF-8/Compose.pre                                |    8 
 nls/en_US.UTF-8/Compose.pre                                |   12 
 nls/fi_FI.UTF-8/Compose.pre                                |    8 
 nls/fi_FI.UTF-8/Makefile.am                                |    2 
 nls/iso8859-1/Compose.pre                                  |   16 
 nls/iso8859-15/Compose.pre                                 |    8 
 nls/iso8859-9/Compose.pre                                  |    8 
 nls/iso8859-9e/Compose.pre                                 |    8 
 nls/locale.alias.pre                                       |   97 +--
 nls/locale.dir.pre                                         |   12 
 nls/pt_BR.UTF-8/Compose.pre                                |    8 
 nls/ru_RU.UTF-8/Compose.pre                                |    1 
 nls/ru_RU.UTF-8/Makefile.am                                |    3 
 nls/ru_RU.UTF-8/XI18N_OBJS                                 |    7 
 nls/ru_RU.UTF-8/XLC_LOCALE.pre                             |  169 +++++
 src/CrGlCur.c                                              |    4 
 src/ErrDes.c                                               |    2 
 src/ImUtil.c                                               |    2 
 src/OpenDis.c                                              |    4 
 src/ParseGeom.c                                            |   18 
 src/Region.c                                               |  146 -----
 src/XErrorDB                                               |   58 +
 src/XlibInt.c                                              |   12 
 src/Xrm.c                                                  |    6 
 src/locking.c                                              |  107 +--
 src/util/makekeys.c                                        |   16 
 src/xcb_io.c                                               |    4 
 src/xkb/XKBBind.c                                          |    2 
 src/xlibi18n/lcUniConv/ksc5601.h                           |   12 
 x11.pc.in                                                  |    2 
 53 files changed, 969 insertions(+), 829 deletions(-)
---


Reply to: