~ubuntu-branches/ubuntu/quantal/libsecret/quantal-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-10-31 10:18:13 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20121031101813-eiwj20mut8suteyg
Tags: 0.11-0ubuntu0.12.10.1
New upstream release to fix segfault in vinagre from using an invalid
attribute. (LP: #1071055)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generate automatically. Do not edit.
2
2
 
 
3
commit 791b0c0b4d07d5120d08427a6d7ec94c5f4db813
 
4
Author: Stef Walter <stefw@gnome.org>
 
5
Date:   2012-10-15
 
6
 
 
7
    Release version 0.11
 
8
 
 
9
 NEWS         | 3 +++
 
10
 configure.ac | 2 +-
 
11
 2 files changed, 4 insertions(+), 1 deletion(-)
 
12
 
 
13
commit 7e02a594a77c2730efcc13dd141cc78e201cd7e3
 
14
Author: Stef Walter <stefw@gnome.org>
 
15
Date:   2012-10-12
 
16
 
 
17
    Better critical preconditions for invalid attributes
 
18
    
 
19
     * When passing NULL for a string vararg attribute print
 
20
       a critical warning.
 
21
     * Make all attribute warnings critical
 
22
     * Add tests for the various critical warnings
 
23
    
 
24
    https://bugzilla.gnome.org/show_bug.cgi?id=686015
 
25
 
 
26
 libsecret/secret-attributes.c     |  12 ++--
 
27
 libsecret/secret-password.c       |  28 ++++++++
 
28
 libsecret/tests/Makefile.am       |   1 +
 
29
 libsecret/tests/test-attributes.c | 140 ++++++++++++++++++++++++++++++++++++++
 
30
 4 files changed, 177 insertions(+), 4 deletions(-)
 
31
 
3
32
commit bcf1093ff3401443dad0750cbc4fff7d16cd999d
4
33
Author: Stef Walter <stefw@gnome.org>
5
34
Date:   2012-09-18