@@ 0,0 1,22 @@
+1.0.0
+-----
+ * Mon Aug 26 00:41:08 2019 +0000, 5374e943bf36: To reduce build time dependencies for libhoratio, we need to port raw2c into a Perl-pure alternative
+ * Mon Aug 26 10:02:02 2019 +0000, 041d3747af2a: Initial changes to build system
+ * Mon Aug 26 10:02:19 2019 +0000, c768ba828a0c: Added test data
+ * Mon Aug 26 10:17:02 2019 +0000, b66a8bdfedaf: Initial code which doesn't do anything.
+ * Mon Aug 26 10:31:03 2019 +0000, 060781e0bfc7: Start doing some TDD
+ * Mon Aug 26 10:33:13 2019 +0000, 5330eaf5d371: Test syntax() method
+ * Mon Aug 26 10:41:45 2019 +0000, 2db2f7cc8a3a: getHead test
+ * Mon Aug 26 10:56:00 2019 +0000, 9f95ad4a9522: use Test::Module::Runnable
+ * Mon Aug 26 11:14:47 2019 +0000, ec0b7b8ca7a9: Do randChar
+ * Mon Aug 26 11:28:11 2019 +0000, 572734b5745d: Write randomSymbol
+ * Mon Aug 26 11:29:51 2019 +0000, 1269000a789c: Use sut slot in tester framework
+ * Mon Aug 26 13:45:41 2019 +0000, 948c632088e8: Start work on options parser
+ * Mon Aug 26 13:59:33 2019 +0000, 23570d232f0b: Handle parsing of all flags correctly
+ * Mon Aug 26 14:15:52 2019 +0000, 6c01ca045449: main function now triggers options parsing
+ * Mon Aug 26 18:16:32 2019 +0000, 5ea99e7be35b: Finish command-line argument processing
+ * Mon Aug 26 20:27:16 2019 +0000, 2d85d900e1d3: Migrate over all code -- working now, but all bytes are zeroed
+ * Mon Aug 26 20:42:48 2019 +0000, 70e46a8cd312: Fix a bug which may be present in the raw2c C version ref processing the last byte in the file
+ * Mon Aug 26 20:44:23 2019 +0000, 9250802f70ad: fix up path in reference data
+ * Mon Aug 26 20:46:20 2019 +0000, b7940c1fae5d: Another symbolName -> symbol
+ * Mon Aug 26 20:47:13 2019 +0000, 4f32101da337: Missing copyright notice in unit test
@@ 5,7 5,7 @@ This README would normally document what
### What is this repository for? ###
* Scripts to help pre-process and build complex applications
-* VERSION 0.0.0
+* VERSION 1.0.0
### How do I get set up? ###
@@ 16,9 16,9 @@ This README would normally document what
### Contribution guidelines ###
* All tests are under the t/ directory in the form t/script/function.t
-* All code reviews are performed as pull requests into the develop branch of the repository at https://bitbucket.org/2E0EOL/build-scripts
+* All code reviews are performed as pull requests into the develop branch of the repository at https://hg.sr.ht/~m6kvm/build-scripts
* The directory bin/ contains scripts, it should never contain compiled binaries.
### Who do I talk to? ###
-* Maintainer: David Duncan Ross Palmer, 2E0EOL <palmer@overchat.org>
+* Maintainer: Duncan Ross Palmer, 2E0EOL <palmer@overchat.org>