2005-08-02 Tuesday 03:35 mkgnu * configure.in (1.140), packaging/debian/changelog (1.33) (utags: SCMBUG_RELEASE_0-8-5): SCMBUG ID: 543 SCMBUG NOTE: Increased version number for upcoming release SCMBUG_RELEASE_0-8-5. 2005-08-02 Tuesday 03:33 mkgnu * configure.in (1.139), src/tests/Makefile.in (1.10, SCMBUG_RELEASE_0-8-5), src/tests/product.test/cvs/commit_file_none.sh.in (1.1, SCMBUG_RELEASE_0-8-5), src/tests/product.test/cvs/commit_file_none2.sh.in (1.1, SCMBUG_RELEASE_0-8-5), src/tests/product.test/cvs/create_vdd.sh.in (1.1, SCMBUG_RELEASE_0-8-5), src/tests/product.test/cvs/tests_cvs.exp (1.6, SCMBUG_RELEASE_0-8-5), src/tests/product.test/svn/commit_file_none.sh.in (1.1, SCMBUG_RELEASE_0-8-5), src/tests/product.test/svn/commit_file_none2.sh.in (1.1, SCMBUG_RELEASE_0-8-5), src/tests/product.test/svn/tests_svn.exp (1.7, SCMBUG_RELEASE_0-8-5): SCMBUG ID: 541 80 SCMBUG NOTE: Implemented tests when policy presence_of_bug_ids is set to none. In the process added a test for creating a VDD for CVS, which currently fails since SCM_Functions:get_label_date is not yet implemented for CVS 2005-08-02 Tuesday 03:07 mkgnu * configure.in (1.138), src/tests/Makefile.in (1.9), src/tests/product.test/cvs/set_none.sh.in (1.1, SCMBUG_RELEASE_0-8-5), src/tests/product.test/cvs/tests_cvs.exp (1.5), src/tests/product.test/svn/set_none.sh.in (1.1, SCMBUG_RELEASE_0-8-5), src/tests/product.test/svn/tests_svn.exp (1.6): SCMBUG ID: 541 SCMBUG NOTE: Added a test that switches the presence_of_bug_ids to none. Should add more tests after this switch that attempt to commit bugs, and check that the log message was not integrated with bug-tracking. 2005-08-02 Tuesday 03:04 mkgnu * src/lib/product/Glue/SCM.pm.in (1.9, SCMBUG_RELEASE_0-8-5): SCMBUG ID: 541 SCMBUG NOTE: (prepare_final_log_message): If the log message template did not match because there was no bug prefix token (e.g. "bug :") still reuse the original log message as the log message. This is quite common in practise, since if the presence_of_bug_ids policy is set to optional, a user does not want to bother with entering "bug :" and then the comment. 2005-08-01 Monday 05:28 mkgnu * src/tests/product.test/svn/commit_file_optional2.sh.in (1.2, SCMBUG_RELEASE_0-8-5): SCMBUG ID: 541 SCMBUG NOTE: Must now svn add the new test_file9.txt for this new test, since we are no longer reusing test_fail.txt 2005-08-01 Monday 05:17 mkgnu * configure.in (1.137), src/tests/Makefile.in (1.8), src/tests/product.test/cvs/commit_file_fail.sh (1.3, SCMBUG_RELEASE_0-8-5), src/tests/product.test/cvs/commit_file_invalid_message_size.sh (1.3, SCMBUG_RELEASE_0-8-5), src/tests/product.test/cvs/commit_file_invalid_owner.sh (1.3, SCMBUG_RELEASE_0-8-5), src/tests/product.test/cvs/commit_file_invalid_product.sh (1.3, SCMBUG_RELEASE_0-8-5), src/tests/product.test/cvs/commit_file_optional.sh.in (1.3, SCMBUG_RELEASE_0-8-5), src/tests/product.test/cvs/commit_file_optional2.sh.in (1.1, SCMBUG_RELEASE_0-8-5), src/tests/product.test/cvs/set_optional.sh.in (1.1, SCMBUG_RELEASE_0-8-5), src/tests/product.test/cvs/tests_cvs.exp (1.4), src/tests/product.test/svn/commit_file_optional.sh.in (1.4, SCMBUG_RELEASE_0-8-5), src/tests/product.test/svn/commit_file_optional2.sh.in (1.1), src/tests/product.test/svn/set_optional.sh.in (1.1, SCMBUG_RELEASE_0-8-5), src/tests/product.test/svn/tests_svn.exp (1.5): SCMBUG ID: 541 SCMBUG NOTE: Added a case for presence_of_bug_ids set to optional and no bug id prefix and postfix tokens. In the process, corrected a bug with the CVS test case of commit_file_fail.txt that would remove all files from the repository.