diff --git a/reposurgeon.spec b/reposurgeon.spec index 54f273b..95945ae 100644 --- a/reposurgeon.spec +++ b/reposurgeon.spec @@ -42,12 +42,14 @@ make check %changelog * Thu Aug 28 2014 Christopher Meng - 3.11-1 +- Update to 3.11 - When converting SVN, ignore explicit .gitignores created by git-svn. * Sun Jun 08 2014 Fedora Release Engineering - 3.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue Apr 22 2014 Christopher Meng - 3.10-1 +- Update to 3.10 - Finer control over filtering with caC flags. - New setfield command for tweaking object attributes from lift scripts. - The attribution-parsing code handles odd characters in names better now. @@ -59,6 +61,7 @@ make check - New @dsc() function for selecting all descendants of a selection set. * Fri Mar 21 2014 Christopher Meng - 3.7-1 +- Update to 3.7 - New --dedos option for filter command, to change \r\n line endings to \n. - New append command for annotating comments. - The 'b' search code has been changed to appropriately match non-commits. @@ -68,6 +71,7 @@ make check - Buggy text search of authors fields has been fixed. * Thu Feb 20 2014 Christopher Meng - 3.6-1 +- Update to 3.6 - Major rewrite of the generic conversion makefile. - Fixed a bug in the graft and unite commands. - Single fossil or tag names now select as if surrounded by <>. @@ -80,12 +84,14 @@ make check - New --changelog option of coalesce can recognize FSF-style ChangeLog files. * Thu Feb 13 2014 Christopher Meng - 3.3-1 +- Update to 3.3 - Set negation in selections with ~. - @min() and @max() in selections. - 'define' by itself lists macros. - New 'deletes' option in the remove command. * Wed Feb 05 2014 Christopher Meng - 3.2-1 +- Update to 3.2 - New path rename command. - List and inspect now take either a leading or following selection. - Text search selections can now have a B suffix to search blobs. @@ -110,16 +116,18 @@ make check - Fixed a buggy test that caused the reader to choke on submodule links. * Thu Nov 21 2013 Christopher Meng - 2.42-1 +- Update to 2.42 - Prevented crash when tagifying a mixed-branch commit. - svn_no_autoignores -> svn_noautoignores. - Ignore single-rev mergeinfos in Subversion, they're cherry-picks. * Sat Nov 09 2013 Christopher Meng - 2.41-1 +- Update to 2.41 - Fixed a fatal bug when reading any symlink from a live Subversion repo. - Added svn_no_autoignores option. * Thu Aug 08 2013 Christopher Meng - 2.40-1 -- Update to new release. +- Update to 2.40 - Improvements in .gitignore processing. * Sun Aug 04 2013 Fedora Release Engineering - 2.39-3 @@ -129,24 +137,27 @@ make check - Add parallel make support. * Fri May 24 2013 Christopher Meng - 2.39-1 +- Update to 2.39 - New 'tagify' command for tagifying empty commits. - Correctness fixes for deletion edge cases. * Fri May 10 2013 Christopher Meng - 2.38-1 +- Update to 2.38 - Significant improvements to Subversion branch link detection. - New 'reparent' command for modifying the DAG. - Fixes for two minor crash bugs in handling of malformed commands. - * Fri Apr 26 2013 Christopher Meng - 2.37-1 +- Update to 2.37 - No more tree pollution on branches deduced from file copies. * Sun Apr 21 2013 Christopher Meng - 2.35-1 +- Update to 2.35 - New "manifest" command. - Path-matching now has @ to require all paths in a commit to match. * Wed Apr 17 2013 Christopher Meng - 2.33-1 -- Update to new release. +- Update to 2.33 * Sun Apr 07 2013 Christopher Meng - 2.32-1 - Initial package.