]> git.saurik.com Git - wxWidgets.git/blame - debian/changelog
Remove static libs from package build.
[wxWidgets.git] / debian / changelog
CommitLineData
eedbe999
RL
1wxwidgets2.5 (2.5.5.1) unstable; urgency=low
2
3 * Last chance.
4 * Conflict with wxwin2.4-i18n. Due to inertia, it really
5 does. Sorry if you are not a gringo and want both 2.4 and
6 2.5 apps localised on the same machine. Maybe for 2.6.1.
7 Bitch upstream if you want it fixed.
8 * Don't package the static libs anymore for wxGTK.
9 Blame drepper for encouraging their obsolescence If you dare.
10 * Trim the configure options to reflect the new defaults.
11
12 -- Ron Lee <ron@debian.org> Mon, 11 Apr 2005 22:43:58 +0930
13
8ec45325
RL
14wxwidgets2.5 (2.5.4.0) unstable; urgency=low
15
16 * Experimental snapshot.
17 * More bakefile bogosity manually patched. Closes: #294998
18 * Fix stray conflicts with 2.4. Closes: #287623
19 * Fixes lack of version checking in wxPython examples.
20 Closes: #287772
21 * Fixes FTBFS on ppc. Closes: #285186
eedbe999 22 * Enable gnomeprint, Closes: #284943 satisfactorily I hope.
8ec45325
RL
23
24 -- Ron Lee <ron@debian.org> Sun, 13 Feb 2005 16:52:38 +1030
25
26wxwidgets2.5 (2.5.3.3) unstable; urgency=low
27
28 * Experimental snapshot.
29
30 -- Ron Lee <ron@debian.org> Tue, 8 Feb 2005 12:30:45 +1030
31
3b57de8b
RL
32wxwidgets2.5 (2.5.3.2) unstable; urgency=low
33
34 * This time, really now.
35 A snapshot that is actually ready for wider release.
36 Thanks to all who've been patient. We know who you are.
37 * Update path to wxPython site-packages, build them with
38 --no_rpath since we will install the in tree build.
39
40 -- Ron Lee <ron@debian.org> Thu, 11 Nov 2004 11:01:00 +1030
41
54e83ca5
RL
42wxwidgets2.5 (2.5.3.1) unstable; urgency=low
43
44 * Functioning concurrent installs for both the C++ libs
45 and wxPython along with legacy support for existing 2.4
46 users mean we can now safely introduce this release to
47 unstable without an adverse effect on existing users.
48
49 -- Ron Lee <ron@debian.org> Sun, 31 Oct 2004 15:54:46 +1030
50
a13a7f89 51wxwidgets2.5 (2.5.3.0) experimental; urgency=low
fdec3549
RL
52
53 * Experimental prerelease.
54
55 -- Ron Lee <ron@debian.org> Wed, 22 Sep 2004 03:29:56 +0930
56
ceec2216
RL
57wxwidgets2.5 (2.5.2.3) experimental; urgency=low
58
59 * Greatly improved concurrent installs. We can now install
60 a much wider range of builds without conflicting and select
61 between them without the need to go changing symlinks or
62 the suite of applications you have installed.
63 * Contrib is dead. Long live contrib.
64 Better multi-library builds have made contrib more or less
65 obsolete. This is the big crunch before the boom. Everything
66 useful out of contrib has been moved back into the main package.
67 Later we will split many out again along the lines of shared
68 dependencies, so a minimal wx install really can remain minimal
69 without losing any future potential.
70
71 -- Ron Lee <ron@debian.org> Sat, 18 Sep 2004 00:59:01 +0930
72
616d1b3c 73wxwidgets2.5 (2.5.1.1) experimental; urgency=low
e1293dcf
RL
74
75 * The s/ndow/dget/g release.
76 * Yes, the name has changed and the terrorists have won again.
77 Having a name too similar to Lindows apparently makes us a
78 liability to the illusion their assailants will want to project
79 in court. Eleven or so years of unbroken, unquestioned usage
80 was not nearly so interesting to these people as the fact we
81 were a soft target and easy to deprive of due process.
b63b07a8 82 * wxGTK is now built with gtk2 and unicode support.
e1293dcf
RL
83 * wxBase is no longer a separate package, it is built with the
84 GUI libs which now depend on it. We might split it out again
85 one day if there is a need for that.
86 * Added support for GNU/K*BSD (thanks again to Robert Millan).
87 * Non-core functionality is now provided by separate libraries
88 rather than simply being built into a single behemoth unit.
89 Of course, given the way these things work, almost none of
90 them are actually smaller, and the load time is unlikely to
91 improve either, but the logical separation may be beneficial.
92 * Removed many elements of the build scripts that are no longer
93 required due to improvements and changes elsewhere.
b63b07a8
RL
94 * Added README.examples for people who think these are packaged
95 as demos instead of as extended documentation.
e1293dcf
RL
96
97 -- Ron Lee <ron@debian.org> Fri, 27 Feb 2004 17:00:29 +1030
98
8155b640
RL
99wxwindows2.5 (2.5.0) unstable; urgency=low
100
101 * New beginnings. Back to development flavored chaos again.
102
103 -- Ron Lee <ron@debian.org> Thu, 19 Dec 2002 01:08:50 -0800
104
6181913e
RL
105wxwindows2.4 (2.4.2.6) unstable; urgency=high
106
107 * High urgency so as not to reset the shotclock for getting wx and
108 its deps moving into testing. All changes since the last release
109 are superficial.
110 * Reapply HURD/K*BSD patch fragment that should not have been reverted.
111 Closes: #217726 (Make a wish, the third time is lucky so I'm told.)
112 * Updated .po files.
113
114 -- Ron Lee <ron@debian.org> Mon, 2 Aug 2004 14:50:07 +0930
115
116wxwindows2.4 (2.4.2.5) unstable; urgency=medium
117
118 * Medium urgency to keep things moving for the libtiff fudge.
119 * Switch to dhv4, libtiff4.
120 * Fix menu quoting.
121 * Whittled down on some of the build config scripts that weren't
122 really earning their weight.
123 * Check for DISTCC_HOSTS and set the number of make -j jobs according
124 to the number of hosts it contains.
125 * Purge the .pyc from site-packages/wx too. They are generated on
126 site at install time.
127 * Includes type correctness fix for 64bit arch's. Closes: #197661
128 * Merged patches from Robert Millan for HURD/K*BSD support back from
129 cvs head. Closes: #217726
130 * Store the python version we preconfigure virgin source with, then
131 people don't need the default python package installed to build
132 from source, just the packages declared in the build-deps. Fix
133 the -python postinst to use this when byte compiling too.
134 Closes: #259128 (and fixes #258529)
135 * Added README.examples to explain that these examples are extended
136 documentation for coders, rather than trial apps for users.
137 Closes: #212894
138 * Dropped the examples from the demos subdir, the samples cover a lot
139 more ground than they used to and are generally more up to date,
140 it's also no longer hard to find a broad range of real applications
141 with source. Provided more external pointers in the README.
142 Closes: #258530 after discussion with the submitter. This is a bit
143 less c++ for your python, but I'm not convinced yet that either half
144 is such a burden on the other as to warrant an extra package here
145 at this stage.
146 * Fix linking of wxgtk_gl to include the proper dependency on wxgtk.
147 Remove suggestion of libgl1, by declaring the full library dependency
148 we now automatically insist on it. Closes: #262027
149 * Include wxrc and wxrcedit in contrib-dev. Added a simple man page
150 and a menu entry for wxrcedit. Closes: #261811
151 * Update gl sample makefiles to use --gl-libs. Thanks to Rich Walker
152 for picking this up. Closes: #246169
153 * Enable the building of a libwxgtk-dbg-python package, but do not
154 build and upload it by default at this stage. Closes: #220568
155 * Does not fix #239782, sorry.
156
157 -- Ron Lee <ron@debian.org> Wed, 28 Jul 2004 03:21:42 +0930
158
e1293dcf
RL
159wxwindows2.4 (2.4.2.4) unstable; urgency=low
160
161 * Modified build scripts to use pythonX.Y instead of python(>=X.Y)
162 * Removed bogus hard coded python2.2-xml. Closes: #216182
163 * Enabled iostream support despite my opinion of this c++ 'feature'.
164 Closes: #211050
165 * Event handling for menus with bitmaps fixed. Closes: #214788
166 * Includes fixes for wxHTTP and wxURL parsing. Closes: #211023, #213600
167
168 -- Ron Lee <ron@debian.org> Sat, 25 Oct 2003 13:48:07 +0930
169
170wxwindows2.4 (2.4.1.2) unstable; urgency=low
171
172 * New stable release. Closes: #198622
173 * Ack python NMU changes, Thanks Josselin!
174 * Hurd support added to configure. Closes: #191581
175 * Fixes ctrl-tab problem with pyslsk. Closes: #187923
176 * Fixed configure for autoconf 2.57-3. Closes: #190755
177 * Added conflict/replace for -doc. Closes: #202242
178
179 -- Ron Lee <ron@debian.org> Fri, 22 Aug 2003 15:59:12 +0930
180
181wxwindows2.4 (2.4.0.8-0.1) unstable; urgency=low
182
183 * NMU for python transition.
184 * Build-depend and depend on python 2.3 (closes: #204737).
185
186 -- Josselin Mouette <joss@debian.org> Wed, 13 Aug 2003 22:21:48 +0200
187
188wxwindows2.4 (2.4.0.9) unstable; urgency=low
189
190 * Updated package sections to suit the new taxonomy.
191 * No public release of this version.
192
193 -- Ron Lee <ron@debian.org> Sat, 19 Apr 2003 20:13:39 -0700
194
195wxwindows2.4 (2.4.0.8) unstable; urgency=low
196
197 * The "I wish people would read the existing discussion about new releases
198 before posting 'reminder' bugs" release. Closes: #189144
199 * Moved back to using png2. gtk1 forces that on anything using it and
200 gtk2 support is still too flakey both in wx and dependent apps for
201 us to entertain it in a stable release. This is a *really* messed
202 up situation for anyone trying to maintain a development machine.
203 Thank the png and gtk theme people if its a pain in your ass too.
204 Closes: #186779
205 * Add real package options to the gl build deps. Closes: #182210
206 * Really fix the XRCed problem, unlike 2.4.0.7 ; ) Closes: #183712
207
208 -- Ron Lee <ron@debian.org> Tue, 15 Apr 2003 18:42:54 -0700
209
210wxwindows2.4 (2.4.0.3) unstable; urgency=low
211
212 * Changed Conflict to Replaces so people can use 2.4 -dev before all
213 their 2.3 deps are gone. Closes: #178305
214 * Added wxPy supplied 2.3 distutils to the source package, apparently the
215 standard 2.2 one is now insufficient. This hopefully Closes: #178457
216
217 -- Ron Lee <ron@debian.org> Mon, 27 Jan 2003 17:36:59 -0800
218
8ddf18dd
RL
219wxwindows2.4 (2.4.0.2) unstable; urgency=low
220
221 * Added missing quantize.h to install. Closes: #178135
222 * Removed unnecessary -dev deps.
223 * move wxwin.m4 &c out of the runtime package and conflict with earlier
224 versions that didn't. Also nuke some empty dir cruft that slipped by.
225 Thanks for noticing the latter Josip. Closes: #176033
226 * dinstall won't close bugs from earlier unreleased versions :(
227 see below for explanations. Closes: #162948, #171258, #168148
228 Closes: #170748, #168250, #164557, #172390, #172447, #168887
229 Closes: #155476, #155478
230
231 -- Ron Lee <ron@debian.org> Thu, 16 Jan 2003 16:46:31 -0800
232
8155b640
RL
233wxwindows2.4 (2.4.0) unstable; urgency=low
234
235 * The fingers crossed release.
0ecfbbea
RL
236 * de.po typo fix. Closes: #174084
237 * tr.po stable tree patch. Closes: #174667
238 * Add a manpage for the wxPython scripts pointing to the pydoc docs.
239 * Disabled generation of gtk-univ, it is a rather insensible combination
240 now and should be replaced by x11-univ instead.
094e328c
RL
241 * There had to be some payoff to all the delays -- a clean gcc3.2
242 transition :-) This package certainly obsoletes 2.3.3.2 and I'll
243 be seeking to finally have 2.2.9.2 removed as well once Audacity
244 is updated.
8155b640
RL
245
246 -- Ron Lee <ron@debian.org> Thu, 19 Dec 2002 00:50:48 -0800
247
248wxwindows2.3 (2.3.4.1) unstable; urgency=low
2b5f62a0
VZ
249
250 * 2.4.0pre1 I guess.
251 * Added -ffunction-sections for broken hppa linker. Closes: #162948
8155b640
RL
252 * Conflict/Replace wxPython2.2. Since its nmu these two packages
253 can no longer currently coexist. Closes: #171258
254 * xrced.py path search fixed. Closes: #168148, #170748
255 * Actually install all wxUniv headers to the header package.
256 Closes: #168250, #164557
257 * Robin tells me this one should be fixed in 2.3 too, I can't confirm
258 so please reopen if it's not. Closes: #172390
259 * Added menu items for pycrust/pyshell, thanks Martin. Closes: #172447
260 * Broken header fixed. Closes: #168887
2b5f62a0
VZ
261
262 -- Ron Lee <ron@debian.org> Mon, 18 Nov 2002 18:54:21 -0800
263
264wxwindows2.3 (2.3.3.2) unstable; urgency=low
265
266 * The one more for luck release.
267 * Debian-wise, it fixes the problem with contrib lib name clashes;
268 code-wise, lots of little issues (and a couple of big 'uns) from
269 2.3.3 -- see the more regular change or cvs logs for details...
270 * Yes, it's still the unstable branch, yes the request for testing
271 to see if we can reasonably obsolete 2.2 in post-woody debian
272 is still current, and yes we're still working toward a stable
273 2.4 release as fast as we can. Big thanks to everyone who's
274 been patient and/or active fixing things.
275
276 -- Ron Lee <ron@debian.org> Thu, 26 Sep 2002 17:43:05 -0700
277
278wxwindows2.3 (2.3.3.1) unstable; urgency=low
279
280 * Ok, Robin says wxPython is good to go.
281 * Since wx2.2 has crashed and burned with the new releases of
282 python and png, Could package maintainers with packages that
283 depend on wx please recompile with this package and let me
284 know if they still need 2.2 in woody? If not I'll have them
285 removed. There should be a 2.4 release following very soon.
286 (hah, let's see how the date on that comment testifies!)
287 * Yes, I know wxpython is missing man pages for some of its
288 scripts. File a bug if you must, but preferably, if you know
289 what they do, attach a patch containing one. I don't use them
290 myself or could even do more than guess what they do today.
291 Sorry, C++.
292
293 -- Ron Lee <ron@debian.org> Thu, 19 Sep 2002 16:25:12 -0700
294
a0d927d1
RL
295wxwindows2.3 (2.3.3) unstable; urgency=low
296
e0252fb6
RL
297 * The "If it sucks, You whined for it!" release.
298 * It's also STILL our unstable branch, so I'll probably summarily
299 close any bugs related to that fact. Please report bugs in
300 the code to wx-dev@lists.wxwindows.org (or the wx bug tracker on
301 SourceForge) and not the debian BTS. They'll get to the right
302 people much faster that way. Packaging bugs to the BTS per normal.
303 Thanks!
304 Closes: #155476, #155478
a0d927d1
RL
305 * New dynamic library/object loading code.
306 * Fixes several showstoppers from 2.3.2
e0252fb6
RL
307 * wxPython now built with python2.2
308 * Depend explicitly on libpng3-dev, hopefully that will stay the
309 right thing a little longer. Closes: #143439
310 * Various wxPython issues all likely to be entirely different in 2.3
311 Please reopen (and/or tell Robin :) if they aren't fixed.
312 Closes: #153276, #124372, #146757, #148062, #146303
313 * Broken package managers are not my problem, unless enough people
314 think so to make it policy. Autogenerated bugs for things like
315 this suck too, just btw. If you're going to autogenerate menial
316 labor for people, at least autogenerate a patch to go along with
317 it. Closes: #130971, #130989, #130992
a0d927d1
RL
318
319 -- Ron Lee <ron@debian.org> Wed, 19 Dec 2001 15:41:31 -0800
320
3a922bb4 321wxwindows2.3 (2.3.2) unstable; urgency=low
22e0f699 322
3a922bb4 323 * Major Overhaul. First serious release contender.
f1687ed8
RL
324
325 Added .dll's to msw-cross packages.
326 Added -dbg versions of the cross packages.
327 Added experimental -univ(gtk) package.
76314141 328 Switched to python 2.1
22e0f699 329
3a922bb4 330 -- Ron Lee <ron@debian.org> Thu, 27 Sep 2001 05:55:07 -0700
22e0f699 331
3a922bb4
RL
332wxwindows2.3 (2.3.1) unstable; urgency=low
333
334 * 2.3.1 test debs -- still not QA'd for general release yet.
335
336 -- Ron Lee <ron@debian.org> Sun, 10 Jun 2001 20:10:36 -0700
337
338wxwindows2.3 (2.3.0) unstable; urgency=low
050207ec
RL
339
340 * Updated 2.2 build scripts for 2.3
341 * initial test builds, please do not release..
342
343 -- Ron Lee <ron@debian.org> Sat, 27 Jan 2001 01:51:24 -0800
344
e0252fb6
RL
345wxwindows2.2 (2.2.9.2) unstable; urgency=high
346
347 * Fix wxPython gl bug. Closes: #130758
348 * Add versioned build dep on the -dev package too
349 to help avoid the 'png fiasco' for packages built
350 with wx. (Thanks Joshua) Closes: #131355
351
352 -- Ron Lee <ron@debian.org> Fri, 25 Jan 2002 03:11:28 -0800
353
354wxwindows2.2 (2.2.9.1) unstable; urgency=high
355
356 * recompile with libpng2.. oops. Closes: #129762
357
358 -- Ron Lee <ron@debian.org> Mon, 21 Jan 2002 13:20:00 -0800
359
360wxwindows2.2 (2.2.9) unstable; urgency=high
361
362 * fix for arches with unsigned char as default.
363 * high urgency because this fix really should get
364 into woody.
365 Closes: #127014
366
367 -- Ron Lee <ron@debian.org> Mon, 31 Dec 2001 06:53:27 -0800
368
369wxwindows2.2 (2.2.8.5) unstable; urgency=low
0b9ab0bd
RL
370
371 * Add wxSIZE_T_IS defines to setup.h
372 Add automate that to my TODO list.
373
374 -- Ron Lee <ron@debian.org> Tue, 27 Nov 2001 05:55:47 -0800
375
41b0a113
RL
376wxwindows2.2 (2.2.8.4) unstable; urgency=low
377
378 * Put the (modified) size_t == ulong kludge back into sndwav.cpp
379 it's still needed until wxDataOutputStream is made 64 bit
380 friendly, which may not happen for 2.2 since it will probably
381 not be binary compatible.
382 * caps a memory leak in the jpeg handler.
383
384 -- Ron Lee <ron@debian.org> Sun, 25 Nov 2001 11:53:59 -0800
385
386wxwindows2.2 (2.2.8.3) unstable; urgency=low
387
388 * Backported size_t test from 2.3 tree, removes the need for
389 specific tests for various 64 bit platforms including now
390 S/390 (thanks to Gerhard Tonn for the report).
391 Closes: #120768
392
393 -- Ron Lee <ron@debian.org> Fri, 23 Nov 2001 20:53:49 -0800
394
10916a4f
RL
395wxwindows2.2 (2.2.8.2) unstable; urgency=low
396
397 * python-dev doesn't get me python? More bytes in Build-Dep then
398 I guess ... Closes: #119954
399
400 -- Ron Lee <ron@debian.org> Sun, 18 Nov 2001 04:28:41 -0800
401
76314141
RL
402wxwindows2.2 (2.2.8.1) unstable; urgency=low
403
404 * Rebuild for python2.1 Closes: #119226, #118835
405
406 -- Ron Lee <ron@debian.org> Mon, 12 Nov 2001 21:47:38 -0800
407
4fb788e4 408wxwindows2.2 (2.2.8) unstable; urgency=medium
3a922bb4
RL
409
410 * Fixed bogus samples makefile. Closes: #110061
411 * Added ability to build wxMSW-cross packages, but they
412 are not built and distributed by default.
413
414 If you think such creatures belong in the archive,
4fb788e4 415 see README.Debian
3a922bb4
RL
416
417 * Pruned more inapplicable files from the raw cvs source,
418 cleaned configure.in and removed the need for a common setup.h,
419 removed superfluous library links and generally tweaked things
420 so as to make adding new ports easier.
421 * added --gl-libs flag to wx-config.
4fb788e4
RL
422 * added wx2.4 forward compatible event macros.
423 * added build fixes for IA64 from Jeff Licquia, and fixed clean
424 rules to pick up unnoticed strays that effected NMU builds.
425 Thanks Jeff. Closes: #101734, #104679 (fixed in NMU)
426 * Medium urgency since several other packages are waiting
427 for this to get into testing.
3a922bb4
RL
428
429 -- Ron Lee <ron@debian.org> Thu, 30 Aug 2001 15:41:49 -0700
430
e0f33cf1
RL
431wxwindows2.2 (2.2.7) unstable; urgency=medium
432
433 * The "Testing Tarantella" release.
434 * various small control (mis)behaviours corrected.
435 * added missing build-dep for gettext.
3a922bb4
RL
436 * updated wxPython description, Closes: #102689
437 * Never publicly released, oh well.
e0f33cf1 438
3a922bb4 439 -- Ron Lee <ron@debian.org> Sun, 10 Jun 2001 19:32:46 -0700
e0f33cf1 440
3abb92ce
RL
441wxwindows2.2 (2.2.6.1) unstable; urgency=low
442
443 * fix rules so it really doesn't build -indep for ports
3a922bb4 444 and fixed ambiguous overload bug in mmedia contrib.
3abb92ce
RL
445 This time it will build on alpha for sure. Really. :)
446 Closes: #92288
447 * added extra -dev package deps. Closes: #91364
448
3a922bb4 449 -- Ron Lee <ron@debian.org> Sat, 7 Apr 2001 06:49:58 -0700
3abb92ce 450
afa3e1ed 451wxwindows2.2 (2.2.6) unstable; urgency=low
050207ec 452
afa3e1ed
RL
453 * changed i18n package back to building during arch phase
454 so we can reap the .mo files as they are created. Closes: #86174
455 * OBCBLR Closes: #84692
456 * fix wxPython build gremlin. Closes: #89209, #85129
7b67fc42
RL
457 * tweaked wx-config alternatives priority to favour the most
458 likely default use.
afa3e1ed
RL
459 * general buglet count reduced.
460
3a922bb4 461 -- Ron Lee <ron@debian.org> Thu, 8 Mar 2001 21:10:07 -0800
afa3e1ed
RL
462
463wxwindows2.2 (2.2.5.1) unstable; urgency=low
464
465 * "This One's for Dirk" Closes: #84696
466 * 2.2.5 has known issues and will not be released for Debian.
050207ec
RL
467 * Fixed parser.y for Alpha builds (#82949)
468 * changed mesa dependency to the virtual libgl package and
469 added Conflicts for the old 2.1 packages (which are now
470 gone from woody anyway) Closes: #80120, #70778, #70779, #70780
471 * wxPython now builds as a single unit (including contrib)
472 so removed the libwxgtk-python-contrib package
afa3e1ed
RL
473 * updated translations
474 * new event table macro to enable code being written with 2.2
475 to be forward compatible with the changes in 2.4
476 * numerous sundry bugfixes
050207ec
RL
477
478 -- Ron Lee <ron@debian.org> Wed, 24 Jan 2001 18:51:24 -0800
479
480wxwindows2.2 (2.2.2) unstable; urgency=low
481
482 * added missing dependancy for contrib-dev package. Closes: #70880
483 * by popular demand, added a package with the python-contrib libs.
484 * more tweaks to deb/rules. autodetect the python install location,
485 and cache the results of configure tests for all packages.
486 * and of course a whole stack of minor fixes in the main codebase too.
487
488 -- Ron Lee <ron@debian.org> Tue, 5 Sep 2000 18:51:24 +0930
489
f6bcfd97 490wxwindows2.2 (2.2.1) unstable; urgency=low
e4c4c1c6 491
050207ec
RL
492 * wxWin 2.2.1 stable release.
493 * First upload to deb.org after repackaging to build directly from
494 upstream cvs.
495 * still not quite lintian clean yet:
496 - wxPython lib can't be built with a proper soname yet.
497 - the -dbg packages need an override for the shlib symlink.
498 - and a couple of packages have the lib symlink 'before the
499 lib', but that's ugly to fix right now, they aren't critical
500 libs, and allegedly this will be handled by dpkg sometime soon.
501 * moved full licence text into copyright file.
e4c4c1c6
RL
502
503 -- Ron Lee <ron@debian.org> Sun, 13 Feb 2000 18:40:00 +1030
504
505Local variables:
506mode: debian-changelog
507End: