2006-04-28 Friday 06:08 mkgnu * configure.in (1.182), packaging/debian/changelog (1.57) (utags: SCMBUG_RELEASE_0-11-0): bug 747:Increased version number for upcoming release SCMBUG_RELEASE_0-11-0. 2006-04-28 Friday 06:07 mkgnu * src/lib/product/Common.pm.in (1.25, SCMBUG_RELEASE_0-11-0): bug 520:Increased the protocol number since the implementation of this feature accepts only product name instead of a product name list. 2006-04-28 Friday 05:59 mkgnu * doc/manual/content/features.sgml (1.8), doc/manual/content/scm-frontends.sgml (1.4), src/lib/product/Activity.pm.in (1.6), src/lib/product/Error.pm.in (1.10), src/lib/product/Glue/Glue.pm.in (1.30), src/tests/product.test/cvs/auto_commit_file.sh (1.2) (utags: SCMBUG_RELEASE_0-11-0): bug 520: Removed debugging lines from Activity.pm.in that were used in autodetection of a valid product name. Documented the fact that product_name autodetection cannot be supported for CVS due to it's verification hook not providing enough information to do so. 2006-04-28 Friday 02:03 mkgnu * doc/manual/content/features.sgml (1.7), src/lib/product/Activity.pm.in (1.5), src/tests/product.test/cvs/add_long_prefix_directory.sh (1.3, SCMBUG_RELEASE_0-11-0), src/tests/product.test/cvs/set_auto.sh (1.2, SCMBUG_RELEASE_0-11-0), src/tests/product.test/svn/set_auto.sh (1.2, SCMBUG_RELEASE_0-11-0): bug 520: More corrections to the test cases. The Subversion test passes, but the one for CVS fails. 2006-04-28 Friday 01:28 mkgnu * src/: lib/product/Activity.pm.in (1.4), lib/product/Glue/Glue.pm.in (1.29), tests/product.test/cvs/add_long_prefix_directory.sh (1.2), tests/product.test/svn/add_long_prefix_directory.sh (1.2, SCMBUG_RELEASE_0-11-0): bug 520: Corrected the test case for creating a long prefix directory in the repository. Also, store the product_name_prefixes as strings, and split them when they need to be used. 2006-04-28 Friday 01:20 mkgnu * src/tests/product.test/: cvs/auto_commit_file.sh (1.1), cvs/tests_cvs.exp (1.16, SCMBUG_RELEASE_0-11-0), svn/auto_commit_file.sh (1.1, SCMBUG_RELEASE_0-11-0), svn/tests_svn.exp (1.17, SCMBUG_RELEASE_0-11-0): bug 520: Added a test case that should autodetect the product name based on the directory prefix the file is commited in. 2006-04-28 Friday 00:59 mkgnu * src/tests/product.test/: cvs/add_long_prefix_directory.sh (1.1), cvs/tests_cvs.exp (1.15), svn/add_long_prefix_directory.sh (1.1), svn/tests_svn.exp (1.16): bug 520: Added a test case that will create a directory with a long prefix containing the product name, so that it will be autodetected later. 2006-04-28 Friday 00:34 mkgnu * src/tests/product.test/: cvs/set_auto.sh (1.1), cvs/tests_cvs.exp (1.14), svn/add_directories_convention.sh (1.5, SCMBUG_RELEASE_0-11-0), svn/set_auto.sh (1.1), svn/tests_svn.exp (1.15): bug 520: Begun adding tests that will change the product_name policy to auto, to run further tests later on. 2006-04-27 Thursday 23:54 mkgnu * src/tests/product.test/: cvs/set_required.sh (1.1, SCMBUG_RELEASE_0-11-0), cvs/tests_cvs.exp (1.13), svn/set_required.sh (1.1, SCMBUG_RELEASE_0-11-0), svn/tests_svn.exp (1.14): bug 520: Added test cases that will convert the presence_of_bug_ids policy back to required again. 2006-04-27 Thursday 23:48 mkgnu * doc/manual/content/features.sgml (1.6), src/glue/etc/product/glue.conf.template.in (1.27, SCMBUG_RELEASE_0-11-0), src/lib/product/Activity.pm.in (1.3), src/lib/product/Connection.pm.in (1.21, SCMBUG_RELEASE_0-11-0), src/lib/product/Error.pm.in (1.9), src/lib/product/Daemon/Daemon.pm.in (1.49, SCMBUG_RELEASE_0-11-0), src/lib/product/Daemon/Integration.pm.in (1.10, SCMBUG_RELEASE_0-11-0), src/lib/product/Glue/Glue.pm.in (1.28), src/lib/product/Tools/Glue_Installer.pm.in (1.32, SCMBUG_RELEASE_0-11-0), src/lib/product/Tools/VDD_Generator.pm.in (1.16, SCMBUG_RELEASE_0-11-0): bug 520: Modified the policy for product_names to support two modes of execution: manual, where the product name is simply hard-coded, and automatic where the product name will be autodetected as the first directory after a list of known directory prefixes in which products may reside. 2006-04-27 Thursday 02:44 mkgnu * src/lib/product/Common.pm.in (1.24): bug 713: Removed some left-over debugging statements that should have never gotten in. 2006-04-27 Thursday 01:25 mkgnu * src/lib/product/Common.pm.in (1.23): bug 713: Output formatting when a binary is found in multiple paths........ 2006-04-26 Wednesday 23:39 mkgnu * src/lib/product/Daemon/Daemon.pm.in (1.48): bug 691: Do not use "===" as separators in the email body, but "---" instead. I believe that symbol is causing problems with MS Outlook 2003. 2006-03-30 Thursday 08:24 mkgnu * doc/manual/content/bugtracking-backends.sgml (1.5, SCMBUG_RELEASE_0-11-0): bug 715: List the default installation directory path provided by Debian in the documentation section of RequestTracker.