[PULL] XQuartz update for ATS allowance of our Sparkle feed and updated menu bar height logic

Jeremy Huddleston Sequoia jeremyhu at apple.com
Wed Oct 14 00:40:19 PDT 2015


The following changes since commit 880d4e78b1823bcc0e66e68270af1a475f097bb5:

  xwayland: Set physical screen size to something (2015-10-07 10:39:17 -0400)

are available in the git repository at:

  git://people.freedesktop.org/~jeremyhu/xserver 

for you to fetch changes up to 4513f924a7065edbd267cf96837af94ce5a58a6f:

  XQuartz: Fix how we calculate the height of the OSX menu bar (2015-10-13 14:19:05 -0700)

----------------------------------------------------------------
Jeremy Huddleston Sequoia (2):
      XQuartz: Relax App Transport Security for communicating with the update server
      XQuartz: Remove InfoPlist.strings

Ken Thomases (1):
      XQuartz: Fix how we calculate the height of the OSX menu bar

 hw/xquartz/X11Application.m                                  |  12 ++++++++++--
 hw/xquartz/bundle/Info.plist.cpp                             |  13 +++++++++++++
 hw/xquartz/bundle/Makefile.am                                |  30 ------------------------------
 hw/xquartz/bundle/Resources/Dutch.lproj/InfoPlist.strings    | Bin 274 -> 0 bytes
 hw/xquartz/bundle/Resources/English.lproj/InfoPlist.strings  | Bin 276 -> 0 bytes
 hw/xquartz/bundle/Resources/French.lproj/InfoPlist.strings   | Bin 276 -> 0 bytes
 hw/xquartz/bundle/Resources/German.lproj/InfoPlist.strings   | Bin 276 -> 0 bytes
 hw/xquartz/bundle/Resources/Italian.lproj/InfoPlist.strings  | Bin 278 -> 0 bytes
 hw/xquartz/bundle/Resources/Japanese.lproj/InfoPlist.strings | Bin 272 -> 0 bytes
 hw/xquartz/bundle/Resources/Spanish.lproj/InfoPlist.strings  | Bin 276 -> 0 bytes
 hw/xquartz/bundle/Resources/ar.lproj/InfoPlist.strings       | Bin 276 -> 0 bytes
 hw/xquartz/bundle/Resources/ca.lproj/InfoPlist.strings       | Bin 276 -> 0 bytes
 hw/xquartz/bundle/Resources/cs.lproj/InfoPlist.strings       | Bin 272 -> 0 bytes
 hw/xquartz/bundle/Resources/da.lproj/InfoPlist.strings       | Bin 276 -> 0 bytes
 hw/xquartz/bundle/Resources/el.lproj/InfoPlist.strings       | Bin 274 -> 0 bytes
 hw/xquartz/bundle/Resources/fi.lproj/InfoPlist.strings       | Bin 274 -> 0 bytes
 hw/xquartz/bundle/Resources/he.lproj/InfoPlist.strings       | Bin 298 -> 0 bytes
 hw/xquartz/bundle/Resources/hr.lproj/InfoPlist.strings       | Bin 286 -> 0 bytes
 hw/xquartz/bundle/Resources/hu.lproj/InfoPlist.strings       | Bin 278 -> 0 bytes
 hw/xquartz/bundle/Resources/ko.lproj/InfoPlist.strings       | Bin 266 -> 0 bytes
 hw/xquartz/bundle/Resources/no.lproj/InfoPlist.strings       | Bin 276 -> 0 bytes
 hw/xquartz/bundle/Resources/pl.lproj/InfoPlist.strings       | Bin 274 -> 0 bytes
 hw/xquartz/bundle/Resources/pt.lproj/InfoPlist.strings       | Bin 274 -> 0 bytes
 hw/xquartz/bundle/Resources/pt_PT.lproj/InfoPlist.strings    | Bin 274 -> 0 bytes
 hw/xquartz/bundle/Resources/ro.lproj/InfoPlist.strings       | Bin 280 -> 0 bytes
 hw/xquartz/bundle/Resources/ru.lproj/InfoPlist.strings       | Bin 274 -> 0 bytes
 hw/xquartz/bundle/Resources/sk.lproj/InfoPlist.strings       | Bin 274 -> 0 bytes
 hw/xquartz/bundle/Resources/sv.lproj/InfoPlist.strings       | Bin 260 -> 0 bytes
 hw/xquartz/bundle/Resources/th.lproj/InfoPlist.strings       | Bin 270 -> 0 bytes
 hw/xquartz/bundle/Resources/tr.lproj/InfoPlist.strings       | Bin 272 -> 0 bytes
 hw/xquartz/bundle/Resources/uk.lproj/InfoPlist.strings       | Bin 264 -> 0 bytes
 hw/xquartz/bundle/Resources/zh_CN.lproj/InfoPlist.strings    | Bin 260 -> 0 bytes
 hw/xquartz/bundle/Resources/zh_TW.lproj/InfoPlist.strings    | Bin 264 -> 0 bytes
 hw/xquartz/bundle/mk_bundke.sh                               |   2 +-
 34 files changed, 24 insertions(+), 33 deletions(-)
 delete mode 100644 hw/xquartz/bundle/Resources/Dutch.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/English.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/French.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/German.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/Italian.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/Japanese.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/Spanish.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/ar.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/ca.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/cs.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/da.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/el.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/fi.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/he.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/hr.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/hu.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/ko.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/no.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/pl.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/pt.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/pt_PT.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/ro.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/ru.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/sk.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/sv.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/th.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/tr.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/uk.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/zh_CN.lproj/InfoPlist.strings
 delete mode 100644 hw/xquartz/bundle/Resources/zh_TW.lproj/InfoPlist.strings

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4109 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg-devel/attachments/20151014/48eabc0f/attachment.bin>


More information about the xorg-devel mailing list