forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Regression in coreutils df - does not show some mounts including root #336
Comments
Hm, explicitly asking for |
This seems to have been fixed meanwhile. At least df 8.25 in the just released 2016Q3 branch works fine:
I'll verify by backporting to the 2015Q4 LTS branch. |
Ah, @jperkin already backported the update and df works fine in 2015Q4 now. Closing. |
jperkin
pushed a commit
that referenced
this issue
Oct 18, 2016
** 3.7.0** (July 21, 2016) * Deprecated interfaces now emit deprecation warnings #345 **3.6.3** (July 1, 2016) * Faster asset lookup in large directories #336 * Faster PathUtils.match_path_extname rails/sprockets@697269c * Fixed uglifier comment stripping #326 * Error messages now show load path info #313 **3.6.2** (June 21, 2016) * More performance improvements. **3.6.1** (June 17, 2016) * Some performance improvements. **3.6.0** (April 6, 2016) * Add `Manifest#find_sources` to return the source of the compiled assets. * Fix the list of compressable mime types. * Improve performance of the `FileStore` cache.
jperkin
pushed a commit
that referenced
this issue
Oct 22, 2016
kramdown 1.12.0 released Published on Monday, 15 August 2016 This release features two enhancements for definition lists: 1. IALs can now be applied to definition terms: {:.classy} term : and its definition 2. IDs for definition terms can now be created automatically (similar to header IDs) and optionally assigned a prefix: {:auto_ids} term1 : definition term2 : definition ^ {:auto_ids-prefix} term1 : definition term2 : definition Furthermore, compatibility of the GFM parser has been improved in regards to list/blockquotes/codeblocks that are used directly after a paragraph (i.e. without a blank line). Changes * 4 minor change: - Allow using an IAL for definition terms (<dt>) as is already possible with definitions themselves (<dd>) - Added automatic generation of IDs (with optional prefix) for terms of definition lists (fixes #355, requested by Greg Wilson) - Removed obfuscation for e-mail links (fixes #343, requested by Anton Tsyganenko) - New option ¡Ægfm_quirks¡Ç for enabling/disabling parsing differences of the GFM parser with respect to the kramdown parser * 4 bug fixes: - Added support for HTML5 element <main> (fixes #334, reported by Jean-Michel Lacroix) - Fixed math element output for HTML converter when no math engine is set (fixes #342, reported by Adrian Sampson) - Fixed problem when using custom HTML formatter for syntax highlighter rouge (fixes #356, patch by Alexey Vasiliev) - Better compatibility with GFM when lists/blockquotes/codeblocks are used directly after a paragraph (fixes #336 (reported by Shuanglei Tao), #359 (reported by Matti Schneider) via the patch #358 by Shuanglei Tao) * 3 other fixes and enhancements: - Added some more examples for how list indentation works (fixes #353, requested by Robbert Brak) - Using RbConfig instead of deprecated Config for determining data directory (fixes #345, patch by C�«±dric Boutillier) - JRuby is now also tested via TravisCI (fixes #363, patch by Shuanglei Tao) kramdown 1.11.1 released Published on Sunday, 01 May 2016 This release fixes an emphasis parsing regression introduced in the last version. Changes * 1 bug fix: - Fixed emphasis parsing regression (fixes #333, reported by Marcus Stollsteimer) kramdown 1.11.0 released Published on Sunday, 01 May 2016 This release fixes some bugs and includes one minor change in regards to HTML syntax highlighting. Changes * 1 minor change: - The syntax highlighting language is now always included in the output as class name even if a syntax highlighter is used (fixes #328, requested by SLaks) * 3 bug fixes: - Fixed the GFM fenced code block parser to correctly split a provided highlighter name into language name and options parts - Fixed problem with underscores being processed even if inside a word (fixes #323, reported by Haruki Kirigaya) - Fixed HTML/XML parser to correctly, case sensitively parse XML (fixes #310, reported by cabo) * 2 other fixes: - Updated copyright year (fixes #331, reported by Oscar Bj�«Órkman) - Updated supported Ruby version on installation page (reported by cabo)
jperkin
pushed a commit
that referenced
this issue
Mar 20, 2017
Changes in 2.8.3 2016/12/8 Bug * Avoid frozen string errors on Ruby 2.3 - fixed by RJ Walsh #336 * SSL timeouts not working on JRuby - fixed by Dave Golombek #341 * Do not reset SSL connection if unnecessary - fixed by Dave Golombek #344 * Ignore text around PEM file in JRuby fixed by Scott Kolb #352 Changes * Add HTTPClient#tcp_keepalive= for enabling TCP keepalive. false by default. #350
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pkgsrc 2015Q4
GNU coreutils
df
does not show many mounts, including the root filesystem, which is inconvenient.The text was updated successfully, but these errors were encountered: