Age | Commit message (Collapse) | Author | Files | Lines |
|
Since the heimdal install process will install additional headers in
${PREFIX}/include/krb5 depending on what the configure process detects,
simply query the source Makefile at install-time for the extra headers
that it will install and dynamically add them to the PLIST.
|
|
itools, intltool, diff3, sdiff, msgmerge
* Adding USE_TOOLS+=itools to a package Makefile will cause the
tool-directory versions of imake, makedepend, mkdirhier and xmkmf
to point to the ones from the devel/nbitools package.
This change will remove the need for nbitools/buildlink3.mk, which
currently does a bit of hackery to force the "right" imake tools to
be used by packages that need it.
* Adding USE_TOOLS+=intltool to a package Makefile will cause the
local versions of intltool-* inside ${WRKSRC} to be replaced by
copies from the textproc/intltool package. If "intltool" is not
specified as a tool, then we create "broken" intltool-* tools in
the tools directory to help highlight hidden dependencies on the
intltool package.
In addition, modify the tools framework so that if "perl" is not
specified as a tool, then we create a "broken" perl tool in the
tools directory for the same reason as for "intltool".
These two changes together will remove the need for
intltools/buildlink3.mk and should also catch all cases where the
sources' intltools may have been silently used because perl was
found on the system.
* Adding USE_TOOLS+=diff3, USE_TOOLS+=sdiff, or USE_TOOLS+=msgmerge
to a package Makefile will cause the corresponding tool to be pulled
into the tools directory.
These are convenience tools to help simplify dependencies for some
packages.
|
|
|
|
changes since 1.2:
- use 32k buffer when calculating CRC.
|
|
Makefile. It resulted in some output being re-read by make, which in
turn resulted in damaged shell commands. Thanks to wiz for notifying me.
|
|
|
|
|
|
|
|
|
|
|
|
* disable_plaintext_auth=yes: Removed hardcoded 127.* and ::1 IP
checks. Now we just assume that the connection is secure if the
local IP matches the remote IP address.
* SSL code rewrite which hopefully makes it work better than before.
Seems to work correctly, but if you suddently have trouble with SSL
connections this is likely the reason.
+ verbose_ssl=yes: Log also SSL alerts and BIO errors
- If namespace's location field wasn't set, the default location
was supposed to be used but it wasn't.
- When copying ssl-parameters.dat file from /var/lib to /var/run its
permissions went wrong if it couldn't be copied with hard linking.
- Fixed filesystem quota plugin to work with BSDs.
- Maildir: Saving mails didn't work if quota plugin was enabled (again)
- Maildir: Messages' received time wasn't saved properly when
saving/copying multiple messages at a time. Also if using quota
plugin the S= size was only set for the first saved file, and even
that was wrong.
- passdb passwd-file: Don't require valid uid/gid fields if file
isn't also being used as a userdb.
- PostgreSQL: Handle failures better so that there won't be
"invalid fd" errors in logs.
- Don't try to expunge messages if the mailbox is read-only. It'll
just cause our index files to go out of sync with the real
mailbox and cause errors.
- ANONYMOUS authentication mechanism couldn't work because
anonymous_username setting wasn't passed from master process.
|
|
|
|
Reviewed by magick@
|
|
(e.g. NetBSD 3.0).
|
|
Patch provided by Thomas 'wiz' Klausner in private e-mail.
|
|
pancake@phreaker.net per PR pkg/33529
|
|
changes: fixes for serious bugs
|
|
too many changes and additions to list here, see the CHANGELOG file
|
|
changes:
* CSV import of data
* Stylesheets to easily change graph appearance
* Many user interface improvements
* Extra plotting features and bug fixes
|
|
changes: translation updates
|
|
changes: minor bugfixes
|
|
|
|
changes:
-bugfixes (our interix patches were integrated)
-translation update
|
|
|
|
changes:
* Layers dialog
* Outline mode, many performance improvements
* Native PDF export with transparency
* Clipping and masking support
* Configurable keyboard shortcuts, including optional Xara X
compatibility
* Docked color palette in the editing window
* Interactive indicator of the style of selection in the statusbar
* Innovative "node sculpting" and other improvements in Node tool
* Extensions are enabled by default and work on all major platforms
* Better SVG support: <switch> element, ICC color profiles for images
* Persistent rotation centers, Paste Size command
* New icons, redesigned preferences dialogs, rearranged menus, many
cosmetic improvements
* Hundreds of bugfixes and smaller features
|
|
Submitted by OBATA Akio. Thanks!
Changes:
* SJIS bound check is not properly confirmed.
* output default code is not properly defined.
|
|
|
|
|
|
|
|
changes:
- Fix asn1_octet_der to handle writes of zero-length buffers, before
it did not write the ASN.1 length for a zero-length buffer. This caused
ASN.1 encodings to be incorrect on 64-bit platforms.
- Add self test that attempt to trigger the above bug.
- Fix test of -Wno-pointer-sign.
- Improve cross-compilation to MinGW by using AC_LIBTOOL_WIN32_DLL.
|
|
|
|
|
|
netinet/in.h by default. This is explicitly allowed by SUS.
|
|
changes:
New, supported backends (PDF, PostScript, and SVG)
misc API extensions
Optimizations and bug fixes
|
|
changes:
New GL_EXT_framebuffer_object interface.
Add WGL backend.
New radial gradient.
YV12 surface support.
misc fixes
additional GL support
optimization: avoid context switches
|
|
|
|
variables for use in other files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a SUBST block does not start with SUBST_CLASSES, as well as when more
than one class is appended at a time to SUBST_CLASSES.
|
|
|
|
|
|
|
|
VERSION 1.4.1:
FEATURES:
* Support for last.fm streams. (BR 111983)
* New playlist toolbar menu entry for adding streams to the playlist.
(BR 129349)
CHANGES:
* Upgraded internal SQLite to 3.3.6.
* Inotify support disabled for now, due to stability issues.
* Tag editor is no longer modal.
* Provide warning dialog when deleting items from the playlistbrowser.
(BR 129313)
* GUI layout reverted to the classic Amarok layout.
* The Extended Info panel in the playlistbrowser is now resizeable.
BUGFIXES:
* Pressing return in the search bar of the Collection Browser immediately
after typing a query no longer appends the wrong items to the playlist.
* Fix crash when pressing Back or Forward buttons multiple times quickly
in Artist tab. Patch by Thomas Lindroth
* Fix problems where blanks would be added to data if SQLite was busy.
Patch by Thomas Lindroth
* Automatically refresh stream lyrics on new metadata.
* Set half star ratings on multiple selected tracks when clicking on an
item. (BR 129449)
* Only enable Show Extended Info in the Playlist Browser when information
is available. (BR 126590)
* Disable global shortcut for ratings when ratings are disabled.
(BR 129414)
* Autodetect button in Media Devices configuration dialog would not
properly signal changes, so that new devices were not always saved.
VERSION 1.4.1-beta1:
FEATURES:
* Much improved and completed custom icon theme by Vadim Petrunin
* LibVisual 0.4 supported and required.
* Support for custom scoring algorithms, via scripts.
* Creative Nomad Jukebox support (untested!). Submitted by Andres Oton
* Inotify support. On kernels 2.6.13 and above with Inotify support
compiled in, the collection will automatically be rescanned and
updated as soon as a watched folder has changed.
CHANGES:
* First-run wizard can no longer be restarted from the application menu.
However, it can still be invoked with "amarok --wizard".
* Astraweb lyrics script was removed for being crappy and unmaintained. If
you want to maintain it, grab it from SVN and release on kde-apps.org.
* "Append Count" option of dynamic playlists has been removed. It is
now always one. (BR 120044)
* Context browser can now play/queue specific discs of an album or
compilation.
* Automatically imported playlists go into a separate category.
* Block quitting amaroK until all on-going media device operations have
finished with a consistent state.
* Interface choice in wizard removed.
* MoodBar has been removed. The maintainer has not been updating it, and
it was causing crashes for many people.
* Usability improvements for the Script Manager, including a tree view.
* Use KMimeType for resolving file type for metadata acquisition before
falling back to extension based guessing.
* Removed the "detailed mode" in the playlist-browser.
* Also copy non-local URLs to collection when dropped onto collection
browser.
* Speed up connecting media devices with a lot of tracks to be submitted
to last.fm.
* For media without metadata, try to read metadata after transfer to
the iPod (e.g. when copying an audio CD via KIOslaves).
* Hint at starting a transcode script for transcoding while transferring
to media devices. (BR 127155)
* If a disc number is present, append it to the album's name when
organizing files. (BR 126867)
* Configure, which of fresh podcasts, newest & favorite albums are shown
in context browser home view. Patch by Patrick Muench
(BR 127043)
* Dynamic mode no longer skips to the next song if you press play (via
dcop, for instance) while already playing a track. Instead it restarts
the current one.
* The Actions menu has been renamed the Engage menu. It's way cooler,
right? I mean, Star Trek is really cool, right?
* Multiple podcasts can be configured at once by selecting multiple channels
or by configuring the children of a folder.
BUGFIXES:
* Allow dropping of tracks after non-existant items in the playlist.
* Make changes to the default dynamic playlists persistent.
* Send UTF-8 encoded requests to Wikipedia. Thanks to Thomas Lindroth
for the patch. (BR 127654)
* Correctly restore podcast channel title when fetching fails.
* Show error message when xine mp3 decoder isn't installed, don't just
play next track.
* Properly render and optimise playlist loading icons.
* Properly import and export XSPF playlist formats.
* Optimise addition of playlists to the playlistbrowser.
* In context browser, show localized date for podcasts. (BR 127853)
* Regression in dynamic mode caused it to skip the first track in the
playlist whenever it was started. (BR 127451)
* Stop Playing after Track: remember current track (BR 127312)
* Radio streams were broken for protocols other than HTTP. (BR 127848)
* Collection Browser would not set/unset/burn albums with ', The' in
their name.
* Prevent breakage when xine couldn't initialize the audio device. Patch
from Ilya Konstantinov
* Allow for recognition of the webdav protocol. Patch by Ilya
Konstantinov
* Setting a rating on an unplayed track would affect score generated.
Patch by Patrick Muench
* Stop tags with different capitalisation being treated as the same
when building the collection.
* Make database connections actually get closed when no longer used.
(BR 123113)
* xine engine would truncate the last seconds of a track, if no other
track followed in the playlist.
* Fixed AudioCD playback with xine-engine. Patch by Markus Kaufhold
* If dynamic mode was turned on and then off, the previous random and
repeat modes would be forgotten. (BR 123743)
* Removing the current track through DCOP while editing a field of the
track in the playlist would cause a crash. (BR 119152)
* Make characters encoded with % (such as a forward slash, %2f) display
correctly. (BR 105266)
|
|
|