diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-01-15 01:20:36 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-01-15 01:20:36 +0100 |
commit | 827c1f718d0b931e32158b76bf1fcfaab20e1b1e (patch) | |
tree | 5bf817adfed7d47787150114cfaf5821907d13f8 | |
parent | b0938b7207f678336d421a7dd987148a24ecb07c (diff) |
Add debian bug link about glib's file monitor
-rw-r--r-- | contributing.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 6ae5f0c2..bf9ec82d 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -179,7 +179,7 @@ This is the list of tasks that we *want* to address soon, starting with the most * Improve rumpdisk's asynchronism, see end of `hurd/rumpdisk/block-rump.c`. * Check performance of `rumpdisk` against the in-`gnumach` drivers. * Make `ext2fs` use xattr by default to store translators (see `use_xattr_translator_records`) after making sure the upgrade path works fine. -* Finish glib's file monitoring (see [merge request draft](https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3626)) +* Finish glib's file monitoring (see [merge request draft](https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3626) and [Debian bug](https://bugs.debian.org/1008208)) * Extend `ext2fs` to support 64bit time. * Fix the `git` testsuite (just a few tests failing, used to pass). * Fix the `subversion` testsuite (just a few tests failing). |