2006-06-06 Tuesday 05:40 mkgnu * configure.in (1.197), packaging/debian/changelog (1.64) (utags: SCMBUG_RELEASE_0-15-0): bug 786: Increased version number for upcoming release SCMBUG_RELEASE_0-15-0. 2006-06-06 Tuesday 05:36 mkgnu * src/glue/templates/cvs/: loginfo.bat.in (1.4), rcsinfo.bat.in (1.3), taginfo.bat.in (1.4), verifymsg.bat.in (1.4): bug 777: Removed all *.bat.in files for CVS. CVSNT on Windows uses a UNIX-style format, would you believe. 2006-06-06 Tuesday 05:27 mkgnu * configure.in (1.196), src/lib/product/Tools/Glue_Installer.pm.in (1.38, SCMBUG_RELEASE_0-15-0): bug 777: Eliminated the DEVEL_CONFIG_COMMENT_TOKEN_ESCAPED madness since it's no longer needed. A Perl variable is used in the regular expressions, instead of replacing an autoconf variable that would require to escape # for UNIX. 2006-06-06 Tuesday 01:39 mkgnu * doc/manual/content/: features.sgml (1.14), introduction.sgml (1.2) (utags: SCMBUG_RELEASE_0-15-0): bug 549,66: Updated the documentation of the valid_product_name policy to reflect the fact that it can be disabled now. Also applied general title formatting changes to the manual. 2006-06-06 Tuesday 01:32 mkgnu * src/lib/product/Common.pm.in (1.32, SCMBUG_RELEASE_0-15-0): bug 549: Increased the protocol number, since the valid_product_name enabled flag will be transported to the daemon. 2006-06-06 Tuesday 00:54 mkgnu * src/tests/product.test/cvs/: auto_commit_file.sh (1.3), auto_commit_file2.sh (1.2) (utags: SCMBUG_RELEASE_0-15-0): bug 780: Corrections in the expected output grep should match. 2006-06-06 Tuesday 00:53 mkgnu * src/lib/product/Glue/Glue.pm.in (1.33, SCMBUG_RELEASE_0-15-0): bug 780: check_configuration: Type-o correction in the name of the configuration variable values for valid_product_name. 2006-06-06 Tuesday 00:38 mkgnu * src/tests/product.test/cvs/tests_cvs.exp (1.25, SCMBUG_RELEASE_0-15-0): bug 780: Added a missing test case in the list of tests that will be executed for CVS. 2006-06-06 Tuesday 00:32 mkgnu * src/tests/product.test/cvs/: add_short_prefix_directory.psh (1.2), add_short_prefix_directory.sh (1.1, SCMBUG_RELEASE_0-15-0): bug 780: As shown in comment 5, the wrong filename was used for a test case due to a type-o. 2006-06-06 Tuesday 00:30 mkgnu * doc/manual/content/features.sgml (1.13), src/tests/product.test/cvs/commit_file_validproductname_disabled.sh (1.1, SCMBUG_RELEASE_0-15-0), src/tests/product.test/cvs/tests_cvs.exp (1.24), src/tests/product.test/svn/commit_file_validproductname_disabled.sh (1.1, SCMBUG_RELEASE_0-15-0), src/tests/product.test/svn/tests_svn.exp (1.25, SCMBUG_RELEASE_0-15-0): bug 549: Added a test case for successfully commiting a changeset when valid_product_name is disabled and a bug with the wrong product name is used. 2006-06-06 Tuesday 00:23 mkgnu * src/: lib/product/Connection.pm.in (1.23, SCMBUG_RELEASE_0-15-0), lib/product/Daemon/Daemon.pm.in (1.55, SCMBUG_RELEASE_0-15-0), lib/product/Daemon/Integration.pm.in (1.13, SCMBUG_RELEASE_0-15-0), lib/product/Glue/Glue.pm.in (1.32), glue/etc/product/glue.conf.template.in (1.29, SCMBUG_RELEASE_0-15-0): bug 549: Converted the product_name policy into a configurable policy that can be disabled, and renamed it valid_product_name. 2006-06-06 Tuesday 00:18 mkgnu * src/tests/product.test/: cvs/set_auto.sh (1.5, SCMBUG_RELEASE_0-15-0), cvs/set_validproductname_disabled.sh (1.1, SCMBUG_RELEASE_0-15-0), cvs/set_validproductname_enabled.sh (1.1, SCMBUG_RELEASE_0-15-0), cvs/tests_cvs.exp (1.23), svn/set_auto.sh (1.5, SCMBUG_RELEASE_0-15-0), svn/set_validproductname_disabled.sh (1.1, SCMBUG_RELEASE_0-15-0), svn/set_validproductname_enabled.sh (1.1, SCMBUG_RELEASE_0-15-0), svn/tests_svn.exp (1.24): bug 549: Begun adding test cases for enabling/disabling the valid_product_name policy. 2006-06-05 Monday 21:04 mkgnu * src/lib/product/Activity.pm.in (1.7, SCMBUG_RELEASE_0-15-0): bug 780: autodetect_product_name: Return the correct variable value -- the autodetected product name, not the last product name detected. 2006-06-05 Monday 20:49 mkgnu * src/tests/product.test/svn/add_short_prefix_directory.sh (1.3, SCMBUG_RELEASE_0-15-0): bug 780: Another correction in the test case of adding a short prefix directory for automatic product detection. 2006-06-05 Monday 20:46 mkgnu * src/lib/product/Tools/Glue_Installer.pm.in (1.37): bug 777: enable_glue_triggers_for_file, disable_glue_triggers_for_file: receive all arguments. 2006-06-05 Monday 20:42 mkgnu * src/tests/product.test/: cvs/set_auto.sh (1.4), svn/add_short_prefix_directory.sh (1.2), svn/set_auto.sh (1.4): bug 780: Minor corrections in the test cases for automatic product name detection. 2006-06-05 Monday 20:32 mkgnu * src/tests/product.test/: cvs/add_short_prefix_directory.psh (1.1), cvs/auto_commit_file2.sh (1.1), cvs/set_auto.sh (1.3), cvs/tests_cvs.exp (1.22), svn/add_short_prefix_directory.sh (1.1), svn/auto_commit_file2.sh (1.1, SCMBUG_RELEASE_0-15-0), svn/set_auto.sh (1.3), svn/tests_svn.exp (1.23): bug 780: Added a test case for automatically detecting a product name in a short directory path.