|
Description
|
X.Org has released xvinfo 1.0.2 with these changes since 1.0.1:
Rename .cvsignore to .gitignore.
Make git ignore object files and Emacs style backup files.
Fix FourCC name output on big endian platforms.
X.Org bug #10616: Add all the X info commands to See Also in man page
Fix typo in man page (accesible)
Change xvinfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Replace static ChangeLog with dist-hook to generate from git log
Version bump: 1.0.2
*** Test Case ***
Changes are mostly in man pages (can't really test the big endian formatting until
we have a SPARC machine with Xvideo support), so to test, run "man xvinfo" (add
/usr/X11/man to $MANPATH if needed) and verify:
- Version shown in "Last change" in page footer is updated from 1.0.1 to 1.0.2
- SEE ALSO section now also lists X, xwininfo, xdriinfo, glxinfo, and xprop
- In the DESCRIPTION section, "accessible" is spelled correctly, not as "accesible"
|