2005-07-18 Monday 01:30 mkgnu * configure.in (1.135), packaging/debian/changelog (1.31) (utags: SCMBUG_RELEASE_0-8-3): SCMBUG ID: 539 SCMBUG NOTE: Increased version number for upcoming release SCMBUG_RELEASE_0-8-3. 2005-07-18 Monday 01:27 mkgnu * doc/manual/: features.sgml (1.27), manual.sgml.in (1.23) (utags: SCMBUG_RELEASE_0-8-3): SCMBUG ID: 441 SCMBUG NOTE: Improved the documentation of policy log_template by adding an example log message. 2005-07-17 Sunday 16:22 mkgnu * Makefile.in (1.83, SCMBUG_RELEASE_0-8-3), configure.in (1.134), src/glue/templates/cvs/checkoutlist.in (1.6, SCMBUG_RELEASE_0-8-3), src/lib/product/Connection.pm.in (1.16, SCMBUG_RELEASE_0-8-3), src/lib/product/Error.pm.in (1.1, SCMBUG_RELEASE_0-8-3), src/lib/product/Glue/CVS.pm.in (1.9, SCMBUG_RELEASE_0-8-3), src/lib/product/Glue/Glue.pm.in (1.18, SCMBUG_RELEASE_0-8-3), src/lib/product/Glue/SCM.pm.in (1.8, SCMBUG_RELEASE_0-8-3), src/lib/product/Glue/Subversion.pm.in (1.8, SCMBUG_RELEASE_0-8-3), src/lib/product/Tools/Glue_Installer.pm.in (1.20, SCMBUG_RELEASE_0-8-3), src/lib/product/Tools/SCM_Functions.pm.in (1.9, SCMBUG_RELEASE_0-8-3): SCMBUG ID: 538 SCMBUG NOTE: Grouped all error codes in Error.pm.in instead of having them scattered all over the place. 2005-07-17 Sunday 16:02 mkgnu * configure.in (1.133), doc/manual/features.sgml (1.26), src/glue/etc/product/glue.conf.template.in (1.19, SCMBUG_RELEASE_0-8-3), src/lib/product/Glue/Glue.pm.in (1.17), src/lib/product/Glue/SCM.pm.in (1.7): SCMBUG ID: 441 SCMBUG NOTE: The bugid_regex and logid_regex are no longer part of the presence_of_bug_ids policy, but are port of their own log_template policy. This is cleaner. 2005-07-17 Sunday 15:26 mkgnu * configure.in (1.132), doc/manual/features.sgml (1.25), doc/manual/manual.sgml.in (1.22), doc/paper_introduce/paper_introduce.tex.in (1.26, SCMBUG_RELEASE_0-8-3), src/glue/etc/product/glue.conf.template.in (1.18), src/glue/etc/product/log_template.in (1.2, SCMBUG_RELEASE_0-8-3), src/lib/product/Activity.pm.in (1.2, SCMBUG_RELEASE_0-8-3), src/lib/product/Common.pm.in (1.17, SCMBUG_RELEASE_0-8-3), src/lib/product/Connection.pm.in (1.15), src/lib/product/Daemon/Daemon.pm.in (1.28, SCMBUG_RELEASE_0-8-3), src/lib/product/Glue/CVS.pm.in (1.8), src/lib/product/Glue/Glue.pm.in (1.16), src/lib/product/Glue/SCM.pm.in (1.6), src/lib/product/Glue/Subversion.pm.in (1.7), src/lib/product/Tools/Glue_Installer.pm.in (1.19), src/lib/product/Tools/SCM_Functions.pm.in (1.8), src/tests/product.test/cvs/commit_file.sh (1.3, SCMBUG_RELEASE_0-8-3), src/tests/product.test/cvs/commit_file_commas_whitespaces.sh (1.2, SCMBUG_RELEASE_0-8-3), src/tests/product.test/cvs/commit_file_fail.sh (1.2, SCMBUG_RELEASE_0-8-3), src/tests/product.test/cvs/commit_file_invalid_message_size.sh (1.2, SCMBUG_RELEASE_0-8-3), src/tests/product.test/cvs/commit_file_invalid_owner.sh (1.2, SCMBUG_RELEASE_0-8-3), src/tests/product.test/cvs/commit_file_invalid_product.sh (1.2, SCMBUG_RELEASE_0-8-3), src/tests/product.test/cvs/commit_file_multiple_bugs.sh (1.2, SCMBUG_RELEASE_0-8-3), src/tests/product.test/cvs/commit_file_optional.sh.in (1.2, SCMBUG_RELEASE_0-8-3), src/tests/product.test/lib/common.inc.in (1.3, SCMBUG_RELEASE_0-8-3), src/tests/product.test/svn/add_directories_convention.sh (1.2, SCMBUG_RELEASE_0-8-3), src/tests/product.test/svn/add_tag.sh (1.2, SCMBUG_RELEASE_0-8-3), src/tests/product.test/svn/add_tag_invalid_name.sh (1.3, SCMBUG_RELEASE_0-8-3), src/tests/product.test/svn/commit_file.sh (1.3, SCMBUG_RELEASE_0-8-3), src/tests/product.test/svn/commit_file_fail.sh (1.2, SCMBUG_RELEASE_0-8-3), src/tests/product.test/svn/commit_file_invalid_message_size.sh (1.2, SCMBUG_RELEASE_0-8-3), src/tests/product.test/svn/commit_file_invalid_owner.sh (1.2, SCMBUG_RELEASE_0-8-3), src/tests/product.test/svn/commit_file_invalid_product.sh (1.2, SCMBUG_RELEASE_0-8-3), src/tests/product.test/svn/commit_file_multiple_bugs.sh (1.2, SCMBUG_RELEASE_0-8-3), src/tests/product.test/svn/commit_file_optional.sh.in (1.3, SCMBUG_RELEASE_0-8-3), src/tests/product.test/svn/create_vdd.sh.in (1.2, SCMBUG_RELEASE_0-8-3), src/tests/product.test/svn/delete_tag.sh (1.2, SCMBUG_RELEASE_0-8-3): SCMBUG ID: 441 SCMBUG NOTE: Modified the mechanism in which the log template is provided to permit the user to define in the glue configuration file two regular expressions for detecting the list of bug ids and the log comment. The result is that one is no longer restricted to having to type each time the 2 tokens for detecting the bug id (SCMBUG ID:) and log comment (SCMBUG NOTE:), which was rather annoying especially in the case of Subversion that does not even supply a default template. 2005-07-04 Monday 18:02 mkgnu * packaging/distribute/prepare.sh.in (1.3, SCMBUG_RELEASE_0-8-3): SCMBUG ID: 534 SCMBUG NOTE: Corrected the names of the ChangeLog files that are copied on distribution.