Change logs for i3lock source package in Sid

  • i3lock (2.15-1) unstable; urgency=medium
    
      * New upstream version 2.15
    
     -- Jakob Haufe <email address hidden>  Mon, 29 Apr 2024 12:58:13 +0200
  • i3lock (2.14.1-1) unstable; urgency=medium
    
      * New upstream version 2.14.1
      * Recommend xss-lock as per upstream docs
    
     -- Jakob Haufe <email address hidden>  Thu, 23 Jun 2022 20:00:52 +0000
  • i3lock (2.13-1) unstable; urgency=medium
    
      * New upstream version 2.13
      * Convert upstream signing key to armored format
      * Update Vcs-*
      * Set myself as maintainer
      * Switch to debhelper-compat B-D
    
     -- Jakob Haufe <email address hidden>  Sat, 14 Nov 2020 21:29:28 +0000
  • i3lock (2.11.1-1) unstable; urgency=medium
    
      * New upstream version 2.11.1
    
     -- Michael Stapelberg <email address hidden>  Thu, 18 Oct 2018 08:37:32 +0200
  • i3lock (2.11-1) unstable; urgency=medium
    
      * delete debian/gbp.conf to disable pristine-tar
      * New upstream version 2.11
      * add libxcb-xrm build-dep
      * d/compat: switch to dh 11
      * d/control: update Vcs-* tags
      * d/copyright: switch http to https
      * d/control: bump standards-version (no changes necessary)
    
     -- Michael Stapelberg <email address hidden>  Wed, 10 Oct 2018 18:49:14 +0200
  • i3lock (2.10-1) unstable; urgency=medium
    
      * New upstream version 2.10
      * Update Standards-Version (no changes necessary)
      * debian/watch: switch to secure URL
    
     -- Michael Stapelberg <email address hidden>  Sat, 25 Nov 2017 08:23:06 +0100
  • i3lock (2.9.1-1) unstable; urgency=medium
    
      * experimental to unstable as the freeze is over
      * New upstream version 2.9.1
    
     -- Michael Stapelberg <email address hidden>  Wed, 21 Jun 2017 18:19:30 +0200
  • i3lock (2.8-1) unstable; urgency=medium
    
      * New upstream version
      * Switch to secure VCS URLs
      * Bump standards-version to 3.9.7 (no changes necessary)
      * debian/copyright: don’t define the same license twice
    
     -- Michael Stapelberg <email address hidden>  Sat, 04 Jun 2016 19:34:16 +0200
  • i3lock (2.7-1) unstable; urgency=medium
    
      * New upstream version
      * Bump standards-version to 3.9.6 (no changes necessary)
      * debian/copyright: clarify that the license is BSD-3-clause
      * debian/copyright: get rid of ranges in copyright years
    
     -- Michael Stapelberg <email address hidden>  Wed, 20 May 2015 09:19:50 +0200
  • i3lock (2.6-1) unstable; urgency=low
    
    
      * New upstream version
      * Bump standards-version to 3.9.5 (no changes necessary)
      * add debian/upstream-signing-key.pgp
    
     -- Michael Stapelberg <email address hidden>  Fri, 18 Jul 2014 20:26:32 +0200
  • i3lock (2.5-1) unstable; urgency=low
    
    
      * New upstream version
      * Bump standards-version to 3.9.4 (no changes necessary)
    
     -- Michael Stapelberg <email address hidden>  Sun, 09 Jun 2013 11:35:05 +0200
  • i3lock (2.4.1-1) unstable; urgency=low
    
    
      * New upstream version
    
     -- Michael Stapelberg <email address hidden>  Sat, 02 Jun 2012 14:48:29 +0200
  • i3lock (2.4-1) unstable; urgency=low
    
    
      * New upstream version (Closes: #664285, #664288)
      * Email change: Michael Stapelberg -> <email address hidden>
      * Convert debian/copyright to machine-readable format
      * Convert to 3.0 (quilt)
      * Add debian/watch file
      * Move packaging to alioth
    
     -- Michael Stapelberg <email address hidden>  Sun, 01 Apr 2012 13:31:20 +0200
  • i3lock (2.3.1-1) unstable; urgency=low
    
    
      * Fix compilation on some systems
    
     -- Michael Stapelberg <email address hidden>  Thu, 15 Mar 2012 17:01:54 +0100
  • i3lock (2.3-1) unstable; urgency=low
    
    
      * Implement a visual unlock indicator
      * Support ISO_Level5_Shift and Caps Lock
      * Lock the password buffer in memory, clear it in RAM after verifying
      * Fork after the window is visible, not before
      * Bugfix: Copy the color depth from parent (root) window instead of
        hardcoding a depth of 24
    
     -- Michael Stapelberg <email address hidden>  Thu, 15 Mar 2012 13:25:23 +0100
  • i3lock (2.2-1) unstable; urgency=low
    
    
      * Don’t re-grab pointer/keyboard on MappingNotify. In some rare situations,
        this lead to some keypresses "slipping through" to the last focused window.
      * Correctly handle Mode_switch/ISO_Level3_Shift
      * Render to a pixmap which is used as background for the window instead of
        copying contents on every expose event
      * Handle screen resolution changes while screen is locked
      * Manpage: document arguments for every option
    
     -- Michael Stapelberg <email address hidden>  Sun, 06 Nov 2011 14:02:35 +0000
  • i3lock (2.1-1) unstable; urgency=low
      * Accept return/backspace when the buffer of 512 bytes is full  * Handle numpad keys correctly (Closes: #602101)  * Handle MappingNotify events (Closes: #602242)  * Correctly check for errors when connecting to X11  * Add i3lock.pam to not rely on debian’s /etc/pam.d/other anymore  * don’t display debug output  * add NOLIBCAIRO flag to permit compilation without cairo -- Michael Stapelberg <email address hidden>  Sun, 13 Mar 2011 20:27:46 +0100
  • i3lock (2.0-2) unstable; urgency=low
    
    
      * change priority to optional
    
     -- Michael Stapelberg <email address hidden>  Sun, 05 Sep 2010 18:19:15 +0200
  • i3lock (2.0-1) unstable; urgency=low
    
    
      * Complete rewrite of i3lock. Now using xcb instead of Xlib.
      * When a window obscures i3lock, it pushes itself back to the top again.
      * Display version when starting with -v
    
     -- Michael Stapelberg <email address hidden>  Sun, 05 Sep 2010 11:34:19 +0200
  • i3lock (1.0-1) unstable; urgency=low
    
    
      * Implement PAM support
      * Implement options for forking, beeping, DPMS
    
     -- Michael Stapelberg <email address hidden>  Sun, 10 May 2009 12:54:05 +0200
  • i3lock (0.9-1) unstable; urgency=low
    
    
      * First release, forked from slock 0.9 (Closes: #521707)
    
     -- Michael Stapelberg <email address hidden>  Fri, 01 May 2009 20:29:43 +0200