http://bugzilla.moblin.org/show_bug.cgi?id=7093
pohly <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #2 from pohly <[email protected]> 2010-04-09 09:51:45 PST --- (In reply to comment #0) > * remind Richard Purdie to stop building "syncevolution-0-9-x" as part of Poky He's already building "master". (In reply to comment #1) > Check that no new unsolved TODOs sneak into the release: > git diff syncevolution-0-9-x..master | grep '^\+.*TODO' Better method: git diff syncevolution-0-9-branch..master | grep '^\+.*TODO' | grep -v VTODO | sed -e 's/^+ *//' >/tmp/list grep -r -n -f /tmp/list * | grep -v -e '^test' -e '^src/gtk-ui' -e 'src/backends/evolution/e-cal-check-timezones.c' -e '^po' -e '^src/backends/maemo' I went through that list and think that none of this is significant enough to warrant changes before 1.0. At the start of the next development cycle we need need to do the analysis again and either fix each TODO or turn it into issues. -- Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching someone on the CC list of the bug. _______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
