Skip to content

Commit

Permalink
Preparing to release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalier38 committed Aug 31, 2014
1 parent c1762eb commit c88b945
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
==============
Version 1.5.0
==============

- Added DBus interface to communicate with the running light-locker
- New translations


==============
Version 1.4.0
==============
Expand Down
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Here is a list of the different dependencies and there configuration flags:
--with-console-kit: This adds the support for ConsoleKit.
--with-upower: This adds the support for UPower.
--with-mit-ext: This enables the lock-after-screensaver feature. This options requires the X11 Screen Saver extension development files to be installed.
--with-dpms-ext: This adds the support for DPMS. This is used to turn on the display on screen saver deactivation.
Many of the light-locker features can be disabled/enabled and configured at build time. Here is a list of these configuration flag:
--enable-late-locking: Enables --late-locking and --no-late-locking. Default enabled with --no-late-locking. This requires mit-ext.
--enable-lock-on-suspend: Enables --lock-on-suspend and --no-lock-on-suspend. Default enabled with --lock-on-suspend. This requires either systemd or upower.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl -*- mode: m4 -*-

AC_PREREQ(2.60)
AC_INIT([light-locker],
[1.4.0])
[1.5.0])

AC_CONFIG_SRCDIR(src/light-locker.c)

Expand Down

0 comments on commit c88b945

Please sign in to comment.