2006-09-15 Friday 18:51 mkgnu * configure.in (1.208), packaging/debian/changelog (1.73), src/lib/product/Common.pm.in (1.35) (utags: SCMBUG_RELEASE_0-16-0): bug 824: Increased version number for upcoming release SCMBUG_RELEASE_0-16-0. Increased the protocol number, since the protocol compatibility broke due to the feature of automatic branch name detection. 2006-09-15 Friday 18:47 mkgnu * doc/manual/content/features.sgml (1.19, SCMBUG_RELEASE_0-16-0): bug 807: Documented in the manual the fact that the branch name is reported. 2006-09-15 Friday 18:44 mkgnu * src/: lib/product/Glue/Subversion.pm.in (1.20), tests/product.test/svn/set_auto_after.sh (1.2) (utags: SCMBUG_RELEASE_0-16-0): bug 807: There was no bug in detecting the branch name. There was a bug in our test case! This issue is now resolved. 2006-09-15 Friday 17:56 mkgnu * doc/manual/content/tools.sgml (1.18, SCMBUG_RELEASE_0-16-0), src/glue/etc/product/glue.conf.template.in (1.30, SCMBUG_RELEASE_0-16-0), src/lib/product/Activity.pm.in (1.8, SCMBUG_RELEASE_0-16-0), src/lib/product/Common.pm.in (1.34), src/lib/product/Connection.pm.in (1.25, SCMBUG_RELEASE_0-16-0), src/lib/product/Daemon/Daemon.pm.in (1.63, SCMBUG_RELEASE_0-16-0), src/lib/product/Glue/CVS.pm.in (1.21, SCMBUG_RELEASE_0-16-0), src/lib/product/Glue/Glue.pm.in (1.34, SCMBUG_RELEASE_0-16-0), src/lib/product/Glue/SCM.pm.in (1.23, SCMBUG_RELEASE_0-16-0), src/lib/product/Glue/Subversion.pm.in (1.19), src/tests/product.test/cvs/checkout_head.sh (1.1, SCMBUG_RELEASE_0-16-0), src/tests/product.test/cvs/commit_branch.sh (1.1, SCMBUG_RELEASE_0-16-0), src/tests/product.test/cvs/create_branch.sh (1.1, SCMBUG_RELEASE_0-16-0), src/tests/product.test/cvs/tests_cvs.exp (1.29, SCMBUG_RELEASE_0-16-0), src/tests/product.test/svn/commit_branch.sh (1.1, SCMBUG_RELEASE_0-16-0), src/tests/product.test/svn/create_branch.sh (1.1, SCMBUG_RELEASE_0-16-0), src/tests/product.test/svn/tests_svn.exp (1.29, SCMBUG_RELEASE_0-16-0): bug 807: Added support for capturing the branch name on which a changeset is committed. An existing bug in this work is that the branch name in a changeset that contains a filename such as 'Afterwb/trunk/TestProduct/test_file1.txt' will not be correctly detected as 'Afterwb/trunk'. It will reported as 'Cannot_be_determined'. This needs to be fixed. 2006-07-20 Thursday 17:50 mkgnu * configure.in (1.207), packaging/debian/changelog (1.72) (utags: SCMBUG_RELEASE_0-15-8): bug 811: Increased version number for upcoming release SCMBUG_RELEASE_0-15-8. 2006-07-20 Thursday 10:39 mkgnu * doc/manual/content/features.sgml (1.18, SCMBUG_RELEASE_0-15-8): bug 775: Clarified in the manual that product name autodetection for products past trunk/tags/branches in Subversion is still possible, and provided examples. 2006-07-20 Thursday 10:18 mkgnu * src/tests/product.test/svn/: add_long_prefix_directory_after.sh (1.1, SCMBUG_RELEASE_0-16-0), add_short_prefix_directory_after.sh (1.1, SCMBUG_RELEASE_0-16-0), auto_commit_file_after.sh (1.1, SCMBUG_RELEASE_0-16-0), auto_commit_file_after2.sh (1.1, SCMBUG_RELEASE_0-16-0), set_auto_after.sh (1.1), tests_svn.exp (1.28) (utags: SCMBUG_RELEASE_0-15-8): bug 775: Added test cases for svn that prove that product name autodetection for products listed after trunk/branches/tags, is still supported with the current auto detection scheme. Just like they should be, as pointed out by Jeremy K. Truax. 2006-07-19 Wednesday 13:42 mkgnu * src/lib/product/Daemon/: Bugtracker.pm.in (1.16), Mantis.pm.in (1.25) (utags: SCMBUG_RELEASE_0-15-8, SCMBUG_RELEASE_0-16-0): bug 771: Supported the translation of numeric priority, status, and severity values in Mantis into their textual descriptions, for use in the VDD. 2006-07-19 Wednesday 13:35 mkgnu * doc/manual/content/features.sgml (1.17): bug 685: Documented an example of applying labels (tagging) for Subversion.