Browse Source

update changelog, bump version

sisyphus
Dustin Falgout 9 years ago
parent
commit
12ab70b9fc
  1. 1
      ChangeLog
  2. 1
      ChangeLog
  3. 13
      NEWS
  4. 2
      configure.ac

1
ChangeLog

@ -1 +0,0 @@

1
ChangeLog

@ -0,0 +1 @@
NEWS

13
NEWS

@ -1,3 +1,16 @@
Overview of changes in lightdm-webkit-greeter 0.3.0
* Completed API including the guest and auto-login functions.
* API is now completely in-line with LightDM API.
* Several functional code improvements.
* Added Exception handling.
* Added man page.
* Default theme:
- Added translations.
- Added confirmation dialogue for system actions.
- Theme's script was completely rewritten in ES6.
- Use babel to compile ES6->ES5 until webkit catches up.
Overview of changes in lightdm-webkit-greeter 0.2.3
* Add support for getting the lock_hint from lightdm.

2
configure.ac

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(lightdm-webkit2-greeter, 0.2.3)
AC_INIT(lightdm-webkit2-greeter, 0.3.0)
AC_SUBST(THEME_DIR)
AC_CONFIG_HEADER(config.h)
AC_PREREQ([2.59])

Loading…
Cancel
Save