pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/i3lock



Module name:	wip
Committed by:	nros
Date:		Wed Apr  8 12:09:29 UTC 2015

Modified Files:
	wip/i3lock: Makefile distinfo

Log Message:
Update i3lock to version 2.6.

Changelog:

2014-07-18 i3lock 2.6

 * NEW DEPENDENCY: use libxkbcommon-x11 instead of libX11
   This helps us get rid of all code that directly uses libX11
 * Use cairo_status_to_string for descriptive errors.
 * Add `-e` option to not validate empty password.
 * Bugfix: update the initial keyboard modifier state (Thanks lee, Ran)
 * Re-raise i3lock when obscured in a separate process
 * Turn on the screen on successful authentication
 * Delay to turn off the screen after wrong passwd
 * Discard half-entered passwd after some inactivity
 * Ignore empty passwd after repeated Enter keypress
 * Scale the unlock indicator (for retina displays)

2013-06-09 i3lock 2.5

 * NEW DEPENDENCY: Use libxkbcommon for input handling
   This makes input handling much better for many edge cases.
 * Bugfix: fix argument parsing on ARM (s/char/int/)
 * Bugfix: free(reply) to avoid memory leak
 * Bugfix: Use ev_loop_fork after fork, fixes forking on kqueue based OSes
 * Bugfix: Fix centering the indicator in the no-xinerama case
 * Only use mlock() on Linux, FreeBSD (for example) requires root
 * promote the "could not load image" message from debug to normal
 * s/pam_message/pam_response/ (Thanks Tucos)
 * remove support for NOLIBCAIRO, cairo-xcb is widespread by now
 * Allow XKB_KEY_XF86ScreenSaver as synonym for enter
   This keysym is generated on convertible tablets by pressing a hardware
   lock/unlock button.
 * Allow passwordless PAM conversations (e.g. fingerprint)
 * Add ctrl+u password reset
 * Set window name to i3lock


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.4 -r1.5 wip/i3lock/distinfo
cvs -z3 rdiff -u -r1.5 -r1.6 wip/i3lock/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/i3lock/distinfo?r1=1.4&r2=1.5
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/i3lock/Makefile?r1=1.5&r2=1.6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index