gdm 3.15.92

2015-03-19 Thread Ray Strode
About gdm
=

Display manager and login screen

News


- Fix user-switching for autologin
- Fix flicker between boot splash and login screen
- Fix timed login
- systemd unit fixes
- ConsoleKit fixes
- misc cleanups
- document debugging features in custom.conf
- die more forcefully if we can't set up the ttys the way we want
- Translation updates



Download

https://download.gnome.org/sources/gdm/3.15/gdm-3.15.92.tar.xz (1.45M)
  sha256sum: 02e3d4a038f4bef2942a05cce50e6232e1ab251e7feab5493686931d80588045

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


gnome-control-center 3.14.4

2015-03-19 Thread Rui Matos
About gnome-control-center
==

GNOME's main interface to configure various aspects of the desktop

News


- Translation updates

Details:
- Fix a possible crash with Firefox' nightly builds

Display:
- Fix clone mode leading to broken setups in some cases

Network:
- Multiple leak and potential crasher fixes
- Don't save hidden configuration options
- Make "only for this network" work for IPv6 VPNs

Region:
- Fix leak in input chooser
- Reuse the input chooser instance

Sound:
- Prevent two alerts being played at the same time under certain
  circumstances
- Fix a crash when switching inputs or outputs

Wacom:
- Allow button mapping if the stylus has one button too


ChangeLog
=
https://download.gnome.org/sources/gnome-control-center/3.14/gnome-control-center-3.14.4.changes
  (12.3K)

Download

https://download.gnome.org/sources/gnome-control-center/3.14/gnome-control-center-3.14.4.tar.xz
 (6.62M)
  sha256sum: 7fd9a38dce30658a4f80e1fe18b732e362ca64d4b4f3cdcc4a83828cbd69b384

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


vte 0.39.92

2015-03-19 Thread Debarshi Ray
About Terminal widget
=

vte terminal widget

ChangeLog
=

commit af340daa087a083fa7d943f1365ac1e4633b9dfd
Author: Christian Persch 
Date:   Mon Mar 16 18:24:43 2015 +0100

Version 0.39.92

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a5fb88c896024d137228fe2089deace4c8f2e6cb
Author: Christian Persch 
Date:   Thu Mar 12 19:28:52 2015 +0100

widget: Adjust default set of word characters

https://bugzilla.gnome.org/show_bug.cgi?id=730632

 src/vte.c | 15 ++-
 1 file changed, 6 insertions(+), 9 deletions(-)

commit 625685a80598e668886feffd0ff10363fb244a7c
Author: Christian Persch 
Date:   Thu Mar 12 19:28:52 2015 +0100

widget: Implement word char exceptions

https://bugzilla.gnome.org/show_bug.cgi?id=730632

 src/vte-private.h |   7 ++-
 src/vte.c | 181 ++
 src/vteterminal.h |   2 +-
 3 files changed, 176 insertions(+), 14 deletions(-)

commit c6edcfd003ad8835771712d6a188db1fa85de9df
Author: Samir Ribic 
Date:   Fri Mar 13 21:02:34 2015 +

Updated Bosnian translation

 po/bs.po | 133 +++
 1 file changed, 48 insertions(+), 85 deletions(-)

commit 50e3e3899d72cfb0ae95ae41bbc08bdaa7c28f7b
Author: Egmont Koblinger 
Date:   Tue Mar 3 15:09:58 2015 +0100

widget: Decide on rectangular selection when the mouse click occurs

https://bugzilla.gnome.org/show_bug.cgi?id=745471

 src/vte.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit f2c40efd59639e87cf94bbecd5c70d32443b1323
Author: Egmont Koblinger 
Date:   Fri Feb 27 12:00:05 2015 +0100

widget,emulation: Ignore if Shift is released while selecting with mouse

https://bugzilla.gnome.org/show_bug.cgi?id=745134

 src/vte.c | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

commit 01d7eb0388b8215df5bed6165b519e03ca4e040b
Author: Egmont Koblinger 
Date:   Fri Feb 27 11:59:19 2015 +0100

emulation: Report middle mouse button release

https://bugzilla.gnome.org/show_bug.cgi?id=745131

 src/vte-private.h |  1 +
 src/vte.c | 11 ++-
 2 files changed, 11 insertions(+), 1 deletion(-)

commit 3448a1dbbd0e8af558d25f9eb4195f699e7e288b
Author: Egmont Koblinger 
Date:   Fri Feb 27 11:57:56 2015 +0100

emulation: Fix mouse mode 1003 to correctly report if no button is pressed

https://bugzilla.gnome.org/show_bug.cgi?id=745074

 src/vte-private.h |  2 +-
 src/vte.c | 29 ++---
 2 files changed, 23 insertions(+), 8 deletions(-)

commit ec5028023dae899752ab43728d4b7c4818ff4d53
Author: Egmont Koblinger 
Date:   Fri Feb 27 11:55:38 2015 +0100

emulation: Fix printing DEL (127) to do nothing

https://bugzilla.gnome.org/show_bug.cgi?id=744837

 src/caps.c | 2 +-
 src/vteseq-n.gperf | 1 +
 src/vteseq.c   | 6 ++
 3 files changed, 8 insertions(+), 1 deletion(-)

commit 5d510f8984b442103f5ad00f009ac6d62384c639
Author: Egmont Koblinger 
Date:   Fri Feb 27 11:54:47 2015 +0100

a11y: Fix the order of events

https://bugzilla.gnome.org/show_bug.cgi?id=372777

 src/vteaccess.c | 24 ++--
 1 file changed, 22 insertions(+), 2 deletions(-)

commit 4ff2d8daed454c581dc45f1be199f0b262fbae88
Author: Christian Persch 
Date:   Mon Feb 16 22:26:55 2015 +0100

Post release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



Download

https://download.gnome.org/sources/vte/0.39/vte-0.39.92.tar.xz (900K)
  sha256sum: 8f6bfe97aa212a506c56a5ad66a08a6dd253015430c505547c7a2cdb4ee35aa8

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list