~ubuntu-branches/ubuntu/oneiric/indicator-session/oneiric-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Ken VanDine, Ken VanDine, Ted Gould
  • Date: 2011-09-01 13:53:50 UTC
  • mfrom: (1.1.37 upstream)
  • Revision ID: package-import@ubuntu.com-20110901135350-sl5g84ls1z0r7kwc
Tags: 0.3.4.1-0ubuntu1
[Ken VanDine]
* New upstream release.
  - in a Guest session user menu is not visible (LP: #834948)
  - User name shown as [Invalid UTF-8] in live session (LP: #837246)
  - "Reboot Required" menu opens Update Manager, doesn't reboot (LP: #837658)
  - indicator-session-service crashed with SIGSEGV in 
    g_str_hash() (LP: #824243)
  - indicator-session-service crashed with SIGSEGV in 
    g_variant_unref() (LP: #833965)
* +debian/patches/revert_icon_change.patch
  - revert the icon change in greeter mode until a UIF exception is 
    approved
* +debian/source/format

[Ted Gould]
* debian/control: Adding a depend on gnome-settings-daemon to ensure that
  the required schemas are available.  (LP: #833965)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generated by Makefile. Do not edit.
2
2
 
 
3
2011-09-01  Conor Curran  <conor.curran@canonical.com>
 
4
 
 
5
        ready for 0.3.4.1
 
6
 
 
7
2011-09-01  Conor Curran  <conor.curran@canonical.com>
 
8
 
 
9
        much easier of handling the greeter icon
 
10
 
 
11
2011-08-31  Conor Curran  <conor.curran@canonical.com>
 
12
 
 
13
        various apt handling fixes
 
14
 
 
15
2011-08-31  Conor Curran  <conor.curran@canonical.com>
 
16
 
 
17
        set the menuitem's disposition back to normal just in case
 
18
 
 
19
2011-08-31  Conor Curran  <conor.curran@canonical.com>
 
20
 
 
21
        tidy up
 
22
 
 
23
2011-08-31  Conor Curran  <conor.curran@canonical.com>
 
24
 
 
25
        make sure to bring up logout dialog from apt menuitem when restart is required
 
26
 
 
27
2011-08-31  Conor Curran  <conor.curran@canonical.com>
 
28
 
 
29
        tidy up
 
30
 
 
31
2011-08-31  Conor Curran  <conor.curran@canonical.com>
 
32
 
 
33
        restart signal actually being sent now properly
 
34
 
 
35
2011-08-31  Conor Curran  <conor.curran@canonical.com>
 
36
 
 
37
        apt race condition handled
 
38
 
 
39
2011-08-30  Conor Curran  <conor.curran@canonical.com>
 
40
 
 
41
        bump for release
 
42
 
 
43
2011-08-30  Conor Curran  <conor.curran@canonical.com>
 
44
 
 
45
        merge the guest fixes
 
46
 
 
47
2011-08-30  Conor Curran  <conor.curran@canonical.com>
 
48
 
 
49
        remove guest checking in generic user list, the guest user is never included in the user list returned therefore the check is pointless
 
50
 
 
51
2011-08-30  Conor Curran  <conor.curran@canonical.com>
 
52
 
 
53
        remove broken logic concerned with displaying the user menu
 
54
 
 
55
2011-08-30  Conor Curran  <conor.curran@canonical.com>
 
56
 
 
57
        fixed the guest session panel string
 
58
 
 
59
2011-08-30  Conor Curran  <conor.curran@canonical.com>
 
60
 
 
61
        bump for release
 
62
 
 
63
2011-08-30  Conor Curran  <conor.curran@canonical.com>
 
64
 
 
65
        protect against incorrect webcam detection
 
66
 
 
67
2011-08-26  Conor Curran  <conor.curran@canonical.com>
 
68
 
 
69
        merge in translation fix
 
70
 
 
71
2011-08-26  Conor Curran  <conor.curran@canonical.com>
 
72
 
 
73
        fixed the translation bug
 
74
 
3
75
2011-08-25  Conor Curran  <conor.curran@canonical.com>
4
76
 
5
77
        ted's str allocation fixes