Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Nov 15, 2016
1 parent fb5242d commit d3fd31f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ(2.52)
AC_INIT(daemon/mdm.h)

AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(mdm,2.0.13)
AM_INIT_AUTOMAKE(mdm,2.0.14)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
AC_GNU_SOURCE
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
mdm (2.0.14) serena; urgency=medium

* VT: Switch from /dev/console to /dev/tty0
* mdm: Don't exit on SIGHUP
* mdm: Add more debug info when receiving signals
* slave: Don't call mdm_slave_quick_exit() on shutdown/restart
* hidpi, mdm-get-monitor-scale: Specify Gdk version in gi import

-- Clement Lefebvre <root@linuxmint.com> Tue, 15 Nov 2016 14:03:08 +0000

mdm (2.0.13) serena; urgency=medium

* Xsession.d/99mdm: Set default XDG_DATA_DIRS if the variable is not set
Expand Down

0 comments on commit d3fd31f

Please sign in to comment.