bump version for release

This commit is contained in:
Oliver Gorwits
2013-03-07 21:49:58 +00:00
parent ae307f30b3
commit 02c46e2275
7 changed files with 21 additions and 635 deletions

View File

@@ -49,7 +49,7 @@ referenced in the configuration like so (and use C<--path> option):
For SQL debugging try the following commands:
DBIC_TRACE_PROFILE=console DBIC_TRACE=1 ~/bin/localenv ~/bin/netdisco-web-fg
DBIC_TRACE_PROFILE=console DBIC_TRACE=1 ~/bin/localenv starman --workers=1 ~/bin/netdisco-web-fg
DBIC_TRACE_PROFILE=console DBIC_TRACE=1 ~/bin/localenv ~/bin/netdisco-daemon-fg
=head1 Further Reading...

View File

@@ -245,7 +245,8 @@ command will watch the C<lib> and C<share> folder trees for changes, and you
probably want to switch to the C<development.yml> dancer configuration for
additional logging:
DANCER_ENVIRONMENT=development ~/bin/localenv plackup -R lib,share bin/netdisco-web-fg
DANCER_ENVIRONMENT=development DBIC_TRACE_PROFILE=console DBIC_TRACE=1 \
~/bin/localenv starman -R lib,share bin/netdisco-web-fg
=head2 Authentication

View File

@@ -8,7 +8,7 @@ This document will list only the most important changes with each release of
Netdisco. You are B<STRONGLY> recommended to read this document each time you
install and upgrade.
=head1 2.005000_003
=head1 2.006000
=head2 Incompatible Changes