Next | Query returned 205 messages, browsing 191 to 200 | Previous

History of commit frequency

CVS Commit History:


   2003-06-30 09:45:51 by Johnny C. Lam | Files touched by this commit (4)
Log message:
Update x11/xlockmore to 5.08.2.  Changes from 5.08.1 include fixing the
maze module for large resolutions (2560x1024) as is possible for
dual-headed configurations.
   2003-06-30 09:29:02 by Johnny C. Lam | Files touched by this commit (3)
Log message:
Bump PKGREVISION of x11/xlockmore to 1.  Changes include:

 * Move the sound files to the standard location for xlock sound files.
 * On NetBSD, use ossplay instead of audioplay if USE_OSS is defined.

Also split out a xlockmore Makefile.common to be used in a forthcoming
"xlockmore-lite" package.
   2003-05-10 00:26:56 by Hubert Feyrer | Files touched by this commit (2)
Log message:
Update xlockmore to 5.08.1. Changes:

  spline fix, when in random mode it could core dump.
   2003-05-07 01:34:05 by Hubert Feyrer | Files touched by this commit (2)
Log message:
Update xlockmore to 5.08. Changes:

* crystal and starfish changes to allow graphics to work better in a 64x64
*   window.
+ life3d randomized "rotation" of life form.  Wireframe made a little less
+   likely in fullrandom.
* life fix, trilife came up too much in fullrandom.
  Kerberos prompter code fixed for NULL banner thanks to Ken
    Hornstein <kenh@cmf.nrl.navy.mil>
  Atlantis texture fixes thanks to Eric Lassauge <lassauge@mail.dotcom.fr>.
  Flow tails added.  swarm and flow patch for broken Xservers backed out
    thanks to Tim Auckland <Tim.Auckland@Procket.com>.
   2003-03-24 18:54:02 by Jan Schaumann | Files touched by this commit (1)
Log message:
We need a glu/buildlink2.mk here, too.
   2003-03-17 21:14:19 by Hubert Feyrer | Files touched by this commit (2)
Log message:
Update xlockmore to 5.07.1. Changes:

* Ability for xlock converse with PAM added by Tim Reed <treed1@twcny.rr.com>.
    Some more fixes for compilation problems by Jon Nelson
    <jnelson@securepipe.com>.
   2003-03-17 18:31:37 by Hubert Feyrer | Files touched by this commit (2)
Log message:
Update xlockmore to 5.07. Changes:

