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: linuxmint/cjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.6.1
Choose a base ref
...
head repository: linuxmint/cjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1ef6934
Choose a head ref
  • 4 commits
  • 255 files changed
  • 3 contributors

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    281e5d0 View commit details
    Browse the repository at this point in the history
  2. GObject: Handle versions of GLib without GBindingGroup

    We don't require GLib 2.72 for anything else, so it makes sense to
    conditionally define the override for GObject.BindingGroup.bind_full().
    If GLib is too old then the override (and its tests) are skipped.
    ptomato authored and mtwebster committed May 8, 2023
    Configuration menu
    Copy the full SHA
    ae83287 View commit details
    Browse the repository at this point in the history
  3. Debian improvements for Gjs1.74.1 mozjs102 branch (#112)

    * debian: remove patches/, not needed with format native
    
    * debian: remove control.in as not needed
    
    * d/copyright: restore cjs header fields
    
    * restore debian symbols
    
    * fix debian/tests/control
    
    * restore debian autopkgtest
    
    * debian: wrap and sort
    
    * debian/control: restore some cjs changes
    
    Restore maintainer and Vcs-Git fields, descriptions and
    conflicts/replaces.
    Removed also breaks not needed as they use gjs
    
    * small d/changelog entry improve
    
    * debian: update symbols
    Fantu authored and mtwebster committed May 8, 2023
    Configuration menu
    Copy the full SHA
    127b785 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ef6934 View commit details
    Browse the repository at this point in the history
Loading