Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sqlite to version 3.40.1 #7733

Merged
merged 1 commit into from
Jan 26, 2023
Merged

Conversation

grendello
Copy link
Contributor

@grendello grendello commented Jan 24, 2023

Changes: https://sqlite.org/releaselog/3_40_1.html

The most interesting changes from our POV:

  • Fix a potential infinite loop in the memsys5 alternative
    memory allocator. This bug was introduced by a performance
    optimization in version 3.39.0.
  • Various other obscure fixes.

Changes: https://sqlite.org/releaselog/3_40_1.html

The most interesting changes from our POV:

  * Fix a potential infinite loop in the memsys5 alternative memory
    allocator. This bug was introduced by a performance optimization
    in version 3.39.0.
  * Various other obscure fixes.
@grendello grendello requested a review from jonpryor as a code owner January 24, 2023 17:34
@jonpryor jonpryor merged commit 586e7e5 into dotnet:main Jan 26, 2023
@grendello grendello deleted the update-sqlite branch January 26, 2023 17:17
jonpryor pushed a commit that referenced this pull request Jan 26, 2023
Context: https://sqlite.org/releaselog/3_40_1.html

Changes: sqlite/sqlite@version-3.40.0...version-3.40.1

	% git diff --shortstat version-3.40.0...version-3.40.1
	 27 files changed, 515 insertions(+), 90 deletions(-)

Changes: xamarin/sqlite@fdc1e34...68c69d8

	% git diff --shortstat fdc1e340...68c69d8a
	 9 files changed, 15357 insertions(+), 5657 deletions(-)

The most interesting changes from our POV:

  * Fix a potential infinite loop in the memsys5 alternative
    memory allocator.  This bug was introduced by a performance 
    optimization in version 3.39.0.
  * Various other obscure fixes.
grendello added a commit to grendello/xamarin-android that referenced this pull request Jan 30, 2023
* main:
  [Xamarin.Android.Build.Tasks] Fix issue where app will not install (dotnet#7719)
  Bump to dotnet/installer@779a644 8.0.100-alpha.1.23070.23 (dotnet#7728)
  LEGO: Merge pull request 7751
  [Mono.Android] Wrap connection exceptions in HttpRequestException (dotnet#7661)
  [Mono.Android] Fix View.SystemUiVisibility enumification (dotnet#7730)
  Bump r8 from 3.3.75 to 4.0.48 (dotnet#7700)
  [monodroid] Prevent overlapped decompression of embedded assemblies (dotnet#7732)
  [xaprepare] Support arm64 emulator components (dotnet#7743)
  Bump SQLite to 3.40.1 (dotnet#7733)
  Bump to xamarin/xamarin-android-binutils/L_15.0.7-5.0.3@6721af4b (dotnet#7742)
  [monodroid] Replace `exit()` with `abort()` in native code (dotnet#7734)
  Bump to xamarin/Java.Interop/main@8a1ae57 (dotnet#7738)
  [build] bump `$(AndroidNet7Version)` (dotnet#7737)
  Bump to xamarin/Java.Interop/main@1366d99 (dotnet#7718)
  [Xamarin.Android.Build.Tasks] fix AndroidGenerateResourceDesigner (dotnet#7721)
  Bump to xamarin/monodroid@50faac94 (dotnet#7725)
grendello added a commit to grendello/xamarin-android that referenced this pull request Feb 9, 2023
* main: (112 commits)
  [ci] Remove classic Mono.Android-Tests runs (dotnet#7778)
  $(AndroidPackVersionSuffix)=preview.2; net8 is 34.0.0-preview.2 (dotnet#7761)
  Localized file check-in by OneLocBuild Task (dotnet#7758)
  Bump to dotnet/installer@dec1209 8.0.100-alpha.1.23080.11 (dotnet#7755)
  LEGO: Merge pull request 7756
  Localized file check-in by OneLocBuild (dotnet#7752)
  [Xamarin.Android.Build.Tasks] Fix issue where app will not install (dotnet#7719)
  Bump to dotnet/installer@779a644 8.0.100-alpha.1.23070.23 (dotnet#7728)
  LEGO: Merge pull request 7751
  [Mono.Android] Wrap connection exceptions in HttpRequestException (dotnet#7661)
  [Mono.Android] Fix View.SystemUiVisibility enumification (dotnet#7730)
  Bump r8 from 3.3.75 to 4.0.48 (dotnet#7700)
  [monodroid] Prevent overlapped decompression of embedded assemblies (dotnet#7732)
  [xaprepare] Support arm64 emulator components (dotnet#7743)
  Bump SQLite to 3.40.1 (dotnet#7733)
  Bump to xamarin/xamarin-android-binutils/L_15.0.7-5.0.3@6721af4b (dotnet#7742)
  [monodroid] Replace `exit()` with `abort()` in native code (dotnet#7734)
  Bump to xamarin/Java.Interop/main@8a1ae57 (dotnet#7738)
  [build] bump `$(AndroidNet7Version)` (dotnet#7737)
  Bump to xamarin/Java.Interop/main@1366d99 (dotnet#7718)
  ...
@github-actions github-actions bot locked and limited conversation to collaborators Jan 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants