Next | Query returned 51 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2008-07-15 15:24:35 by OBATA Akio | Files touched by this commit (1)
Log message:
Reset Bump BUILDLINK_ABI_DEPENDS.
No need to bump for minor changes of the shlib (1.2.2 = 2.1.13).
   2008-07-14 08:12:29 by Tobias Nygren | Files touched by this commit (1)
Log message:
drop checksums for removed patches.
   2008-07-14 08:11:20 by Tobias Nygren | Files touched by this commit (1)
Log message:
It's BUILDLINK_ABI_DEPENDS, not BUiLDLINK_ABI_DEPENDS
pkglint is your friend.
   2008-07-14 01:41:02 by Blair Sadewitz | Files touched by this commit (7) | Package removed
Log message:
Update to libXft-2.1.13.  Bump BUILDLINK_ABI_DEPENDS, as the library
version is now 2.1.13 (from 2.1.2).  ChangeLog:

commit 19240d3605b5f1e88ca5509afffd48acdb7e1c5f

    Revert "Drop Requires, use Requires.private instead."

    This reverts commit a1c78ce68c5f2106c38b6cb93a6b22420e1a80ab.

    Unfortunately this doesn't work on old pkg-config, which made
    Requires.private completely useless.  That's fixed in 0.22, but...

commit a1c78ce68c5f2106c38b6cb93a6b22420e1a80ab

    Drop Requires, use Requires.private instead.

    Users of libXft don't need to link with fontconfig, freetype and
    Xrender directly if they don't use them.

commit 541c6194d986e7849ee9541a9fd60b0724647a44

    Bug #14232: Fix XftDrawRect when Render not supported.

commit 8a7f3d450c1f339f429dbce55df523d026c92375

    Register objects used by libXft.

    libXft uses XFT_MAX_GLYPH_MEMORY without first registering with
    fontconfig.

commit 8ae5ea8c75a7850fa0aca0acc3962b6263f55094

    XftFontOpenInfo: Use of uninitialised value of size 8 (bug 11200)

    This is due to XftFontInfoFill using the binary representation of the
    XftFontInfo to generate fi->hash.

    With 64-bit pointers there is padding between .hash and .file in struct
    _XftFontInfo.  This padding is not initialized, and the hash uses these
    bytes.

    This will interfere with finding "a matching previously opened font" in
    XftFontOpenInfo, and XftFontInfoEqual, which uses memcmp, will have
    similar problems.

    This fix makes no assumptions about the sizes and alignment of
    members of struct _XftFontInfo by using memset.  (It also makes
    no assumptions about what FcPatternGet* does to its output parameter
    when it returns FcResultNoMatch.)
   2008-05-24 23:45:22 by Tobias Nygren | Files touched by this commit (201)
Log message:
Switch master site to MASTER_SITE_XORG.
   2008-01-29 05:18:45 by Blair Sadewitz | Files touched by this commit (5)
Log message:
Fix three bugs:

- XftFontOpenInfo: Use of uninitialised value of size 8 (bug 11200)
- libXft was using XFT_MAX_GLYPH_MEMORY without first registering
  with fontconfig.
- Include <ftsynth.h> if FT_GlyphSlot_Embolden() shall be called.

First two from GIT, last one by me.

Bump rev.
   2007-01-23 16:20:08 by Joerg Sonnenberger | Files touched by this commit (4) | Package updated
Log message:
On second thought, update to libXft-2.1.12. This fixes a memory leak and
other minor errors. In contrast to upstream, keep XftNameUnparse public
for now until the tree has been evaluated.
   2007-01-23 15:57:39 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Add a note about libXft-2.1.12.
   2006-11-05 17:55:29 by Joerg Sonnenberger | Files touched by this commit (12)
Log message:
First step to making modular transparent:
Redirect from the individual modular libraries to the old libs or
mk/x11.buildlink3.mk.
   2006-11-03 23:35:46 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Fix typo.

Next | Query returned 51 messages, browsing 41 to 50 | Previous