Comment 2 for bug 334373

Revision history for this message
Bhavani Shankar (bhavi) wrote :

Upstream changelog:

commit 24527dcb9d25d2a81b7059ca750c1a557173804f
Author: Ales Hvezda <email address hidden>
Date: Wed Dec 31 18:40:14 2008 -0500

    Manually ran make update-po in all po directories in prep for a release

commit 732a12f84d3dbc3b6cfc78f51e71211f2dce3368
Author: Ales Hvezda <email address hidden>
Date: Wed Dec 31 18:20:33 2008 -0500

    Updated program versions and shared library in prep for 1.4.3.20081231

    Versions updated by running:
     ./update-versions.sh 1.4.3 20081231 33:2:0

commit f3c81e69811a60559b9a25dd9890c2e2df85e27a
Author: Ales Hvezda <email address hidden>
Date: Sat Dec 20 21:01:52 2008 -0500

    Updated all the ChangeLogs again

commit 58052ffbcf9fb83ed620473cac7eb33dca39615c
Author: Ales Hvezda <email address hidden>
Date: Sat Dec 20 20:59:41 2008 -0500

    Oops, created the 1.4.2 release with the wrong date. Today is 20081220 ...

    ... not 20081218.

commit 389ee59aa4e37b29862395b56ae62a42cc7fa9cd
Author: Ales Hvezda <email address hidden>
Date: Sat Dec 20 20:13:16 2008 -0500

    Updated ChangeLogs for the 1.4.2.20081218 release

    Updated by running:
     ./update-changelogs.sh 1.0-20070526..stable-1.4

commit aa9e7b426142bc08e454f944ba1246c27c63e773
Author: Ales Hvezda <email address hidden>
Date: Sat Dec 20 19:12:22 2008 -0500

    Manually ran make update-po in all po directories

commit 59f9593cf903345f96f78fbd365c008061cf600e
Author: Ales Hvezda <email address hidden>
Date: Sat Dec 20 19:07:12 2008 -0500

    Bumped the reveision number libgeda's shared library and updated versions.

    Updated all version to 1.4.2.20081218. Update was done by running:
    ./update-versions.sh 1.4.2 20081218 33:1:0

commit 4eee4ebea399b332179091a0679429015223f305
Author: Peter Clifton <email address hidden>
Date: Tue Dec 9 09:14:20 2008 +0000

    gattrib: Don't crash if we can't find data in the sheet. Bug #2214739

    Check for a -1 return from s_table_get_index() before
    using to index an array. Print ugly warnings to stderr
    and skip whatever we were doing if this is encountered.

commit ad0e3027a721132c12727e1806979dadfc4af731
Author: Peter Clifton <email address hidden>
Date: Tue Dec 9 09:14:05 2008 +0000

    gattrib: Don't special-case ignore components with "graphical" attribute.

    It was noted that special-casing the "graphical" attribute could cause
    gattrib to crash on save (Bug #2214739).

    There is no real reason why the user might not want to edit a graphical
    symol's attributes with gattrib, so we should treat it like any other.

commit 2b302915fdd5c385c7515b82d5a1dd5f02bcf2aa
Author: Ales Hvezda <ahvezda@-e false.(none)>
Date: Tue Dec 9 09:12:05 2008 +0000

    Fixed up all icon-theme-installer files to work with non-bash

    Grabbed the latest icon-theme-installer files from the pcb repository
    since they have been fully patched to work with non-bash shells. On
    my ubuntu system, /bin/sh is linked to dash which prevented me from
    running the previous version of icon-theme-installer. This commit
    is related to a7e7a28613abe4705ec01011d0f4308ff024251b

commit 73b045e75d95d6633e51c5cfac63f25ea31e7c31
Author: Carlos Nieves Onega <email address hidden>
Date: Tue Dec 9 09:12:04 2008 +0000

    Changed shell from bash to sh in icon-theme-installer

    Changed shell from bash to sh in icon-theme-installer.
    This commit is still not tested in non-bash systems.

    Applied partially geda patch #1978537 (only bash to sh
    change, not removal of $INSTALL_DATA_EXEC check) from
    anonymous contributor and Dan McMahill's test case
    change in line 103 from:

    http://pcb.cvs.sourceforge.net/pcb/pcb/icon-theme-installer?r1=1.1&r2=1.2

commit 6cb66fef58470e627bbf33eac4a50d928a15b4c7
Author: Ales Hvezda <email address hidden>
Date: Sun Sep 28 17:41:58 2008 -0400

    Another round of updating ChangeLogs in prep for the release

commit 58a3d3cfd1ae6e98c41b733821461d3753c68bfe
Author: Ales Hvezda <email address hidden>
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 491e639b9147780fa58dce15c06591cf28470987
Author: Ales Hvezda <email address hidden>
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 <email address hidden>
Date: Sun Sep 28 16:58:30 2008 -0400

    Updated all po files by running make update-po (in prep for a release)

commit 7737ec1544d967202bdd425792795d00918897f2
Author: Ales Hvezda <email address hidden>
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

Looking at the changelog since its a bugfix update I think that FFe is not required

Additionally debian has fixed FTBFS

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514898

which was affecting ubuntu too(as in the case of previous updates in the suite)

(Refer: https://bugs.edge.launchpad.net/ubuntu/+source/libgeda/+bug/322648 for an overview)

Builds fine on my PPA

http://launchpadlibrarian.net/23145145/buildlog_ubuntu-jaunty-i386.geda-gattrib_1%3A1.4.3-2ubuntu1_FULLYBUILT.txt.gz

Regards