Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (27m)  pkgsrc-2024Q1 (3d)  pkgsrc-2023Q4 (77d)  pkgsrc-2023Q2 (110d) 

2024-06-17 11:54:47 UTC Now

2008-01-18 02:54:15 UTC MAIN commitmail json YAML

Update to version 1.1.6.  The newly added patch corrects the 800x600
section in Xresources.cpp.  In addition, this release brings the following
changes:

    - Debian Bug #376391: xdm manpage refers to non-existent section
      'Typical Usage'

    - Debian Bug #437961: loading Xresources fails because bindir/xrdb
      does not exist

    - Update AC_DEFINE_DIR to autoconf-2.60-compatible version

    - Add AM_PROG_CC_C_O to clear automake-1.10 warning

    - Makefile.am:149: compiling `chooser.c' with per-target flags
      requires `AM_PROG_CC_C_O' in `configure.ac'

    - Bug #10530: xdm's path to xrdb could be configurable at compile time

    - Set default cursor for entire root window, not just greeter

    - Make #ifdef XPM only control whether XPM pixmap logo is shown

    - Make 3D look-and-feel independent of XPM

    - Set Xcursor theme to whiteglass in default login screen resources

    - X.Org Bug #10992: xlogin crashes if window size is too small

    - Add --enable-xdm-auth/--disable-xdm-auth to configure options

    - X.Org Bug 10632 / Debian Bug 256299: race condition in
      policy.c:Willing()

    - Document more of the greeter resources in xdm man page

    - Bug #11096: xdm(1) manpage should document Xft-related properties

    - Bug #11020: xdm doesn't set SSH_AUTH_SOCK even though using
      with pam_ssh

    - Wasn't calling pam_setcred()/pam_getenvlist() if setusercontext()
      was present

    - X.Org Bugzilla #11020:
      <https://bugs.freedesktop.org/show_bug.cgi?id=11020>

(bjs)