@@ -6,6 +6,7 @@ described in [Remove Comments from C/C++
6
6
Code] ( http://stackoverflow.com/questions/2394017/ ) on Stack Overflow.
7
7
8
8
There are currently 8 releases:
9
+ * 8.0.2 (2022-05-30) - stable release
9
10
* 8.0.1 (2022-05-21) - stable release
10
11
* 6.80 (2017-10-26) - stable release
11
12
* 6.70 (2017-10-17) - stable release
@@ -18,17 +19,25 @@ There are currently 8 releases:
18
19
19
20
These are tagged release/x.yz. The code is all on branch master.
20
21
22
+ ### Version 8.0.2 - 2022-05-30
23
+
24
+ A bug fix release, dealing with GitHub issue 2, a bug in the handling of
25
+ regular strings (and also character constants) reported by Oleg
26
+ Skinderev.
27
+
21
28
### Version 8.0.1 - 2022-05-21
22
29
23
- Primarily a bug fix release, dealing with a problem in C++ 'raw string'
24
- handling reported by Oleg Skinderev via GitHub .
30
+ Primarily a bug fix release, dealing with GitHub issue 1, a bug in C++
31
+ 'raw string' handling reported by Oleg Skinderev.
25
32
26
- However, prior to that, 'internal' releases 7.00 (2018-11-1 ), 7.10
33
+ However, prior to that, 'internal' releases 7.00 (2018-11-11 ), 7.10
27
34
(2018-11-12), 7.20 (2018-11-21), 7.30 (2019-01-27), 7.40 (2019-05-01)
28
35
7.50 (2020-03-03), 7.80.0 (2022-01-06) and 8.0.0 (2022-04-07) had been
29
36
created.
30
37
These versions are not directly reflected in this Git repository, but
31
38
the changes are present in 8.0.1.
39
+ If you have an urgent need for intermediate versions (why?), contact
40
+ Jonathan Leffler by email.
32
41
33
42
By default, SCC now strips trailing blanks; use the ` -t ` option to keep
34
43
them.
@@ -37,8 +46,8 @@ preprocessing number, even though it is isn't a valid octal constant.
37
46
The ` -f ` (features) option lists the features and exits (rather than
38
47
trying to process a file too).
39
48
The version numbering was changed to 'semantic versioning'
40
- (https://emver .org/ ) and is now managed independently of the RCS file
41
- version numbers (which is still used to manage the 'internal releases').
49
+ (https://semver .org/ ) and is now managed independently of the RCS file
50
+ version numbers (RCS is still used to manage the 'internal releases').
42
51
43
52
### Version 6.80 - 2017-10-26
44
53
0 commit comments