2009-01-26 Monday 17:36 mkgnu * src/glue/etc/product/glue.conf.template.in (1.50, SCMBUG_RELEASE_0-26-13): bug 1043: Disable the consolidate_cvs_messages policy by default. It seems to still be defective. 2009-01-26 Monday 05:42 mkgnu * configure.in (1.324), packaging/debian/changelog (1.133) (utags: SCMBUG_RELEASE_0-26-13): bug 1320: Increased version number for upcoming release SCMBUG_RELEASE_0-26-13 2009-01-26 Monday 05:13 mkgnu * src/lib/product/Daemon/Process.pm.in (1.23, SCMBUG_RELEASE_0-26-13): bug 264: Don't use threads in the Process.pm file. They are not needed. They are eval-ed in Daemon.pm 2009-01-26 Monday 05:06 mkgnu * src/lib/product/Common.pm.in (1.60, SCMBUG_RELEASE_0-26-13): bug 1177,1216: It seems that eval() is the correct format we should be using. NOT eval {}. I believe the correct fix to the "eval problem", in its various manifestations in bug 1168, bug 1073, bug 987, bug 1216 is that we should use eval(), as we used to do originally, but "unshift" the Bugzilla path, instead of "push" it. This would guarantee that the Bugzilla library is added first. This was described in bug 1168, comment 17. 2009-01-26 Monday 04:13 mkgnu * configure.in (1.323): bug 1093: Convert the log_bugid_regex, log_body_regex, resolution_bugid_regex, resolution_status_regex, resolution_status_resolution_regex to require that the keyword is the first written in the beginning of a line, or written after whitespace. 2009-01-11 Sunday 01:43 mkgnu * src/lib/product/Daemon/Mantis.pm.in (1.56, SCMBUG_RELEASE_0-26-13): bug 80: Call mantis_bug_status_tostring, mantis_bug_severity_tostring, mantis_bug_priority_tostring with $self->. 2009-01-02 Friday 17:42 mkgnu * packaging/redhat/product.spec.in (1.24, SCMBUG_RELEASE_0-26-13): bug 1314: It should actually be perl-LDAP, instead of perl-Net-LDAP, says John. 2009-01-01 Thursday 01:22 mkgnu * packaging/redhat/product.spec.in (1.23): bug 1314: Use the appropriate RPM package names when defining the RPM dependencies -- NOT the Debian package names. 2008-12-30 Tuesday 17:08 mkgnu * packaging/: debian/control.in (1.16, SCMBUG_RELEASE_0-26-13), redhat/product.spec.in (1.22): bug 1313: Require liblog-log4perl-perl in Debian packages and perl-Log-Log4perl for RPM packages. 2008-12-01 Monday 20:10 mkgnu * src/lib/product/ActivityUtilities.pm.in (1.13, SCMBUG_RELEASE_0-26-13): bug 1118: Applied a patch by Robert Hudson that fixes an error with the web reports when there is no owner for a given bug in a report. 2008-11-28 Friday 22:19 mkgnu * src/lib/product/Daemon/TestDirector.pm.in (1.37, SCMBUG_RELEASE_0-26-13): bug 1118: Applied a patch by Robert Hudson that fixes a bug that was causing the affected files web report for Test Director to fail. 2008-11-28 Friday 18:00 mkgnu * doc/AUTHORS (1.29), src/lib/product/Glue/SCM.pm.in (1.39), src/lib/product/Glue/Subversion.pm.in (1.41), src/tests/product.test/svn/commit_file_properties.sh (1.1), src/tests/product.test/svn/tests_svn.exp (1.41) (utags: SCMBUG_RELEASE_0-26-13): bug 1278: Applying a patch by Chris Watson for suupporting the 'UU' property output from the 'svnlook' command for Subversion. Also adding a testcase that exercises this functionality. 2008-10-17 Friday 18:37 mkgnu * packaging/debian/control.in (1.15): bug 1214: Handle an issue with Build-Depends needing to include the dependency on debhelper