pkgsrc changes:
- Adjusting dependencies according to upstream META.yml
- Adjusting module type (for build)
- Using b3.mk from x11/p5-Wx to ensure correct BUILD_DEPENDS for Wx bindings
Upstream changes:
0.56 2010.02.01
- Plugins may now add their GUI elements to the view menu (SEWI)
- Padre now displays a dynamic to-do list generated from comments
in your source code (CORION)
- Landed new Padre::Startup module which is dramatically faster
when loading files into an existing Padre via the single instance
server, and finally provides a mechanism for allowing configuration
to disable the startup splash image (ADAMK)
- Changed a few configuration settings to create a more consistent
naming pattern for them (ADAMK)
- Audited dependencies and updated a variety of them (ADAMK)
- Ctrl-Shift-W is now bound to "Close This Project" (ADAMK)
- Added an option for traceing Padre subroutine calls to the
developer plugin (SEWI)
- Uses correct make from Config.pm for the run menu item -> Build and
run tests (KTHAKORE)
- Speedup and less false-shows for autocomplete (SEWI)
- Speedup while changing tabs (use the correct project dir) (SEWI)
- Simple refocus on document after command run (KTHAKORE)
- Fixed ticket #822: main window could be off screen on start (BLAKEW)
- padre-client allows you to use Padre for commit messages and other
synchronous edit events (CORION)
- WIN32, Converted the --desktop registry code to Win32::TieRegistry
and removed hardcoded strawberry paths (AZAWAWI)
- WIN32, padre.exe will run with the same UAC privileges as same as
the invoker (AZAWAWI)
- Disable debugger menu items when there is no document (AZAWAWI)
- Fixed a Padre debugger crash when an unsaved document is debugged (AZAWAWI)
- Fixed Padre no-document crash with Find Next/Find Previous functionality
(AZAWAWI)
- Make sure that windows context key shows the refactor menu
items in the right-click pop-up menu (AZAWAWI)
- Used Module::CoreList::is_deprecated to display deprecated CORE modules
in help search title (AZAWAWI)
- Padre::Util::Win32::ExecuteProcessAndWait doesn't automatically inherit
the same Cwd as the parent process. Added support for explicit cwd
parameter and make the syntax checker pass the cwd to it. Syntax checking
of test scripts and such should now work as intended on Win32(ADAMK)
- Audit uses of Padre::Util::Win32 to only load it via require. Added a
TRACE warning to verify it never gets loaded on non-Win32 (ADAMK)
- Tuned the locking for ->close_where, which should make a variety of
functions like "Close This Project" and "Close Other Projects"
noticably faster (ADAMK)
- Changed func_foo config variables to feature_foo, in anticipation of
of a future equivalent to the Mozilla "about:config" control (ADAMK)
- Added feature_cursormemory to allow disabling of Padre's feature to
remember the location in the file you were scrolled to (ADAMK)
- Added a fast ascii shortcut to the very slow encode detector. Opening
files all of a sudden gets much faster if you have ascii files (ADAMK)
- Bumped ORLite to 1.38 to get faster ARRAY object support and
Class::XSAccessor acceleration support. If they cause problems,
these changes can be safely backed out. (ADAMK)
- Fixed the mass-error-popups on mimetypes without help provider (SEWI)
- During DB locks (which are the most likely place for things to make
changes to the database) disable synchronous SQLite writes. This will
reduce the time that Padre blocks, at the risk of config.db corruption
if there is a hardware failure or operating system crash. (ADAMK)
- Fixed ticket #837: padre.exe should be able to be placed in
c:\strawberry\perl\site\bin (AZAWAWI)
- Improved "Goto Line" dialog to be smarter with better validation/error
messages (AZAWAWI)
- Open Resource can now display Perl package names for matching resources
(AZAWAWI)
- Fixed#838: Author tests should all check RELEASE_TESTING and/or
AUTOMATED_TESTING (RHEBUS, AZAWAWI)
- Fixed Regex Editor dialog destruction bug where multiple ->Show and
->Destroy could lead to a Padre crash on WIN32 (AZAWAWI)
- Project detection differentiates between four different subclasses
of Perl build systems (three of those correctly) (ADAMK)
- Function List has resource locking around it and properly triggers a
refresh when we show it for an already open document (ADAMK)
- "Goto Line" dialog now supports going to lines and positions (AZAWAWI)
- Fixed perl to refactor action prefix for refactor menu for
consistency (AZAWAWI)
- Fixed ticket #841: Quick Menu Access should show the location of the
menu item on the menu system (AZAWAWI)
Upstream changes:
2010-01-21 John Peacock <john.peacock@havurah-software.org>
* Tagging version '0.80' using shipit.
* Ignore previous and existing tarballs
* Release to CPAN with just the assertion fix for older compilers.
* Bump $VERSION in all files in preparation for quick CPAN release
* Currently failed attempt to merge with bleadperl
Version 1.3
* Re-architectured for better multiplatform support
* Personal records tracking
* Improved player scoring algorithm
* Better accessibility
* 9 new verbal analogies and a new logic puzzle
* Mallard documentation
* More HIG compliant
* Bug fixes
-Added support routines for Tim Bourke's Mnemogogo plugin, which enables you
to review cards on Java-based phones. See
http://www.tbrk.org/software/mnemogogo.html
-fix rare hang in preprocessing paths (reported by LooM).
-Remove hidden limit on grade 1 cards.
-Italian translation by Enrico Leoni.
-Turkish translation by Sercan Oruc.
-Updated German translation by Dimitri Scheftner.
-Updated French translation by Christophe Mealares and Yannick Voglaire.
-Hungarian translation by bkile.
* gmime/gmime-encodings.h (GMIME_UUENCODE_LEN): Fixed to prevent
possible buffer overflows.
* configure.in: Bumped version to 2.4.14 and disabled
strict-aliasing which causes bugs in GMime.
* gmime/gmime-filter-crlf.c (filter_filter): Fixed bug #606875 by
not trying to skip multiple characters per pass thru the loop when
encountering the first '.' of a possible '..' sequence.
* configure.in: Bumped version to 2.4.12
* gmime/gmime-utils.c (g_mime_utils_decode_8bit): Make sure to
always increment inptr as we force-convert it to ascii. Thanks to
Damian Pietras for finding this bug.
* gmime-2.4.pc.in: Moved -lz -lnsl, etc into Libs.private. Fixes
bug #603273.
1.4.3 - 2010-02-01
This is a scheduled bugfix release.
* Mercurial license has changed from GPLv2 to GPLv2+
* speed up copy detection in merge, status, and diff
* templates: fix relative path expansion on style setting
* merge: fix merging of already-merged subrepos
* summary: fix i18n issue reporting clean working directories
* hgweb: improve IIS PATH_INFO handling
* relink: Windows support
- Added support for checking permissions in cvm-qmail. See discussion
of $CVM_QMAIL_CHECK_PERMS in cvm-qmail.html
- Added support for I/O timeouts for cvm-local modules.
- Fixed the SQLite module to copy the row data.
- Fixed cvm-qmail dieing if control/locals is missing.
pkgsrc changes: set LICENSE and support DESTDIR.
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
3.11003 2009-01-29
- Renamed "retweeted_of_me" REST API call to the correct "retweets_of_me" (Dan Moore @mgrdcm)
- Back the Moose requirement down to 0.09 (earliest version with native traits)
3.11002 2009-01-28
- Use Moose 0.94 with native traits (resolves CPAN testers failing reports)
3.11001 2009-01-28
- Honor synthetic args (authenticate and since) for Lists API calls
3.11000 2009-01-27
- Lists API overhaul; bug fixes, added parameters, documentation
- Create meaninful names for anonymous classes; better error context
- Added "Paging and Cursors" documentation section
3.10003 2009-12-15
- Oops! Fixed bug in new test in t/10_net-twitter-regression.t (oh, the irony!)
3.10002 2009-12-15
- Added netrc_machine option to new with default 'api.twitter.com'
- Fixed: netrc failed without trait API::REST
- Fixed: retweeted_{to,of}_me API URLs (RT#52784)
3.10001 2009-11-26
- Fixed: new t/51_rate_limit.t needs to skip tests unless LWP >= 5.819
3.10000 2009-11-24
- Fixed: ssl not applied when both Lists and REST api used
- Added Role::RateLimit
- Added trends_available and trends_location methods to the REST API
- Documented the lat and long parameters to update
pkgsrc changes:
- Adding license definition
- Adjusting dependencies
Upstream changes:
0.05 06 Jan 2010
* use sigtrap so that clean up happens if script dies or ^C
* register defaults so that RDBO::Loader->make_classes works.
pkgsrc changes:
- Adjusting dependencies (primary reordering to match order in META.yml)
- Adding license definition
Upstream changes:
0.16 23 Jan 2009
* fix maxlength logic for text fields.
* minor pod fixes.
* add Enum column support (maps to Menu Field)
pkgsrc changes:
- Adjusting dependencies
- Removing x-flags from modules & doc
Upstream changes:
0.786 (01.23.2010) - John Siracusa <siracusa@gmail.com>
* Improved support for serial columns in Oracle.
* Renamed CHECK labels to avoid clashes with the reserved block name.
* Added force_lowercase attribute to the Loader and Convention Manager
as a means of getting "normal" behavior out of Oracle schemas.
* Fixed a bug that caused money columns in PostgreSQL to have
column lengths that were too short.
* Fixed a POD typo (RT 53272)
0.785 (12.31.2009) - John Siracusa <siracusa@gmail.com>
* Fixed Rose::DB::Object::Cached to correctly honor alternate column
accessor/mutator method names. (Reported by Kevin McGrath)
* Stopped the default auto-init handler from asking the convention
manager to name foreign keys that have only partially populated
column lists, causing it to burn through the "good" foreign key
names. (Patch by Douglas Wilson)
* Corrected some typos in the ManyToMany documentation and the tutorial.
(Thanks to Bart Dopheide)
0.784 (10.16.2009) - John Siracusa <siracusa@gmail.com>
* Fixed a bug introduced by the multi-many Manager bug fix in the
0.783 release. (Reported by Mark Frost)
* Added missing exception error explanations to relationship methods.
* Updated eval blocks to avoid stomping on $@ from an outer scope.
pkgsrc changes:
- Ensure installed perl modules and documentation has no execute bit
Upstream changes:
0.758 (01.26.2010) - John Siracusa <siracusa@gmail.com>
* Added workaround for DateTime::Duration bug (RT 53985)
0.757 (01.23.2010) - John Siracusa <siracusa@gmail.com>
* Support for Rose::DB::Object 0.786.
0.756 (12.31.2009) - John Siracusa <siracusa@gmail.com>
* Support for Rose::DB::Object 0.785.
* Made fork- and thread-safe (though some databases, notably Oracle,
don't support passing a database connection across a fork at all).
* Updated mysql_enable_utf8() to run "SET NAMES utf8" id a database
handle already exists.
* Updated the various validate_*_keywords() methods to no longer accept
anything that "looks like a function call." This was done to avoid
possible SQL injection attacks, and because the now-pervasive support
for scalar-reference literals in Rose::DB::Object obviates the need
for such permissive SQL inlining. To restore the old behavior, use
the default_keyword_function_calls() class method or the
keyword_function_calls() object method.
0.755 (10.16.2009) - John Siracusa <siracusa@gmail.com>
* Fixed a bug in Rose::DB::Oracle that caused the port to be omitted
from the DSN. (Reported by llama)
* Updated eval blocks to avoid stomping on $@ from an outer scope.