Accepting request 198769 from home:Zaitor:branches:X11:XOrg

Update to ver 1.3.3

OBS-URL: https://build.opensuse.org/request/show/198769
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=9
This commit is contained in:
2013-09-13 10:23:02 +00:00
committed by Git OBS Bridge
parent ea456e9021
commit 0e78868b84
4 changed files with 37 additions and 5 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu Sep 12 19:53:48 UTC 2013 - zaitor@opensuse.org
- Update to version 1.3.3:
+ Add Apple copyright/license notice from launchd files to
COPYING.
+ Use pid_t instead of int for type of pids.
+ Check for openssl as mkcookie fallback on all platforms, not
just OpenBSD.
+ Declare processTimeout() as taking a const string arg.
+ If we have to forcibly kill the Xserver on Solaris, reset
kbd_mode.
+ Add printf attributes suggested by gcc.
+ install: Use sysconfdir instead of libdir for config files.
+ man: Set correct config file location in man page.
+ privileged_startx: use root:wheel instead of 0:0.
+ XQuartz: Fix an issue where -dpi was not being passed to the
server despite being set.
+ Annotate Fatal and Fatalx as _X_NORETURN.
+ darwin: Silence a syslog message from defaults.
+ laucnhd:
- Silence some syslog spam.
- Fix the destination of moved-aside directories in
privileged_startx.
- Load privileged_startx properly on Tiger.
- Provide more verbose error reporting for launchd checkin
failures.
- Don't provide the LaunchAgent on Tiger.
+ launchd/privileged_startx: Improved error resolution.
- Add pkgconfig(xproto) BuildRequires, new dependency.
-------------------------------------------------------------------
Wed Dec 5 09:40:27 UTC 2012 - werner@suse.de