Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

9 check-ins occurring around version-2.16.

2021-07-05
17:58
Omit all of the submenu when a wiki page is shown using the /home URL. [forum:/forumpost/5010f8f2d35c8024|Forum post 5010f8f2d35c8024]. check-in: da2f1522db user: drh tags: trunk
17:41
Increase the version number to 2.17 to start the next development cycle. check-in: d6759551fb user: drh tags: trunk
16:55
Resolved problems with recursive invocation of th1's render command. check-in: a5f00e0a71 user: stephan tags: trunk
16:52
Resolved a g.th1Flags bitmask collision between TH_STATE_xxx and TH_INIT_NO_ENCODE. Closed-Leaf check-in: 0dc3a65515 user: stephan tags: th1-recursive-render
2021-07-02
12:46
Version 2.16 check-in: 7aedd56758 user: drh tags: trunk, release, version-2.16
04:16
When calling Th_Render() recursively, pass on g.th1Flags so that recursive calls do not inadvertently toggle flags like TH_INIT_NO_ENCODE. check-in: 0a57df7e07 user: stephan tags: th1-recursive-render
2021-07-01
22:00
Replaced a char with an int to fix incorrect /json/branch/create handling on platforms where char is unsigned by default. Problem discovered by Daniel Dumitriu. check-in: 8cb972e7da user: stephan tags: trunk
20:32
Add a note to the changelog about DROP support within tickets schema definition. check-in: f5b5991ee5 user: george tags: trunk
19:27
Fix the file_fullexename() function (used by the "info" and "test-which" commands) so that it works correctly on Windows. check-in: d8c32ebdff user: drh tags: trunk