Age | Commit message (Collapse) | Author | Files | Lines |
|
Based on patch provided by Martin Wilke via PR 34389,
and remove dependency on p5-File-Temp-[0-9]*, it's already included in
perl base package.
Changes:
2.17 May 21 2006 - Minor
+ Added set_tab_color() method and example (tab_colors.pl).
+ Add set_page_view() method for Mac Excel view style
and better default worksheet dimensions.
+ Added simulated row_wrap.pl example.
+ Added simulated Autofit example (autofit.pl).
! Fixed RT #17801, incorrect close value with filehandles.
Thanks to Josie.
! Changed comment font to Excel's default of Tahoma 8.
Reported by Stefano Maurri.
! Fixed bug that stopped Charts working in 2.16.
|
|
|
|
|
|
methods.
|
|
It's not exactly clear why, since the error states:
"You should only need it [makeinfo] if you modified a `.texi' or
`.texinfo' file, or any other file indirectly affecting the aspect of
the manual."
... but it's possibly a side effect of GNU_PROGRAM_PREFIX=g. At any
rate, "makeinfo" seems a harmless request.
|
|
|
|
mk/defaults/mk.conf.
|
|
doesn't match the *.mk pattern, and that's why it had been excluded up
to now, accidentally.
|
|
For that purpose, BUILD_DEFS_EFFECTS has just been introduced.
|
|
the user to affect how packages are built (BUILD_DEFS) and the effects
that those variables have (BUILD_DEFS_EFFECTS). The latter variable has
been introduced to clearly separate these two issues.
While here, reduced the indentation of the directives a little bit. One
visible change is that "make build-defs-message" will always show the
message when called directly. Before, it had been shown only once, which
makes debugging a bit more difficult.
|
|
|
|
Hopefully the last RC release? As far as I know there are no major
problems left now. If nothing big shows up, v1.0 should be out in a
couple of weeks.
* Renamed default_mail_env to mail_location. default_mail_env still
works for backwards compatibility.
* deliver: When sending rejects, don't include Content-Type in the
rejected mail's headers.
* LDAP changes:
* If auth binds are used, bind back to the default dn before doing
a search. Otherwise it could fail if a user gave an invalid
password.
* Initial binding at connect is now done asynchronously.
* Use pass_attrs even with auth_bind=yes since it may contain
useful non-password fields.
+ passdb checkpassword: Give TCPLOCALIP and TCPREMOTEIP and PROTO=TCP
environments to the checkpassword binary so we're UCSPI (and vchkpw)
compatible.
- mbox handling was a bit broken in rc10
- Using Dovecot via inetd kept crashing dovecot master
- deliver: Don't crash with -f "". Changed the default from envelope
to be "MAILER-DAEMON".
- INBOX wasn't shown with LSUB command if only prefixed namespaces
were used.
- passdb ldap: Reconnecting to LDAP server wasn't working with
auth binds.
- passdb sql: Non-plaintext authentication didn't work
- MySQL passdb ignored all non-password checks, such as allow_nets
- trash plugin was broken
|
|
|
|
|
|
|
|
bzr 0.12 2006-10-30
IMPROVEMENTS:
* ``bzr log`` now shows dotted-decimal revision numbers for all revisions,
rather than just showing a decimal revision number for revisions on the
mainline. These revision numbers are not yet accepted as input into bzr
commands such as log, diff etc. (Robert Collins)
* revisions can now be specified using dotted-decimal revision numbers.
For instance, ``bzr diff -r 1.2.1..1.2.3. (Robert Collins)
* ``bzr help commands`` output is now shorter (Aaron Bentley)
* New connection: ``bzr+http://`` which supports tunnelling the smart
protocol over an HTTP connection. If writing is enabled on the bzr
server, then you can write over the http connection.
(Andrew Bennetts)
* ``bzr`` now uses lazy importing to reduce the startup time. This has
a moderate effect on lots of actions, especially ones that have
little to do. For example ``bzr rocks`` time is down to 116ms from
283ms. (John Arbash Meinel)
* New Registry class to provide name-to-object registry-like support,
for example for schemes where plugins can register new classes to
do certain tasks (e.g. log formatters). Also provides lazy registration
to allow modules to be loaded on request. (John Arbash Meinel, Adeodato
Simó)
API INCOMPATABILITY:
* LogFormatter subclasses show now expect the 'revno' parameter to
show() to be a string rather than an int. (Robert Collins)
As well as changes to the internals, tests, and bug fixes.
|
|
|
|
|
|
Medusa is a 'server platform' -- it provides a framework for
implementing asynchronous socket-based servers (TCP/IP and on Unix,
Unix domain, sockets).
An asynchronous socket server is a server that can communicate with
many other clients simultaneously by multiplexing I/O within a
single process/thread. In the context of an HTTP server, this
means a single process can serve hundreds or even thousands of
clients, depending only on the operating system's configuration
and limitations.
Medusa includes HTTP, FTP, and 'monitor' (remote python interpreter)
servers. Medusa can simultaneously support several instances of
either the same or different server types - for example you could
start up two HTTP servers, an FTP server, and a monitor server.
Then you could connect to the monitor server to control and manipulate
medusa while it is running.
|
|
|
|
XSS vulnerability reported in PMASA-2006-6.
|
|
|
|
Patch provided by Martin Wilke via PR 34385.
Changes for 0.62 - 2006-06-15]
* For the longest time, direct import of Locale::Maketext::Lexicon
from within localization classes (such as MyApp::I18N::zh_tw) was
untested and broken. It now works the way described in the SYNOPSIS
section of the Locale::Maketext::Lexicon documentation.
Contributed by: Yann Kerherve
|
|
|
|
Changes:
[Changes for 0.18 - 2006-09-08]
* At the request of Steve Hay, this module is now available under the
Perl license when distributed as part of Perl 5.
[Changes for 0.17 - 2006-08-13]
* Sebastien Aperghis-Tramoni noticed that the MIT license text was
mis-hyphenated, and the waranty clauses mentions "X Consortium"
where it should say "authors or copyright holders".
[Changes for 0.16 - 2006-05-03]
* Oops, the gettext_to_maketext function was missing an escape
sequence, rendering message strings with [ ~ ] characters invalid.
Reported By: Rong-En Fan
[Changes for 0.15 - 2006-05-02]
* LICENSING CHANGE: This compilation and all individual files in it
are now under the permissive "MIT" license. See the COPYRIGHT
section in README for the new terms.
[Changes for 0.14 - 2006-04-27]
* Repair Perl 5.005 compatibility in the build system.
Reported By: Rong-En Fan
[Changes for 0.13 - 2006-04-11]
* The "_style => 'gettext'" option was broken for adjacent variables
such as "%1%2%3".
* Also removed the sole occurrence of of $&.
|
|
|
|
Patch provided by Martin Wilke via PR 34382.
Changes:
* SNMP_Session.pm 1.08: Fixed a bug in the SNMPv2c version of
map_table_start_end that would cause errors when the $end argument is actually
being used. Thanks to Jan van Keulen for submitting the patch.
|
|
Updated lang/php5 to 5.1.6nb3
|
|
http://www.hardened-php.net/advisory_132006.138.html
|
|
|
|
Patch provided by Martin Wilke via PR 34372.
Changes:
1.04 Sun Aug 6 22:09:36 CDT 2006
[FIXES]
* Updated the minimum version requirements.
[ENHANCEMENTS]
* Added support for detecting closures. Thanks Yuval Kogman.
[INTERNALS]
* Internal code optimizations
|
|
|
|
Changes:
0.11 Sat Aug 26 22:36:27 BST 2006
- (Jerry D. Hedden) Fix bug whereby 'lnoreturn' failed to
decrement the CvDEPTH, which causes an error with 'use threads'
0.12 Tue Aug 29 21:06:40 BST 2006
- (Jerry D. Hedden) Force the threads test to be skipped if oldstyle
threads (as opposed to ithreads) are in use.
|
|
|
|
|
|
Switched to using INSTALLATION_DIRS_FROM_PLIST.
|
|
need to specify INSTALLATION_DIRS itself. Instead, the list is generated
from the static PLIST files. Like for INSTALLATION_DIRS, mtree is
disabled when this variable is set.
|
|
|
|
(No longer maintained in Xlibs project.)
|
|
|
|
|
|
|
|
|
|
|
|
This package, libXcursor, provides the client-side cursor loading
library for X. This cursor management library is a simple library
designed to help locate and load cursors (from files or memory).
This is from the modular X.org project.
|
|
Changes since last packaged version (2.14):
2.16 Oct 30 2006
- Added test/fix for bad GroupTags option (report from Lee Goddard)
- Added new_hashref() hook method
- refactored cache save/restore methods for easier overriding
2.15 Oct 03 2006
- Makefile.PL changes: reject known-bad PurePerl and RTF parser modules;
default to XML::SAX::Expat if no parser installed
- allow '.' characters in variable names (suggested by Cosimo Streppone)
- fix output of undefs in arrayrefs with SuppressEmpty (reported by
ã‹ã‚“㪠- Kanna)
- tidy up code and docs around lexical filehandle passed to OutputFile
(report from Helge Sauer)
- reduce memory usage by passing XML strings by reference (patch from
Dan Sully)
|
|
|
|
thanks to Jeremy Reed.
+ evieext
+ libXTrap
+ libXaw
+ libXdamage
+ libXevie
+ libXfixes
+ libXfont
+ libXft
+ libXinerama
+ libXmu
+ libXp
+ libXpm
+ libXrandr
+ libXrender
+ libXres
+ libXt
+ libXv
+ resoureproto
|
|
This package contains the X Resource Information Extension Library
from the modular X.org project.
X-Resource is an extension that allows a client to query the X
server about its usage of various resources.
|
|
This provides the Resource extension headers from modular X.org X11
project.
|