diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 20:57:51 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 20:57:51 +0000 |
commit | 8f41c760916495ea26d3c59795487ac6dfc77d75 (patch) | |
tree | 762edd2d7f26f3db96992cc85a846ebbd9aa3980 /app/xrandr/ChangeLog | |
parent | c3183f2e21fafb813ba8a902ed4079d3f2441b21 (diff) |
Importing from X.Org 7.2RC2
Diffstat (limited to 'app/xrandr/ChangeLog')
-rw-r--r-- | app/xrandr/ChangeLog | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/app/xrandr/ChangeLog b/app/xrandr/ChangeLog new file mode 100644 index 000000000..42f184f8f --- /dev/null +++ b/app/xrandr/ChangeLog @@ -0,0 +1,47 @@ +2006-04-26 Adam Jackson <ajax@freedesktop.org> + + * configure.ac: + Bump to 1.0.2 + +2006-04-25 Alan Coopersmith <alan.coopersmith@sun.com> + + * xrandr.c: + Don't try to fprintf a NULL string when -display wasn't passed and + connecting to $DISPLAY failed, since that segfaults on some platforms. + +2006-03-20 Adam Jackson <ajax@freedesktop.org> + + * xrandr.c: + Bug #5511, #5512: Print more sensible error messages when fed broken + command lines. (Bill Crawford) + +2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: + Update package version for X11R7 release. + +2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: + Update package version number for final X11R7 release candidate. + +2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * Makefile.am: + Change *man_SOURCES ==> *man_PRE to fix autotools warnings. + +2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: + Update package version number for X11R7 RC3 release. + +2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: + Update dependencies to work with separate build roots. + +2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: + Update package version number for RC1 release. + |