SQLitePCL.raw icon indicating copy to clipboard operation
SQLitePCL.raw copied to clipboard

Update of underlying sqlite3mc library version

Open utelle opened this issue 2 years ago • 10 comments

Today I released SQLite3 Multiple Ciphers 1.8.0. This version adds a new cipher scheme, Ascon 128 (and fixes a few issues that are not relevant in the context of SQLitePCL.raw).

I'd like to ask which procedure I should follow to update sqlite3mc / e_sqlite3mc in your cb repo. The new version compiles without problems in my fork. Additionally I'd like to ask whether issue https://github.com/ericsink/cb/issues/20 should be included in the process.

utelle avatar Nov 23 '23 23:11 utelle

I'll try next week to take a look at this, and the cb issue you mentioned.

I'm also trying to get the Xamarin support removed, and I'd like to keep that separate from other changes. In other words, I was thinking I might do 2.2.0 which is exactly the same as 2.1.7 except with Xamarin support removed.

So I need to decide whether this issue would be 2.1.8 or 2.2.1.

ericsink avatar Nov 23 '23 23:11 ericsink

So I need to decide whether this issue would be 2.1.8 or 2.2.1.

I'm fine with you postponing this issue until 2.2.1.

My concern is simply to define a procedure for future updates that is convenient for both of us.

utelle avatar Nov 24 '23 07:11 utelle