* Fix for flow and swarm for broken Xservers thanks to Tim Auckland
*   <Tim.Auckland@Procket.com>.
  AFS fix for TRU64.
  Ability for xlock converse with PAM added by Tim Reed <treed1@twcny.rr.com>.
  Fix for random.c when BLANK_ONLY is used.
  Restart life when static or blank.  Added Thompson's Day and Night and
    Bell's High Life.  These are alternate life rules.  Day and Night
    butterfly added as a glider shooter.
    Fixed Andreen's hex life can come up in addition to Callahan's.
    Added many life forms from Life Lexicon.
    Trilife added (also randomly rotated and shooters added).
  Better fix for -rule3d and -v from Emmanuel Jeandel
    <ejeandel@ens-lyon.fr>.  I guess I went a little crazy with security
    and made it strncmp instead of strcmp.
  xlockgroup patch for allowing all in the xlock group to unlock.
    Thanks to Rich Anderson <RANDERSON@northropgrumman.com>.
  Syslog fix when gid not in /etc/group.
  life3d double buffering (also made wireframe come up a little less often)
    dead (blank) or static (period 1) life forms last just 8 generations
    Added gliders from http://www.cse.sc.edu/~bays/d4d4d4 3D applet.
  I copied a encrypted password to /etc/passwd and it worked fine without
    USE_XLOCKRC.  Put a warning in configure if /etc/passwd not set up and
    and not using USE_XLOCKRC and cygwin.
  Clean up of some text errors with BUTTON_LOGOUT and failure count.
  Added a Caps Lock check.  Don't you hate it when certain software says
    "Make sure that the Caps Lock is not accidently on." and the Caps Lock
    is not on... I thought computers can know their own state.
    added ", Caps Lock on" to invalid string.... needs French/Japanese
    translations (also needs German translation but others parts need that
    as well.
  cleaned up some various variable shadowing in modes.
  check_gl_error protection (previously it would error out... not good
    for a locker).  This could be a major security problem but I can not
    reproduce this on my Linux machine.  Someone was able to get a \ 
"texture"
    error by repeatingly pressing the middle button with glplanet up.
  text3d acts more like blank if it does not get a TTF file (blanks out
    password screen).  Fixed configure of DEF_TTFONT if prefix not set.
  Andreas Voegele <voegelas@gmx.net> pointed out -nice option was ignored...
    hopefully fixed now.  Check now for HAVE_SETPRIORITY.
  uninistall and clean on Cygwin should now work
  More Kerberos support thanks to Ken Hornstein <kenh@cmf.nrl.navy.mil>.
    support for the new krb5-config script to determine the correct
      options used to compile Kerberos
    - If you're using Kerberos, it prints your Kerberos principal in the
      username field.
    - It uses a callback function in case the library needs to prompt the
      user for any additional information (in case your password expires,
      for example).
    - It makes the writing out of credentials a configure option.
  -logoutButton minutes now in man pages.
  "configure --with-opengl --without-xpm" should now work for atlantis,
     atunnels, fire, and sballs.
   2003-03-09 20:28:19 by Jan Schaumann | Files touched by this commit (8)
Log message:
Bump PKGREVISION due to upgrade of Mesa and friends.
Only include Mesa/buildlink2.mk if the package requires all three of
MesaLib, glu and glut - else only include the necessary buildlink2s.
   2003-02-06 07:49:10 by Allen Briggs | Files touched by this commit (2)
Log message:
Teach GNU's config.guess to use `uname -p` instead of `uname -m` for the
machine type when dealing with NetBSD.  This allows xlockmore to compile
and run on macppc.
   2002-12-05 01:45:53 by Hubert Feyrer | Files touched by this commit (3) | Package updated
Log message:
Update xlockmore  to 5.06. Changes:

  Updated xlock/vms_x_fix.h from Jouk Jansen.
  Patched losira erase mode, would die on X_FreeColor with
    swirl,mandelbrot,lyapunov,tube on PseudoColor and DirectColor.
  Patched swirl for DirectColor.
  Makefile.in changes by Peter Breitenlohner <peb@mppmu.mpg.de> so that
    xlock can be built outside the source tree.
  setuid(0) is moved 3 lines up so BAD_PAM option could work with an
    /etc/pam.d/xlock configuration file that users do not have access to.
    Thanks to Jan Provaznik <xprovazn@informatics.muni.cz>.
  petri / 0 fix thanks to Jouk Jansen
  Cygwin fix for logout.c thanks to Joseph Davida <jd108@pacbell.net>.
  Linted (lots of minor fixes) and removed the voids on free.  Lint
    pointed out some problems with erase modes and petri.
  Failed unlock attempts thanks to <colin@colino.net>.
    Need Japanese, Dutch added by Jouk Jansen.
  New mode atunnels thanks to Eric Lassauge based on Roman demo.
    tunnel0.xpm color names for many grays ("darkgray", \ 
"gray2", etc) not
      found on SunOS4 which then caused memory leaks thanks to Tom Schmidt.
    -size option like fire (since it is real slow on slow machines)
      thanks to Tom Schmidt.
    Another VMS update and pipe protection from Jouk Jansen.
    TODO:
      Check multiscreen, allocation check
      Trackmouse would not be bad either.  -wire does not seem to work.
      Some other colour schemes than the greyish default.
  pacman patch to get rid of negative unsigned check thanks to Jouk Jansen
  Patch for WindowMaker, this permits one to set several attributes to
    every window opened; each attribute is associated to the class of
    the window.  Thanks to Paolo Subiaco <iw3grx@ir3ipa.ampr.org>
  Erase compilation warnings removed thanks to Jouk Jansen.

Next | Query returned 205 messages, browsing 191 to 200 | Previous