[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA-dev: 1.4.1 release libgeda SO version
On Tue, 2008-11-11 at 20:30 +1100, Hamish Moffatt wrote:
> On Wed, Oct 29, 2008 at 12:49:49PM +0000, Peter Clifton wrote:
> > Get 1.4.1 in Debian (is "testing" accepting new packages at the
> moment,
> > or is it gearing up for a new release - if not, we might have to see
> if
> > Ubuntu will package it directly).
>
> 'testing' is frozen pending release of lenny. 1.4.1 would not qualify
> for a freeze exemption unless it's purely bug fixes and even then it's
> unlikely.
It is purely bug-fixes, and we ensured no ABI breakage. One of the fixes
cures a very nasty crash bug which somehow crept into 1.4.0, where
gschem would crash when you delete an attribute from a net.
That bug alone, I think warrants that we _try_ to see if 1.4.1 or 1.4.2
could be included in Lenny. (Alternatively, just back-port that single
patch).
The only missing thing from 1.4.1 was we forgot to bump the SO version's
minor / micro number. We are thinking of doing a 1.4.2 release shortly,
with a few more non-ABI breaking, bug-fix only commits, and for that we
will (hopefully) not forget to bump the minor / micro libgeda SO
version.
Here is the complete ChangeLog, 1.4.0->1.4.1:
commit 6cb66fef58470e627bbf33eac4a50d928a15b4c7
Author: Ales Hvezda <ahvezda@seul.org>
Date: Sun Sep 28 17:41:58 2008 -0400
Another round of updating ChangeLogs in prep for the release
commit c2c43bcb99899d4767450818811d43afabde40d8
Author: Ales Hvezda <ahvezda@seul.org>
Date: Sun Jul 6 21:51:28 2008 -0400
Removed some m4 files which no longer exist
(cherry picked from commit 2740891d2b1a2e9b8ad0ef27ef1cb54ec47f9b74)
commit 58a3d3cfd1ae6e98c41b733821461d3753c68bfe
Author: Ales Hvezda <ahvezda@seul.org>
Date: Sun Sep 28 17:05:45 2008 -0400
Updated all ChangeLogs to pick up all new commits
This was done by by running: ./update-changelogs.sh 1.0-20070526..stable-1.4
commit e3f27757e7faf6c2ef2012848066952833242cfc
Author: Ales Hvezda <ahvezda@seul.org>
Date: Sun Sep 28 17:04:26 2008 -0400
Updated all version numbers in the man pages
commit 491e639b9147780fa58dce15c06591cf28470987
Author: Ales Hvezda <ahvezda@seul.org>
Date: Sun Sep 28 17:01:21 2008 -0400
Updated all date versions to 20080929 (today!)
The other (dotted) version was updated previously in:
7737ec1544d967202bdd425792795d00918897f2
commit c08272ad22376773b78bbaa3e08197fc8e5becc7
Author: Ales Hvezda <ahvezda@seul.org>
Date: Sun Sep 28 16:58:30 2008 -0400
Updated all po files by running make update-po (in prep for a release)
commit 206e3d690607fbc6529c0f8478a42ff4e0e052ea
Author: Peter Clifton <pcjc2@cam.ac.uk>
Date: Sun Aug 17 01:34:11 2008 +0100
Add libgeda/po/POTFILES.skip for intl/plural.c
Fixes make distcheck.
(cherry picked from commit 908ea935a7bb807927402eb8f5aa6c6a703e1792)
commit b0b9f279968fa8308e807b6708a4a67e295b8aee
Author: Peter TB Brett <peter@peter-b.co.uk>
Date: Thu Aug 14 19:02:15 2008 +0100
Don't crash on zero snap grid spacing [2026598]
If snap grid spacing is set to zero, behave the same as if snap is
disabled.
commit 48bcfb94d6f14d6179c268ad4663667f89dda179
Author: Patrick Bernaud <b-patrick@wanadoo.fr>
Date: Thu Aug 14 17:52:03 2008 +0100
Fix memory leak in gschem.
When processing file names passed on command line, the pathname built
for each one was not freed.
commit 0f01007769d117cb84877b5a261f888f732a0178
Author: Werner Hoch <werner.ho@gmx.de>
Date: Thu Aug 14 17:52:03 2008 +0100
libgeda: fixed EOL handling for mixed windows/linux usage
A file that is created on windows with windows EOL characters
may not be read into gschem without errors on Linux. This fix
strips off leading and trailing CR characters when reading a
single line from the textbuffer.
Bug reported by Thomas Arndt [#1993952]
The bug was introduced with commit 40833189228f8edeff
commit fa60f2c43a4c65013ffeec918e39d72267a97f85
Author: Werner Hoch <werner.ho@gmx.de>
Date: Thu Aug 14 17:52:03 2008 +0100
o_delete_text(): only call o_attrib_slot_update() for COMPLEX objects.
Fixes crash observed when deleting attributes from a net.
commit bdf240c9cfe9348edfded807e433ea8910b9f20f
Author: Werner Hoch <werner.ho@gmx.de>
Date: Thu Aug 14 17:52:03 2008 +0100
update the pinnumbers if a slot attribute is deleted
Update the slots whenever a text line that is attached to an object
gets deleted. The update checks the slotting even if there's no slot
attribut. This catches the case when the user deletes a slot attribute
and the current displayed pinnumbers are not the ones defined in the
symbol. This commit fixes [#1880221]
commit 3e5a3a547903f04e78c7b54ee68ee544418069a9
Author: Peter Clifton <pcjc2@cam.ac.uk>
Date: Thu Aug 14 17:52:02 2008 +0100
Fix verilog and VHDL netlist backends
These were inadvertently broken when making core gnetlist changes to
accomodate slotting in spice-sdb. Since the netlist backend is loaded
before gnetlist has traversed the schematic, the backends must not
execute any code which queries gnetlist on load. All such work is
to be done only when gnetlist invokes the (<backend>) method.
commit 906fb6012fe6a69f384aebc82e48ebd9ededc750
Author: Carlos Nieves Onega <cnieves@iespana.es>
Date: Thu Aug 14 17:52:02 2008 +0100
Fix missing %s in two strings.
Two strings missed %s. Thanks to Peter Clifton for reporting.
commit 5bc18e253307f2b8177dbebf5896672f401512be
Author: Werner Hoch <werner.ho@gmx.de>
Date: Fri Mar 7 19:02:19 2008 +0100
Fix drawing artefact in rubbernet drawing code
This commit is a backport of 24f0395aab9589f8e98f284e63fe77e6dc2d2836
The invalidation rectangles are to small if you're zoomed in.
The half of the net width needs to be added to the rectangels.
To do that, you have to sort the rectangle borders.
commit 7737ec1544d967202bdd425792795d00918897f2
Author: Ales Hvezda <ahvezda@seul.org>
Date: Wed Mar 5 05:22:55 2008 -0500
Updated versions to 1.4.1 in prep for the start of a new bug fix release
--
Peter Clifton
Electrical Engineering Division,
Engineering Department,
University of Cambridge,
9, JJ Thomson Avenue,
Cambridge
CB3 0FA
Tel: +44 (0)7729 980173 - (No signal in the lab!)
_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev