Age | Commit message (Collapse) | Author | Files | Lines |
|
properly upstream).
Fixes since v1.5.3.5
====================
* git-cvsexportcommit handles root commits better.
* git-svn dcommit used to clobber when sending a series of
patches.
* git-svn dcommit failed after attempting to rebase when
started with a dirty index; now it stops upfront.
* git-grep sometimes refused to work when your index was
unmerged.
* "git-grep -A1 -B2" acted as if it was told to run "git -A1 -B21".
* git-hash-object did not honor configuration variables, such as
core.compression.
* git-index-pack choked on a huge pack on 32-bit machines, even when
large file offsets are supported.
* atom feeds from git-web said "10" for the month of November.
* a memory leak in commit walker was plugged.
* When git-send-email inserted the original author's From:
address in body, it did not mark the message with
Content-type: as needed.
* git-revert and git-cherry-pick incorrectly refused to start
when the work tree was dirty.
* git-clean did not honor core.excludesfile configuration.
* git-add mishandled ".gitignore" files when applying them to
subdirectories.
* While importing a too branchy history, git-fastimport did not
honor delta depth limit properly.
* Support for zlib implementations that lack ZLIB_VERNUM and definition
of deflateBound() has been added.
* Quite a lot of documentation clarifications.
|
|
|
|
Changes from 0.10:
0.12 Mon Aug 20 16:06:50 PDT 2007
- Make this a release
0.11_03 Wed Jun 20 12:12:36 PDT 2007
- Fixed a bug in backward-compatiblity code to handle multiple
hooks in one add_trigger() call. (Thanks to mark addison)
0.11_02 Sun Jun 10 18:09:58 PDT 2007
- Added a test to make sure $_ is not clobbered
(Thanks to mark addison)
- Killed the hidden feature to add multiple hooks in one
add_trigger() call because it interfers with named parameter style
calls. (Thanks to clkao)
0.11_01 Mon May 28 21:03:03 PDT 2007
- Added support for abortable triggers.
- Added named-parameters calling convention for add_trigger
- Added new last_trigger_results method and began capturing trigger return values.
- FUNCTIONALITY CHANGE: When no triggers are called for a trigger point, the return value is now '0', not undef.
(Thanks to Jesse Vincent)
0.11 Thu Feb 22 19:02:09 PST 2007
- Fixed a bug due to Class::Data::Inheritable, where
triggers added to the superclass after trigger is added in
the child class are ignored in the child class.
See t/03_inherit.t for example.
(Thanks to Brad Choate, Yann Kerherve, Ben Trott and Fumiaki Yoshimatsu)
|
|
Changes from 0.201:
0.203 Fri Sep 7 16:59:15 PDT 2007
Test Fixes
- Moved some tests that were really testing base.pm to base.
- Made a test less dependent on the formatting of a base.pm warning.
0.202 Sun Jul 1 22:43:41 PDT 2007
Test Fixes
- A warning changed in base or fields.pm which broke t/bugs.t.
[rt.cpan.org 5293]
- Cleanup tests to use Test::More.
|
|
|
|
pkgsrc-users.
|
|
|
|
Tig is a git repository browser that additionally can act as a pager for
output from various git commands.
When browsing repositories, it uses the underlying git commands to present
the user with various views, such as summarized revision log and showing
the commit with the log message, diffstat, and the diff.
Using it as a pager, it will display input from stdin and colorize it.
|
|
Changes from 1.27:
1.29 Mon 12 Nov 2007
- No functional changes
- Upgrading to Module::Install 0.68
- Updating to newer author tests
- Removing the use of base.pm
1.28 Tue 17 Jul 2007
- No functional changes
- Upgrading to Module::Install 0.65
- Updating List::Util dependency to 1.19.
(Fixes memory leak AND resolving the Win32 problem listed below)
|
|
Change from previous:
0.31 Wed Jul 11 23:03:47 JST 2007
- applied performance patch from RUZ
|
|
|
|
pkgsrc/devel/netbsd-iscsi-target and pkgsrc/devel/netbsd-iscsi-initiator.
|
|
pkgsrc/devel/netbsd-iscsi-target and
pkgsrc/devel/netbsd-iscsi-initiator packages.
|
|
Collection.
This initiator is based on FUSE/ReFUSE.
iSCSI is an IETF standard (RFC 3720) for remote access to block-level
storage. It can be thought of as similar to NFS, except that an NFS
server exports files; the iSCSI target exports blocks to the iSCSI
initiators, which are the clients.
The NetBSD iSCSI initiator is based on FUSE/ReFUSE, and provides a
portable initiator for any operating system with a FUSE-like
interface.
|
|
This is to take advantage of the NetBSD iscsi target, whic his in a
separate, related package, which will be devel/netbsd-iscsi-initiator.
Bump version to 20071114 to denote the new initiator functionality.
|
|
this will make it usable in dynamically loaded plugins,
bump PKGREVISION
|
|
|
|
|
|
PR#37372 by Jon Bailey.
No version bump: riding the update 5 minutes ago.
|
|
Features:
New config option 'OldestTransactionsFirst'.
By default, RT shows newest transactions at the bottom
of the ticket history page, if you want see them
at the top set this to 0.
Email plugin may return special constant to indicate
that it's done requested action and RT shouldn't
run default action handling code.
See also RT::Interface::Email.
Added support for timezones in RT::Date::SetToMidnight
method, this allowed us to fix problems with searches
by date.
Applied David Schweikert's patch that adds the useful
LastUpdated field to the fields returned through
the REST interface.
Added a "RH" RedHat layout option to config.layout.
Thanks to Paulo Matos.
New command line options in the rt-crontool script:
* add --transaction argument with two possible
values: 'first' and 'last'
* add --transaction-type argument to allow a user
to select type of transaction, for example
'Correspond' or 'Comment'.
With these changes crontool can send notifications
and other actions which need access to transaction
object.
New callbacks in html/Ticket/Elements/ShowSummary:
LeftColumn and RightColumn.
Display a custom field value without lists HTML markup
when a ticket has only one value for the custom field.
Add additional HTML classes to the cells in
Ticket/Elements/ShowBasics and Ticket/Elements/ShowDates
mason templates.
Fixes:
Don't die any more on error during custom fields
creation in rt-setup-database, but report and
continue with next object.
Dropped 'exit' call in exceptions handling code.
Fixed untake operation during tickets transfer
between queues when an owner has no right to own
the ticket in the destination queue and the
current user is different person. Note in new
implementation we write untake tansaction from
RT_System user.
Fixed problem when RT were failing with error:
"Couldn't call method IsLocal on undefined value".
Got rid of some noisy warnings and cleaned up
some code.
Fixed attchments loosing during next steps:
1) open ticket #1
2) click reply
3) upload attachment
4) open ticket #2 in another browser window
5) send reply to the ticket #1
RT was loosing uploaded attachment due to step 4) as RT.
Finding disabled groups should actually find them, now.
Fixed `rt ls -l` when RT server isn't at /.
Thanks to Mark Eichin.
Reed Loden caught a perltidy error that, somewhat
terrifiyingly, was still a valid mason page.
People may saw error "Could not convert attachment
from assumed utf8 to ''" in the log. We don't even
try to convert any more when target encoding is empty.
Fixed maxsize attribute of input fields for subject.
In DB we have limit 200, but these tags were set to
old value of 100.
Backported fix for TimeTaken updates. RT could call
method _UpdateTimeTaken on record objects that have
no such method.
Fixed RT failures under mod_perl2 with Oracle database.
In QuickCreate element now we use SelectNewTicketQueue
instead of SelectQueue.
Fixed problems on server start up with error message
'Not root path(s) specified'.
Now we load only required regular expressions from
Regexp::Common namespace.
In RT::Tickets::_EnumLimit now we load referenced object
only if value is defined and is not number, this avoid
several fetches from caches or in worst case from DB.
Use this advantage in Quicksearch element, change in
"RT at glance" load time should be noticable on systems
with many queues.
Added handling for all possible errors in
the RT::Action::SendEmail module.
Improved handling of errors in the RT::Template class.
In the RT::Group method 'crit' was being called on
the wrong object. Thanks to Todd Chapman
Allow an administrator to add 0(zero) as a custom field
value.
Fixed decoding of MIME headers, this chould should fix:
* problems with non-ascii names of attachments
* problems with partly encoded fields with '=' chars
in not encoded parts, for example:
X-MyHeader: key="plain"; key="=?encoded?="
X-MyHeader: key="=?encoded?="; key="plain"
Fixed RT::Transaction::OldValue and ::NewValue in situations
when values of {Old,New}Reference fileds are false. You may
saw effect of this bug in a ticket's history saying that
custom field value was changed from "random" value to the
XXX instead of expected "custom field was set to XXX value".
Todd Chapman discovered a case where RT's mail gateway would
default to the RT::SystemUser if no valid 'From' header were
found. This could allow a malicious user to create tickets or
reply to tickets, but not to gain access to data.
Localization:
Updated German translation. Thanks to Torsten Brumm.
|
|
|
|
From Zafer Aydogan in PR 37312.
|
|
Please see http://cvs.opensolaris.org/source/history/opengrok/trunk/ for full history information, and for the list of contributors. The following is just a summary.
New Features:
* Annotate support for Subversion and Mercurial
* Use of a "history cache" for some SCM's to improve performance
* Replaced system properties with configuration that may be changed runtime
* Added support for Lisp
* Updated the Lucene search engine, and allow wildcard search
* Implemented glob'ing for IgnoredNames (-i *.bak)
* Added a meta robots directive to the page headers to stop robots
* Added support for "Projects"
* Added support for RCS
* Allow user-configurable bug patterns
|
|
* Added XML output support to atf-report. This is accompanied by a DTD for
the format's structure and sample XSLT/CSS files to post-process this
output and convert it to a plain HTML report.
* Changed atf-run to add system information to the report it generates.
This is currently used by atf-report's XML output only, and is later
printed in the HTML reports in a nice and useful summary table. The user
and system administrator are allowed to tune this feature by means of
hooks.
* Removed the test cases' 'isolated' property. This was intended to avoid
touching the file system at all when running the related test case, but
this has not been true for a long while: some control files are
unconditionally required for several purposes, and we cannot easily get
rid of them. This way we remove several critical and delicate pieces of
code.
* Improved atf-report's CSV output format to include information about
test programs too.
* Fixed the tests that used atf-compile to not require this tool as a
helper. Avoids systems without build-time utilities to skip many tests
that could otherwise be run. (E.g. NetBSD without the comp.tgz set
installed.)
* Many general cleanups: Fixed many pieces of code marked as ugly and/or
incomplete.
|
|
|
|
changes:
-update the bundled PCRE from 7.2 to 7.4
-minor bugfixes
-translation updates
pkgsrc changes:
-don't use the bundled PCRE anymore, use pkgsrc's
-try to work around some ld.so lossage on NetBSD (which leads to some
applications - most notably evolution and glade3 - not resolving symbols
in dynamically loaded plugins) another way: use the RTLD_DEFAULT
pseudo-handle when the main module is referred to. This could replace
the previous mechanism, but it needs more investigation and tests, so
I'm leaving both in parallel for now.
|
|
on gzip.
|
|
0.89 October 31, 2007
- With validation turned off, the pure Perl version incorrectly
ignored an odd number of parameters when a hash was expected (no
validation still does the bare minimum of checks needed to set
defaults).
- Added pod & pod coverage tests.
- Modernized test suite to use Test::More and fixed some test suite
bugs along the way.
- Attribute::Params::Validate would die when given a ValidatePos
attribute containing one element.
- More tests are skipped on 5.6.0.
|
|
|
|
With that in place this pkg can be used as an external dependency by
glib2 instead of building a bundled copy. This should save us headaches
in case of future security problems.
|
|
in Dragonfly builds, add a .pc file
|
|
|
|
|
|
|
|
|
|
From Zafer A. via private mail.
|
|
This switches to the new gnome-2.20 branch.
|
|
This switches to the new gnome-2.20 branch.
|
|
Addresses (but does not fix) PR pkg/37282 by Gilles Gravier.
|
|
git is always very verbose, so please check
${WRKSRC}/Documentation/RelNotes-1.5.3.5.txt for more information.
|
|
|
|
This switches to the new gnome-2.20 branch.
|
|
This switches to the new gnome-2.20 branch.
|
|
Libconfig is a simple library for manipulating structured configuration files.
Packaged by adam.hoka@gmail.com.
|
|
|
|
Bump PKGREVISION.
|
|
|
|
- fixed exception handling issue in the C implemenation of NameMapper
[patch from Eric Huss]
- fixed filtering of #included subtemplates
[patch from Brian Bird]
!!!THIS RELEASE REQUIRES RECOMPILATION OF ALL COMPILED CHEETAH TEMPLATES!!!
|
|
This switches to the new gnome-2.20 branch.
|
|
This switches to the new gnome-2.20 branch.
|