~ubuntu-branches/ubuntu/lucid/tomboy/lucid-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Ken VanDine
  • Date: 2010-10-26 15:23:44 UTC
  • mfrom: (1.3.14 upstream)
  • Revision ID: ken.vandine@canonical.com-20101026152344-mudczoehgwjp9wun
Tags: 1.2.2-0ubuntu1
releasing version 1.2.2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generated by Makefile. Do not edit.
2
2
 
 
3
commit d91199b743d7ad3433375fdeb2803310441a5ef0
 
4
Author: Sandy Armstrong <sanfordarmstrong@gmail.com>
 
5
Date:   Mon Oct 25 06:28:22 2010 -0700
 
6
 
 
7
    Update for 1.2.2
 
8
 
 
9
 NEWS |    5 +++++
 
10
 1 files changed, 5 insertions(+), 0 deletions(-)
 
11
 
 
12
commit ffdf4ac4c0a0fce5c9c3e56f3d406093e2715fa5
 
13
Author: Sandy Armstrong <sanfordarmstrong@gmail.com>
 
14
Date:   Tue Oct 19 15:18:00 2010 -0700
 
15
 
 
16
    [websync] Update regex to ensure note content is synchronized
 
17
    
 
18
    Add unit tests demonstrating the problem; <note-content> elements
 
19
    with unexpected attributes caused us to send empty content during
 
20
    web sync.
 
21
    
 
22
    This can happen when note XML is generated by alternative Tomboy
 
23
    note clients like Gnote.
 
24
    
 
25
    A better fix would be to stop using a regex to parse this data, but
 
26
    fixing the regex seemed more appropriate for a stable bugfix release.
 
27
    
 
28
    https://bugzilla.gnome.org/show_bug.cgi?id=632535
 
29
 
 
30
 Tomboy/Addins/WebSyncService/NoteConvert.cs        |    2 +-
 
31
 .../WebSyncService/Tests/NoteConvertTests.cs       |   24 +++++++++++++++++--
 
32
 Tomboy/Synchronization/SyncManager.cs              |    2 +-
 
33
 3 files changed, 23 insertions(+), 5 deletions(-)
 
34
 
 
35
commit 356f96746f967fa1f3213820c82bad08302ebfd7
 
36
Author: Gabor Kelemen <kelemeng@gnome.hu>
 
37
Date:   Fri Sep 3 12:11:04 2010 +0200
 
38
 
 
39
    Fix a mistranslation
 
40
 
 
41
 po/hu.po |    2 +-
 
42
 1 files changed, 1 insertions(+), 1 deletions(-)
 
43
 
 
44
commit 4346cbf55cedb826cdc60f97e3ef28229b93af4d
 
45
Author: Andika Triwidada <andika@gmail.com>
 
46
Date:   Tue Aug 10 02:29:39 2010 +0700
 
47
 
 
48
    Updated Indonesian translation
 
49
 
 
50
 po/id.po |  713 +++++++++++++++++++++++++++++++++++++++++++++-----------------
 
51
 1 files changed, 522 insertions(+), 191 deletions(-)
 
52
 
 
53
commit 1d1592654f69e8691388bdc1741f3782822b8d1c
 
54
Author: Sandy Armstrong <sanfordarmstrong@gmail.com>
 
55
Date:   Tue Jun 29 06:19:08 2010 -0700
 
56
 
 
57
    Support gtk# >= 2.12.10
 
58
 
 
59
 Setup/Setup.wxs |    2 +-
 
60
 1 files changed, 1 insertions(+), 1 deletions(-)
 
61
 
 
62
commit e624fd3e310c0afd64d8d6a8573921112c526624
 
63
Author: Gabor Kelemen <kelemeng@gnome.hu>
 
64
Date:   Fri Jun 11 00:43:09 2010 +0200
 
65
 
 
66
    Updated Hungarian translation
 
67
 
 
68
 po/hu.po |  387 ++++++++++++++++++++++++++++++++++----------------------------
 
69
 1 files changed, 214 insertions(+), 173 deletions(-)
 
70
 
 
71
commit c599998de1ca4c21d02e645d9c44364d991d1e0d
 
72
Author: Sandy Armstrong <sanfordarmstrong@gmail.com>
 
73
Date:   Mon Apr 26 13:35:26 2010 -0700
 
74
 
 
75
    Bump version to 1.2.2
 
76
 
 
77
 Setup/Setup.wxs         |    2 +-
 
78
 Tomboy/Defines.WIN32.cs |    4 ++--
 
79
 configure.in            |    2 +-
 
80
 osx/Contents/Info.plist |    4 ++--
 
81
 4 files changed, 6 insertions(+), 6 deletions(-)
 
82
 
3
83
commit c0b958388f326f490270c85a1c033dd77fdaf84c
4
84
Author: Sandy Armstrong <sanfordarmstrong@gmail.com>
5
85
Date:   Mon Apr 26 10:33:04 2010 -0700