2013-01-21 09:53:26 +01:00
|
|
|
-------------------------------------------------------------------
|
2013-07-22 10:31:03 +02:00
|
|
|
Sun Jul 21 19:54:00 UTC 2013 - zaitor@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.0.6:
|
|
|
|
+ Use fstat() on the fd from open(), instead of stat() on the
|
|
|
|
same pathname.
|
|
|
|
+ Fix file leak if fdopen() fails.
|
|
|
|
+ config: Add missing AC_CONFIG_SRCDIR.
|
|
|
|
+ Fix build on FreeBSD.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2013-01-21 09:53:26 +01:00
|
|
|
Sat Jan 19 10:50:22 UTC 2013 - zaitor@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.0.5:
|
|
|
|
+ Fix implicit conversion from size_t to int warnings in
|
|
|
|
Deiconified().
|
|
|
|
+ Open /dev/console with NOCTTY and O_NONBLOCK flags.
|
|
|
|
+ Don't rely on being able to set tab stops.
|
|
|
|
+ Mark functions _X_NORETURN that gcc warnings suggest.
|
|
|
|
+ Remove old Xorg & XFree86 CVS version tags.
|
|
|
|
+ Strip trailing whitespace.
|
|
|
|
+ Require xt >= 1.0 for appdefaultdir (fdo#7237).
|
|
|
|
+ config:
|
|
|
|
- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
|
|
|
|
- Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
|
|
|
|
- Move man pages into their own directory.
|
|
|
|
+ man: replace hard coded man page section with substitution
|
|
|
|
strings.
|
|
|
|
- Replace pkgconfig(xorg-macros) with pkgconfig(xproto)
|
|
|
|
BuildRequires, since this is what configure checks for now.
|
|
|
|
|
2012-04-14 11:33:14 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Split xconsole from xorg-x11. Initial version: 1.0.4.
|
|
|
|
|