about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorDima <dgoldin+github@protonmail.ch>2019-12-02 02:25:07 +0100
committerDima <dgoldin+github@protonmail.ch>2019-12-02 02:32:05 +0100
commitc25d4abc21e7bd50025068156e7dd36ba1ab0b89 (patch)
tree106061a7aa91313fb277264767cee44c0b927761 /nixos/doc
parentfea6b5f3e0f73fef9e8844e18f8b71300aa32649 (diff)
downloadnixlib-c25d4abc21e7bd50025068156e7dd36ba1ab0b89.tar
nixlib-c25d4abc21e7bd50025068156e7dd36ba1ab0b89.tar.gz
nixlib-c25d4abc21e7bd50025068156e7dd36ba1ab0b89.tar.bz2
nixlib-c25d4abc21e7bd50025068156e7dd36ba1ab0b89.tar.lz
nixlib-c25d4abc21e7bd50025068156e7dd36ba1ab0b89.tar.xz
nixlib-c25d4abc21e7bd50025068156e7dd36ba1ab0b89.tar.zst
nixlib-c25d4abc21e7bd50025068156e7dd36ba1ab0b89.zip
release-notes: adding pango font loading deprecation
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2003.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2003.xml b/nixos/doc/manual/release-notes/rl-2003.xml
index 2a5064c71b0f..c5b8b1254f78 100644
--- a/nixos/doc/manual/release-notes/rl-2003.xml
+++ b/nixos/doc/manual/release-notes/rl-2003.xml
@@ -198,6 +198,14 @@
       The <literal>buildRustCrate</literal> infrastructure now produces <literal>lib</literal> outputs in addition to the <literal>out</literal> output.
       This has led to drastically reduced closed sizes for some rust crates since development dependencies are now in the <literal>lib</literal> output.
     </para>
+    </listitem>
+   <listitem>
+    <para>
+     Pango was upgraded to 1.44, which no longer uses freetype for font loading.  This means that type1
+     and bitmap fonts are no longer supported in applications relying on Pango for font rendering
+     (notably, GTK application). See <link xlink:href="https://gitlab.gnome.org/GNOME/pango/issues/386">
+     upstream issue</link> for more information.
+    </para>
    </listitem>
   </itemizedlist>
  </section>