-C Merge\sfixes\sthat\swere\sdeferred\suntil\safter\sthe\s3.52.0\srelease,\sincluding:\n(1)\sFix\shandling\sof\sDISTINCT\swith\sOUTER\sJOIN,\s(2)\sEnhance\sconfigure\sto\nauto-detect\slinenoise,\s(3)\sAdd\srecent\sconfiguration\ssettings\sto\sWASM.
-D 2026-03-06T18:51:49.681
+C Small\stypo\sfix\sin\sthe\sFP_DIGITS\sAPI\sdocs.
+D 2026-03-06T19:39:03.260
F .fossil-settings/binary-glob 61195414528fb3ea9693577e1980230d78a1f8b0a54c78cf1b9b24d0a409ed6a x
F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
F src/rowset.c 8432130e6c344b3401a8874c3cb49fefe6873fec593294de077afea2dce5ec97
F src/select.c ffe199f025a0dd74670d2a77232bdea364a4d7b36f32c64a6572d39ba6a11576
F src/shell.c.in d4e9ce266ca8f7364da6e86df011f8655beeb5f0d074d624215a2d8ce220a0ad
-F src/sqlite.h.in 1f853f1d836af3e5a0b451521041d05658988a45f6978aaae08286e483fee5ac
+F src/sqlite.h.in 307c7c1d1a71071b8572e8c6943f7a2e9483b008afb375758871881366f33e59
F src/sqlite3.rc 015537e6ac1eec6c7050e17b616c2ffe6f70fca241835a84a4f0d5937383c479
F src/sqlite3ext.h 1b7a0ee438bb5c2896d0609c537e917d8057b3340f6ad004d2de44f03e3d3cca
F src/sqliteInt.h 1c7f23ab9d6efdf3dc434880b6320f158937284f6e2cebd2a024def0c749cb04
F tool/warnings.sh d924598cf2f55a4ecbc2aeb055c10bd5f48114793e7ba25f9585435da29e7e98
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
F tool/winmain.c 00c8fb88e365c9017db14c73d3c78af62194d9644feaf60e220ab0f411f3604c
-P 557aeb43869d3585137b17690cb3b64f7de6921774daae9e56403c3717dceab6 e36958584511d83666590abef223c2edc3da15b5b32e280baf08159ddae80e50 837069635e53849cbca0aa876bad7c7ff44e17578ae492e07acf354067b7e16d
-R 9b8a424125f66f63fcc120bc22e6fba2
-T +closed 837069635e53849cbca0aa876bad7c7ff44e17578ae492e07acf354067b7e16d
-T +closed e36958584511d83666590abef223c2edc3da15b5b32e280baf08159ddae80e50
-U drh
-Z 44da1c0bb960ee973745a6af2376fae6
+P 9d51bec1b17925f5cac0d590c0d70bb34e77fdb7253d18007f52711d42f6f5d0
+R faafbd0263980f02c26e6b799ca07352
+U stephan
+Z c2682495642bf42a556122ce9916399d
# Remove this line to create a well-formed Fossil manifest.
** to an integer. The first argument is 1, 0, or -1 to enable, disable, or
** leave unchanged the ability to use comments in SQL text,
** respectively. If the second argument is not NULL, then 0 or 1 is written
-** into the integer that the second argument points to depending on if
+** into the integer that the second argument points to depending on if
** comments are allowed in SQL text after processing the first argument.
** </dd>
**
** This option takes two arguments which are an integer and a pointer
** to an integer. The first argument is a small integer, between 3 and 23, or
** zero. The FP_DIGITS setting is changed to that small integer, or left
-** altered if the first argument is zero or out of range. The second argument
+** unaltered if the first argument is zero or out of range. The second argument
** is a pointer to an integer. If the pointer is not NULL, then the value of
** the FP_DIGITS setting, after possibly being modified by the first
** arguments, is written into the integer to which the second argument points.