Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dovecot/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: dovecot/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-2.4.1
Choose a head ref
  • 9 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 18, 2025

  1. lib: test-file-cache - Ignore RLIMIT_AS enforcement failure

    If the OS does not respect RLIMIT_AS here, lets skip all the rest of
    the tests.
    
    This happens at least with qemu/aarch64.
    cmouse authored and Dovecot Automation committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    a12707f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. version: Set version to 2.4.1

    cmouse committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    b5b282d View commit details
    Browse the repository at this point in the history
  2. NEWS: Add NEWS for 2.4.1

    cmouse committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    4a8a74d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. auth: db-oauth2 - Don't mix table and providers_arr

    It's not needed.
    cmouse committed Mar 28, 2025
    Configuration menu
    Copy the full SHA
    1e3726f View commit details
    Browse the repository at this point in the history
  2. lib-settings: Pad initial var expand context with empty tables and pr…

    …oviders when needed
    
    Fixes:
    Panic: file settings.c: line 1560 (settings_var_expand_init_add): assertion failed: (I_MAX(num_tables, num_provs) == num_ctx)
    cmouse committed Mar 28, 2025
    Configuration menu
    Copy the full SHA
    67ef99c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4efab8b View commit details
    Browse the repository at this point in the history
  4. lib-settings: test-settings - Refactor initialization of params3

    Satisfies older compilers
    cmouse committed Mar 28, 2025
    Configuration menu
    Copy the full SHA
    6afb061 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3138e41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d8c0e5 View commit details
    Browse the repository at this point in the history
Loading