File: changelog

package info (click to toggle)
menu-cache 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,000 kB
  • ctags: 776
  • sloc: sh: 11,269; ansic: 4,944; makefile: 152
file content (241 lines) | stat: -rw-r--r-- 8,501 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
menu-cache (1.0.2-3) unstable; urgency=medium

  * Adding 02-Fix-potential-access-violation.patch from upstream
    (Closes: #862570).

 -- Andriy Grytsenko <andrej@rep.kiev.ua>  Sun, 14 May 2017 22:41:22 +0300

menu-cache (1.0.2-2) unstable; urgency=medium

  * Removing override_dh_builddeb target from debian/rules, it fails on 32-bit
    archs.
  * Adding 01-Fix-crash-with-invalid-Name-tag-in-a-menu.patch from upstream
    (Closes: #849356, #851748, LP #1558407).

 -- Andriy Grytsenko <andrej@rep.kiev.ua>  Mon, 24 Apr 2017 23:02:01 +0300

menu-cache (1.0.2-1) unstable; urgency=medium

  * Merging upstream version 1.0.2 (LP: #1635438).
  * Bump Standards-Version to 3.9.8.

 -- Andriy Grytsenko <andrej@rep.kiev.ua>  Sun, 06 Nov 2016 19:17:53 +0200

menu-cache (1.0.1-1) unstable; urgency=low

  * Enabling parallel build (pass --parallel to dh).
  * Changing Maintainer e-mail to Alioth based one.
  * Merging upstream version 1.0.1.

 -- Andriy Grytsenko <andrej@rep.kiev.ua>  Mon, 07 Dec 2015 14:03:28 +0200

menu-cache (1.0.0-1) unstable; urgency=low

  * Merging upstream version 1.0.0:
    - Fixed bug when cache was not updated while it should.
    - Added Log Domain "Menu-Cache" for better library logging messages.
  * Setting NEWS file as ustream changelog (satisfy lintian notice).
  * Adding lintian-overrides file for debian-watch-may-check-gpg-signature.
  * Adding lintian override for false positive hardening-no-fortify-functions
    on menu-cached.

 -- Andriy Grytsenko <andrej@rep.kiev.ua>  Thu, 23 Oct 2014 16:48:31 +0300

menu-cache (1.0.0~rc1-1) unstable; urgency=low

  * Revert "Fixing priorities on -dev and -doc packages: should be 'extra'."
  * Adding libglib2.0-dev into Depends for libmenu-cache-dev.
  * Removing intltool from Build-Depends: it's never required to build.
  * Bump Standards-Version to 3.9.6.
  * Merging upstream version 1.0.0-rc1.
  * Updating debian/copyright file.
  * Updating symbols file to new APIs.

 -- Andriy Grytsenko <andrej@rep.kiev.ua>  Sun, 28 Sep 2014 19:48:23 +0300

menu-cache (0.7.0-1) unstable; urgency=low

  * Fixing priorities on -dev and -doc packages: should be 'extra'.
  * Merging upstream version 0.7.0.
  * Updating debian/copyright file.
  * Adding libfm-dev (>= 1.2.0) into Build-Depends since it requires
    libfm-extra now.

 -- Andriy Grytsenko <andrej@rep.kiev.ua>  Sat, 06 Sep 2014 19:47:24 +0300

menu-cache (0.6.1-1) unstable; urgency=low

  * Updating Breaks on libmenu-cache-bin to libmenu-cache3 << 0.6.0.
  * Using autoreconf instead of autotools-dev (Closes: #756424).
  * Merging upstream version 0.6.1.

 -- Andriy Grytsenko <andrej@rep.kiev.ua>  Tue, 26 Aug 2014 20:39:06 +0300

menu-cache (0.6.0-1) unstable; urgency=low

  * Bump Standards-Version to 3.9.5.
  * Updating watch file to support XZ tarball format and non-numeric versions.
  * Removing duplicate "Section: libs" from binary packages.
  * Replacing direct Pre-Depends on multiarch-support (fix lintian warning).
  * Merging upstream version 0.6.0.
  * Adding libmenu-cache-bin-dbg package with debug symbols data.
  * Updating copyright file (Closes: #719490).
  * Moving libmenu-cache-bin files out of multiarch path.
  * Updating multiarch support, multiarch-aware packages should have Multi-Arch
    field.
  * Correcting packages descriptions a bit.

 -- Andriy Grytsenko <andrej@rep.kiev.ua>  Sun, 10 Aug 2014 00:18:29 +0300

menu-cache (0.5.1-1) unstable; urgency=low

  [ Andriy Grytsenko ]
  * Bump Standards-Version to actual one (fixes lintian warning, see QA 
    page).
  * Adding files NEWS to libmenu-cache documentation.
  * Adding libmenu-cache-doc package with developers documentation.
  * Adding suggestion on libmenu-cache-doc package from 
    libmenu-cache-dev.
  * Adding libmenu-cache-dbg package.
  * debian: new package libmenu-cache-bin: binaries should not come with 
    library.
  * Removing --libexecdir from configure parameters.
  * Adding Conflicts: libmenu-cache1-dev for libmenu-cache-dev
  * Adding libmenu-cache3.symbols due to standards 3.9.4 requirement.
  * Adding Replaces: libmenu-cache1-dev for libmenu-cache-dev
    (Closes: #722113).
  * Merging upstream version 0.5.1 (Closes: #721885).
  * Adding --disable-silent-rules to fix buildlog checker warning.

 -- Andrew Lee (李健秋) <ajqlee@debian.org>  Wed, 20 Nov 2013 16:29:46 +0800

menu-cache (0.5.0-1) unstable; urgency=low

  [ Andriy Grytsenko ]
  * Merging upstream version 0.5.0.
  * Renaming libmenu-cache1-dev into proper unversioned package.
  * Changing libmenu-cache1 into libmenu-cache3 due to ABI change.
  * Enabling hardening.
  * Adding Conflicts: libmenu-cache1 for libmenu-cache3.

  [ Andrew Lee (李健秋) ]
  * Update uploaders field for Daniel and Andriy. (Closes: #704352)

 -- Andrew Lee (李健秋) <ajqlee@debian.org>  Thu, 08 Aug 2013 23:00:20 +0800

menu-cache (0.3.3-1) unstable; urgency=low

  * Merging upstream version 0.3.3.
  * Removing binutils-gold.patch, included upstream.

 -- Daniel Baumann <daniel@debian.org>  Sun, 20 May 2012 20:12:11 +0200

menu-cache (0.3.2-4) unstable; urgency=low

  * Moving package to priority optional.

 -- Daniel Baumann <daniel@debian.org>  Sun, 20 May 2012 07:39:17 +0200

menu-cache (0.3.2-3) unstable; urgency=low

  * Updating maintainer field.
  * Adding myself to uploaders.
  * Updating vcs fields.
  * Removing whitespaces at EOL and EOF.
  * Updating package to debhelper version 9.
  * Updating package to standards version 3.9.3.
  * Sorting source fields.
  * Sorting build-depends.
  * Sorting depends.
  * Sorting packages.
  * Updating homepage field.
  * Rewriting copyright file machine-readable format version 1.0.
  * Prefixing debhelper files with package name.
  * Rediffing binutils-gold.patch with common diff options.
  * Minimizing rules file.
  * Switching to xz compression for both the source and the binary
    packages.
  * Updating.
  * Updating package descriptions.
  * Simplyfing debhelper install files.
  * Removing debian readme, does only repeat what package description
    already contains.
  * Decrufting watch file.
  * Adding pre-depends to multiarch-support.

 -- Daniel Baumann <daniel@debian.org>  Sun, 15 Apr 2012 16:11:59 +0000

menu-cache (0.3.2-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Don't ship .la files (Closes: #620586).
  * Rename debian/source/option to the recognised options.

 -- Luk Claes <luk@debian.org>  Mon, 27 Jun 2011 07:22:23 +0200

menu-cache (0.3.2-2) unstable; urgency=low

  * Added soname in libexec dir path. (Closes:#573119)
  * Added soname for -dev binary package name
  * Enable team maintenance:
    - mailing list on alioth: Debian LXDE Packaging Team
        <pkg-lxde-maintainers@lists.alioth.debian.org>
    - git repo on collab-maint:
        http://git.debian.org/?p=collab-maint/lxsession.git;a=summary

 -- Andrew Lee (李健秋) <ajqlee@debian.org>  Sun, 14 Mar 2010 17:58:12 +0700

menu-cache (0.3.2-1) unstable; urgency=low

  * New upstream release
    - Fixed a bug to prevent lxpanel hangs
    - Bumped soname
  * debian/control:
    - Added conflicts on lxpanel ( =< 0.5.4.1-1 ) to avoid crash
    - Added Vcs-Git and Vcs-Browser tags
  * Apply libtool-fix.patch (Closes:#558582)
  * Switch to dpkg-source 3.0 (quilt) format

 -- Andrew Lee (李健秋) <ajqlee@debian.org>  Sun, 07 Mar 2010 19:30:20 +0800

menu-cache (0.3.1-1) unstable; urgency=low

  * New upstream release
    - Fixed a problem that cause lxpanel to hang

 -- Andrew Lee (李健秋) <ajqlee@debian.org>  Tue, 16 Feb 2010 22:55:10 +0800

menu-cache (0.3.0-1) unstable; urgency=low

  * New upstream release
    - Bug fixes for libfm and lxpanel 0.5.5
  * Bumped Standard-Version 3.8.4

 -- Andrew Lee (李健秋) <ajqlee@debian.org>  Mon, 15 Feb 2010 18:39:41 +0800

menu-cache (0.2.6-1) unstable; urgency=high

  * New upstream release
    - Fixed invalid pointers
    - Fixed memory leaks
  * Marked urgency=high
  * Fix debian/watch file
  * Bumped Standard-Version to 3.8.3

 -- Andrew Lee (李健秋) <ajqlee@debian.org>  Mon, 09 Nov 2009 18:38:57 +0800

menu-cache (0.2.5-2) unstable; urgency=low

  * Applied 01_fix_infinite_loop.dpatch
  * debian/control:
    - Build-depends on intltool, dpatch
  * debian/rules:
    - autoreconf -fiv

 -- Andrew Lee (李健秋) <ajqlee@debian.org>  Sat, 15 Aug 2009 21:54:17 +0800

menu-cache (0.2.5-1) unstable; urgency=low

  * Initial release (Closes: #525811)

 -- Andrew Lee <andrew@linux.org.tw>  Tue, 28 Apr 2009 23:55:28 +0800