diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 8b13789..0000000 --- a/ChangeLog +++ /dev/null @@ -1 +0,0 @@ - diff --git a/ChangeLog b/ChangeLog new file mode 120000 index 0000000..3d70ee3 --- /dev/null +++ b/ChangeLog @@ -0,0 +1 @@ +NEWS \ No newline at end of file diff --git a/NEWS b/NEWS index c61711d..f47c9fe 100644 --- a/NEWS +++ b/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. diff --git a/configure.ac b/configure.ac index 2ea5f74..ed07c79 100644 --- a/configure.ac +++ b/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])