- Hotfix for `perlbrew install` command
Changes 0.26:
- Fix GH 119
- Fix t/08.exit_status.t for cpantesters
- Fix several bugs in `exec` command
- Implement GH 103 - install -v shows build.log
- Add -Dusedevel when installing blead perl
Changes 0.25:
- suggest when user types wrong commands.
- Improvements about self-upgrade.
- exit with non-zero status code when there's some sort of error.
- Added verification of existing alias before attempting unalias.
- Fix `install-cpanm` for due to a recenet github cert update.
* Use File::Path's "legacy" mkpath and rmtree functions. No longer needs
File::Path >= 2.07.
Changes 0.9.5:
* Avoid using done_testing so this works on older systems
* hmmm. i released broken dist at last night with too much alchole...
Changes 0.17:
* fixed cpan doc fix
Changes 0.16:
* skip perl distribution not only for perl-X.Y.Z.tar.gz but also
perl-X.Y.Z.tar.bz2
Changes 0.15:
* --compare-changes deprecated. It can use cpan-listchanges instead
Changes 0.14:
* doc enhancements
* Added experimental --skip-configure
* Delay load Module::Build bootstrap so that -L won't auto-intall
the latest M::B
Changes 1.4007:
* Remove LWP from Makefile.PL dependencies, since due to the split it brings in
many dependencies such as HTTP::Daemon and HTTP::Parser (which requires a C
compiler). HTTP::Tiny is embedded as a last resort anyway, and if Makefile.PL
is executed via some CPAN client (CPAN.pm, CPANPLUS or cpanminus) it means
your client is already configured to be able to fetch files over HTTP.
* require the correct version of Getopt::Long::Descriptive
Changes 0.310:
* classes are now loaded with Class::Load, which should avoid bugs
where classes are not succesfully loaded by program execution
continues anyway
* more checking is now done to ensure that plugins are members of the
correct base class
Changes 0.309:
* skip a failing test on perl 5.8.x
Changes 0.308:
* When App::Cmd::Setup tries to load MyApp::Command, and it exists but
will not compile, the exception will now propagate. Previously, it
failed silently and App::Cmd::Command was used instead.
* Standardize the tests' Mouse/Moose loading eval/skip code
Changes 0.14:
* Skip t/004-x-modules-mouse.t if you don't have MouseX::Types 0.03 since
older versions do not work with modern Mouse
- Tests reworked to not use subtests. Development versions
of Test::More do not support subtests, and the smokers
that are running with these dev versions then send me
confusing test failures. This is a pain.
- Reworking of HTML quote issue in FormatPS
- Now remap all double quotes to " in FormatPS (which is not
really right, but the best I can do with latin1 output)
- RT#69426 - issues with HTML quotes
- UTF8 handling requires perl 5.8, so minimum requirement bumped
- Release unchanged except for version number after a period
to see if test release threw up any issues...
- Code gardening - no functionality modifications - includes:-
- Moved old DEBUG framework to Smart::Comments
- Ensured variables are declared my as much as possible
- Ensure strict/warnings used as far as possible
- use base rather than playing games with @ISA
- Changes above enforce a requirement of perl 5.6.1
- Robo-reformatted by perltidy
- Stripped function prototypes where used
- Passes standard perl critic with one exclusion
- Tweaks for comprehensibility - splitting sections etc
- Smoke tests on windows showed needed make PS tests less strict
- Changed the github location to be all lowercase
- Releasing this as a stop gap - will do further work now
incompatibilities dealt with
- Added dependancies for font metrics files
- Documentation tidy up - but needs further work
- new TRIAL release - intend to push this as full release if OK
- Git conversion
- Dist::Zilla conversion
- RT#54636 - UNIVERSAL::Can deprecated
- RT#56278 - RTF formatting parameters ignored by new
- Start of a new test harness
- TRIAL release pushed out. Aiming to improve docs and maybe
hit rest of RT queue before a full release.
* File format is changed. You can find converter
at http://www.duke.edu/~dgraham/ETM/
Changelog:
855 2011-08-05
Modified old2new.py to avoid overwritting existing files.
854 2011-08-05
Fixed erratic action timer behavior. Removed an unused entry from
etmrc and corrected the documentation for 'increment' to indicate
that it only applies to actions created with the action timer.
853 2011-08-03
Added checks to prevent the automatic update for previous users of
etm from overwriting either *.txt or *.text files in the (new)
etmdata directory.
852 2011-08-02
Fixed bug in command line help display for outline view.
851 2011-08-02
Added n (newer) and w (start gui) to the command line options for
e.py.
850 2011-07-31
Restored 'A' command to create an action with a specified extent
without starting timer. When opening project file in external
editor, reload if modification time has changed. Store timer details
in a hash to avoid string manipulations and dropped fields.
849 2011-07-31
etmRC tweaks.
848 2011-07-28
Fixed bug in converting weekday abbreviations to 2-letter, uppercase
ones in @w entries. Added old2new.txt to the basic upload. Removed
redundant 'extent' entry from etmrc.
847 2011-07-28
Fixed error in showing ending date in datebar. Used end_date but
should be end_date - oneday. Allow relative date in setting
begin_date as well as end_date, e.g., -e '-21'.
846 2011-07-27
No more rotating files. Instead create, e.g, 2011/07_actns.text in
the etmActions directory in July 2011 and similarly events, notes
and tasks and for other months and years.
845 2011-07-23
Added tag new for changeset 36046d531589
844 2011-07-22
Added starting time option for actions.
843 2011-07-20
More etmRC tweaks. This seems to work on all platforms.
842 2011-07-20
Windoz weak - use r'''var''' to prevent expansions of \n, \t and so
forth in paths.
841 2011-07-20
Replaced open with codecs.open in etmRC and etmData.
840 2011-07-20
For Windoz, write new etmrc using default file encoding.
839 2011-07-20
More etmRC tweaks. Check for modification of etmrc after external
edit before warning about restart.
838 2011-07-20
More etmRC tweaks.
837 2011-07-18
Tweaks for etmRC paths. wxpython 2.8.12.
836 2011-07-18
Added check_rotating to etmRC to create appropriate archive files
before migrating old data files.
835 2011-07-18
Added .text extension to rotating archive and backup files.
834 2011-07-17
Added check_newinstall, make_examples and make_holidays to etmRC.
833 2011-07-17
Removed len(v)>2 test in etmData.getLeaf.
832 2011-07-16
Use extension 'text' instead of 'txt' for new format data files.
Automatically copy old files to ~./etm/etmdata, make format changes
and change the extentsion.
831 2011-07-16
Hack to make locale work for 12-month calendar in both os x and
linux. Corrected bug in rc in which a new rc file would not be
created. Added print statements to trace rc.
830 2011-07-14
Fixed wrong indent in etmData. Fixed old2new to replace '@p #' with
'@e +#'.
829 2011-07-13
Make search involve all tuples, regardless of date.
828 2011-07-13
Help improvements.
827 2011-07-11
Save error messages when loading data and report in both CLI and
GUI.
826 2011-07-10
Reorganized Item Options help tab and added Examples tab.
825 2011-07-10
Fixed bug in showing week with no items.
824 2011-07-09
Colors output from the command line. Added Cmd loop to cli.
823 2011-07-08
Ctrl-F now exports selection in vCal format to 'export.ics' in
export directory.
822 2011-07-08
Details support. With a leaf selected, Ctrl-P shows both the item
and its details nicely formatted. Ctrl-Y works similarly. When
adding '-d' to outline display options, using '-d len' would show
both the times and their locations, extents and notes. Using '-d *'
would show all details.
821 2011-07-07
Prerequisites with finish dates and with or without repetitions are
now handled correctly.
820 2011-06-30
Changed str() to unicode() in etmData
819 2011-06-30
Enabled action timer to be restarted after stopping.
818 2011-06-30
Busy/Free now works from gui and cli. Modified prep_dist to confirm
if hg stat is non-null.
817 2011-06-29
Export to vcal (-v store_true) and export to CSV (-x string) where
string is composed of single character tuple labels, e.g., -x ymdp
for year, month, day, priority.
816 2011-06-28
Fixed bug in char2PageMode involving 'action' v 'actions'.
815 2011-06-28
Added priority.
814 2011-06-24
First pass at Ctrl-Tab completion.
813 2011-06-24
Add missing fields to hash and then use hash2Str instead of
appending field to existing string.
812 2011-06-22
Changed etm info to show common prefix and relative paths for data
files.
811 2011-06-22
Added export to vCal/iCal bound to v parser in cli and ^V in the
gui.
810 2011-06-19
'A' with timer stopped now creates a new action without using the
timer.
809 2011-06-17
Added tags with possibly mulitple switches similar to nts.
808 2011-06-17
Preserve options including groupby cols when selecting dates in
calendar.
807 2011-06-15
Fixed bug in sunmoon error reporting for timeout.
806 2011-06-15
Get dates as 1/1 of current year minus 1 year and 12/31 of current
year plus 5 years with integer defaults for years set in etm rc.
Work on colors and attributes. Don't hide notes by default in
standard view.
805 2011-06-08
Added create project. Fixed bug in calling textwrap instead of
text_wrap.
804 2011-06-07
Fixed bug in assigning action to beginby. Handle non-tuple groupby.
Work on help.
803 2011-06-07
Fixed yank and print in html windows.
802 2011-06-07
Clear outline and busy options with shift-enter but save them to use
as defaults for later usage.
801 2011-06-06
Combined 'view' and 'item' into 'options'. Don't show null options
in the status bar. Hide details now seems to work with various
groupby settings.
800 2011-06-06
Basic command line parsing and output now works.
Queequeg is a tiny English grammar checker for non-native speakers
who are not used to verb conjugation and number agreement. We
especially focus on people who're writing academic papers or business
documents where thorough checking is required. We aim to reduce
this laborious work with automated checking. Queequeg is named
after a character in Herman Melville's masterpiece.
D. J. Bernstein's constant database library adapted as a python
extension module. Like GDBM and kin, cdb files map keys to values.
The file format boasts wickedly fast lookups and atomic updates.
Software projects are displayed by Gource as an animated tree with
the root directory of the project at its centre. Directories appear
as branches with files as leaves. Developers can be seen working
on the tree at the times they contributed to the project.
Currently Gource includes built-in log generation support for Git,
Mercurial and Bazaar and SVN (as of 0.29). Gource can also parse
logs produced by several third party tools for CVS repositories.
* Extra checks of search arguments for possible SQL injection attacks
* Remove excess parentheses in debug SQL
* Fix parsing of foo.* in SQLA::Tree
* Fix bindtype fail when using -between with arrayrefref literals
* Add handling for NULL for -in
* The -nest operator has entered semi-deprecated status and has been
undocumented. Please do not use it in new code
* Fix t/matlab.t failing on Windows (RT 64629)
* Applied patch from RT 51669 (POD rendering)
* Applied patch from RT 61334 (fix croak in new_from_string)
* Make reference check less strict in _new_from_row_or_cols (requested by MJD)
Changes 2.06:
* added submatrix() (exactly the same behavior as sec() from PDL, for 2D
matrices)
* t/submatrix.t created
* t/decompose_LR.t created
* !!!NEED documentation for submatrix()
* Production release, no changes from 1.32_04
Changes 1.32_04:
* Updated to SQLite 3.7.6.3
* Made util/getsqlite.pl state that it needs fixing to work for
SQLite 3.7.5+ when it dies at the last step, and outline what the
user needs to do manually instead, until getsqlite is fixed
Changes 1.32_03:
* Updated to SQLite 3.7.6.2
* Resolved 67843 for DBD-SQLite: savepoint rollback alters AC state
Changes 1.32_02:
* Updated to SQLite 3.7.5
* Resolved 65267 for DBD-SQLite: Add RTree support option;
skip fts3/metadata tests if those features are disabled
* Resolved 65267: Add RTree support option
* Added sqlite_see_if_its_a_number database handle attribute
to deal with issues caused by (quoted) bind values against
numbers such as return values from a function etc.
* Recently introduced test sql_type_cast.t cannot work with DBI less
than 1.611.
* Minor change to Makefile.PL to avoid use of unitialised warning on
$ENV{LD_LIBRARY_PATH} in warning when it is not set.
Changes 1.30_7:
* Some time ago (I don't know when) a few internal errors generated by
DBD::ODBC got ignored. There are about 5 of them but I seriously
doubt anyone would hit any other than the data truncated error
(which is reported by the ODBC driver anyway) and "no select
statement currently executing". You can see rt_68720.t in the t
directory for an example of the latter.
* An extra argument has been added to the sub associated with
odbc_err_handler. The arguments passed to the odbc_err_handler are
now state (string), error (string), native error code (number) and
the status returned from the last ODBC API. The status will be
SQL_ERROR (-1) for errors or SQL_SUCCESS_WITH_INFO (1) for
informational messages.
* Changed incorrect verion number
Changes 1.40:
* Fixed bug rt44591 second preapre giving an error
* Fixed bug rt57981 warnings during clone
* Fixed bug rt63191 Synopsis errors
* Fixed bug rt66813 Google's group link in the POD