Merge lp:~indicator-applet-developers/indicator-application/ubuntu into lp:~ubuntu-desktop/indicator-application/ubuntu

Proposed by Ted Gould
Status: Merged
Merged at revision: 115
Proposed branch: lp:~indicator-applet-developers/indicator-application/ubuntu
Merge into: lp:~ubuntu-desktop/indicator-application/ubuntu
Diff against target: 201 lines (+45/-18)
7 files modified
ChangeLog (+20/-0)
configure (+10/-10)
configure.ac (+2/-2)
debian/changelog (+7/-0)
docs/reference/libappindicator-docs.sgml (+1/-1)
docs/reference/version.xml (+1/-1)
src/app-indicator.c (+4/-4)
To merge this branch: bzr merge lp:~indicator-applet-developers/indicator-application/ubuntu
Reviewer Review Type Date Requested Status
Sebastien Bacher Pending
Review via email: mp+29477@code.launchpad.net

Description of the change

0.2.2

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ChangeLog'
2--- ChangeLog 2010-06-21 19:13:54 +0000
3+++ ChangeLog 2010-07-08 15:46:41 +0000
4@@ -1,5 +1,25 @@
5 # Generated by Makefile. Do not edit.
6
7+2010-07-07 Ted Gould <ted@gould.cx>
8+
9+ Merging this branch, but I think it's fixes must have gone in with another.
10+
11+2010-06-18 Ted Gould <ted@gould.cx>
12+
13+ Setting the policy version.
14+
15+2010-07-07 Ted Gould <ted@gould.cx>
16+
17+ Working with the better container signals
18+
19+2010-06-11 Ted Gould <ted@gould.cx>
20+
21+ Changing signal names and getting the ones on the base menu as well.
22+
23+2010-06-11 Ted Gould <ted@gould.cx>
24+
25+ Changing the signal names
26+
27 2010-06-21 Ted Gould <ted@gould.cx>
28
29 0.2.1
30
31=== modified file 'configure'
32--- configure 2010-06-21 19:17:44 +0000
33+++ configure 2010-07-08 15:46:41 +0000
34@@ -1,6 +1,6 @@
35 #! /bin/sh
36 # Guess values for system-dependent variables and create Makefiles.
37-# Generated by GNU Autoconf 2.65 for indicator-application 0.2.1.
38+# Generated by GNU Autoconf 2.65 for indicator-application 0.2.2.
39 #
40 # Report bugs to <ted@canonical.com>.
41 #
42@@ -703,8 +703,8 @@
43 # Identity of this package.
44 PACKAGE_NAME='indicator-application'
45 PACKAGE_TARNAME='indicator-application'
46-PACKAGE_VERSION='0.2.1'
47-PACKAGE_STRING='indicator-application 0.2.1'
48+PACKAGE_VERSION='0.2.2'
49+PACKAGE_STRING='indicator-application 0.2.2'
50 PACKAGE_BUGREPORT='ted@canonical.com'
51 PACKAGE_URL=''
52
53@@ -1505,7 +1505,7 @@
54 # Omit some internal or obsolete options to make the list less imposing.
55 # This message is too long to be a string in the A/UX 3.1 sh.
56 cat <<_ACEOF
57-\`configure' configures indicator-application 0.2.1 to adapt to many kinds of systems.
58+\`configure' configures indicator-application 0.2.2 to adapt to many kinds of systems.
59
60 Usage: $0 [OPTION]... [VAR=VALUE]...
61
62@@ -1576,7 +1576,7 @@
63
64 if test -n "$ac_init_help"; then
65 case $ac_init_help in
66- short | recursive ) echo "Configuration of indicator-application 0.2.1:";;
67+ short | recursive ) echo "Configuration of indicator-application 0.2.2:";;
68 esac
69 cat <<\_ACEOF
70
71@@ -1709,7 +1709,7 @@
72 test -n "$ac_init_help" && exit $ac_status
73 if $ac_init_version; then
74 cat <<\_ACEOF
75-indicator-application configure 0.2.1
76+indicator-application configure 0.2.2
77 generated by GNU Autoconf 2.65
78
79 Copyright (C) 2009 Free Software Foundation, Inc.
80@@ -1989,7 +1989,7 @@
81 This file contains any messages produced by compilers while
82 running configure, to aid debugging if configure makes a mistake.
83
84-It was created by indicator-application $as_me 0.2.1, which was
85+It was created by indicator-application $as_me 0.2.2, which was
86 generated by GNU Autoconf 2.65. Invocation command line was
87
88 $ $0 $@
89@@ -2803,7 +2803,7 @@
90
91 # Define the identity of the package.
92 PACKAGE=indicator-application
93- VERSION=0.2.1
94+ VERSION=0.2.2
95
96
97 cat >>confdefs.h <<_ACEOF
98@@ -13684,7 +13684,7 @@
99 # report actual input values of CONFIG_FILES etc. instead of their
100 # values after options handling.
101 ac_log="
102-This file was extended by indicator-application $as_me 0.2.1, which was
103+This file was extended by indicator-application $as_me 0.2.2, which was
104 generated by GNU Autoconf 2.65. Invocation command line was
105
106 CONFIG_FILES = $CONFIG_FILES
107@@ -13750,7 +13750,7 @@
108 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
109 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
110 ac_cs_version="\\
111-indicator-application config.status 0.2.1
112+indicator-application config.status 0.2.2
113 configured by $0, generated by GNU Autoconf 2.65,
114 with options \\"\$ac_cs_config\\"
115
116
117=== modified file 'configure.ac'
118--- configure.ac 2010-06-21 19:06:07 +0000
119+++ configure.ac 2010-07-08 15:46:41 +0000
120@@ -1,11 +1,11 @@
121
122-AC_INIT(indicator-application, 0.2.1, ted@canonical.com)
123+AC_INIT(indicator-application, 0.2.2, ted@canonical.com)
124 AC_COPYRIGHT([Copyright 2009, 2010 Canonical])
125
126 AC_PREREQ(2.53)
127
128 AM_CONFIG_HEADER(config.h)
129-AM_INIT_AUTOMAKE(indicator-application, 0.2.1)
130+AM_INIT_AUTOMAKE(indicator-application, 0.2.2)
131
132 AM_MAINTAINER_MODE
133
134
135=== modified file 'debian/changelog'
136--- debian/changelog 2010-06-22 07:31:46 +0000
137+++ debian/changelog 2010-07-08 15:46:41 +0000
138@@ -1,3 +1,10 @@
139+indicator-application (0.2.2-0ubuntu1~ppa1) lucid; urgency=low
140+
141+ * New upstream release.
142+ ∘ Work with updated container signal names
143+
144+ -- Ted Gould <ted@ubuntu.com> Thu, 08 Jul 2010 10:28:24 -0500
145+
146 indicator-application (0.2.1-0ubuntu1) maverick; urgency=low
147
148 [ Ted Gould ]
149
150=== modified file 'docs/reference/libappindicator-docs.sgml'
151--- docs/reference/libappindicator-docs.sgml 2010-06-21 19:13:54 +0000
152+++ docs/reference/libappindicator-docs.sgml 2010-07-08 15:46:41 +0000
153@@ -8,7 +8,7 @@
154 <bookinfo>
155 <title>libappindicator Reference Manual</title>
156 <releaseinfo>
157- for libappindicator 0.2.1
158+ for libappindicator 0.2.2
159 </releaseinfo>
160 </bookinfo>
161
162
163=== modified file 'docs/reference/version.xml'
164--- docs/reference/version.xml 2010-06-21 19:13:54 +0000
165+++ docs/reference/version.xml 2010-07-08 15:46:41 +0000
166@@ -1,1 +1,1 @@
167-0.2.1
168+0.2.2
169
170=== modified file 'src/app-indicator.c'
171--- src/app-indicator.c 2010-06-18 16:22:56 +0000
172+++ src/app-indicator.c 2010-07-08 15:46:41 +0000
173@@ -1408,12 +1408,12 @@
174 container_iterate,
175 child);
176 g_signal_connect_object (submenu,
177- "add",
178+ "child-added",
179 G_CALLBACK (submenu_changed),
180 child,
181 0);
182 g_signal_connect_object (submenu,
183- "remove",
184+ "child-removed",
185 G_CALLBACK (submenu_changed),
186 child,
187 0);
188@@ -1552,11 +1552,11 @@
189 check_connect (self);
190
191 g_signal_connect (menu,
192- "add",
193+ "child-added",
194 G_CALLBACK (client_menu_changed),
195 self);
196 g_signal_connect (menu,
197- "remove",
198+ "child-removed",
199 G_CALLBACK (client_menu_changed),
200 self);
201 }

Subscribers

People subscribed via source and target branches

to all changes: