Next | Query returned 40 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880)
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
   2013-01-26 21:24:46 by Ulrich Habel | Files touched by this commit (2)
Log message:
Updated to 5.9006

ChangeLog:
Revision history for Catalyst-Manual

    - Fix minor typos RT 78545, thanks Joe Axford
    - Update auth class name RT 77322 Thanks Joe Axford
    - Fix typo RT #77247 Thanks John Deighan

5.9004 4th May 2012
    - PSGI Compat changes
    - Small code changes (thanks sockmonk)
    - Small changes to Manual::Components

5.9003 17 Feb 2012
    - Mention PSGI in Manual::Ingro RT 74872 (thanks William Blunn).
    - Better docs of :Global inspired by RT 74869 (thanks William Blunn)
    - Highlight the importance of uncommenting the template line in the
      list action
    - Clarify docs for nginx in non-root - a trailing slash on the
      location block is very much needed.
    - Clarified Data::Dumper usage.  RT#71410 Thanks to Bill Corr
    - Mention Chef deployment in Manual::Deployment (thanks to Alexey
      Melezhik)
   2012-10-28 07:31:10 by Aleksej Saushev | Files touched by this commit (600)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798)
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
   2011-10-06 14:40:43 by Hiramatsu Yoshifumi | Files touched by this commit (2) | Package updated
Log message:
Update p5-Catalyst-Manual to 5.9002.

Changes from previous:
5.9002 3 Sept 2011    - Tutorial
        - Switch to 'catalyst' vs. 'root' user in VM
        - Add notes about X Windows installation
        - Misc small adjustments

5.9001 2 Sept 2011
    - Tutorial:
        - Migrate Tutorial to use of a downloadable Virtual Machine
        - Switch tutorial to Catalyst::Plugin::StatusMessage (vs. flash
            and query parameters)
        - Switch to use of local::lib
        - Add "next chapter links" (RT #31164)
        - Test all the tutorial code and make sure it's all working
        - Lots of other Tutorial cleanup
        - Update to Catalyst 5.9 and latest versions of all modules
        - Clean up RT ticket queue (#68379, 68377, 68376, etc.)
        - Other misc fixes/changes

5.9000 16 Aug 2011
    - Copy editing to make more sense in deployment documentation.

5.8901 7 Aug 2011 - TRIAL RELEASE
    - Added Catalyst::Manual::Deployment containing the documentation
      which used to be in Catalyst::Engine::*, updated for the
      new PSGI engine.

5.8008 2 Aug 2011
    - Tutorial chaper 3
      - Remove note about hacking tests to require MyApp so that MyApp->path_to
        works. Application components should compile independently, and
        therefore explain this and show configuring components from the
        app class.

    - Tutorial appendix
      - Fix confusing mix of singular and plural table names in the MySQL
        section to be plural, as per the rest of the tutorial.

    - Cookbook
      - Remove suggestion to generate RSS feeds using Template Toolkit.
        This is a horrible idea, and it's very very easy to generate an
        invalid feed.

5.8007 29 Feb 2011
    - Tutorial
      - Switch to use of DBIx::Class::PassphraseColumn for hashed & salted
        passwords. It's much more flexible than the previously used
        DBIx::Class::EncodedColumn.

5.8006 29 Feb 2011
    - Fix metadata to refer to the new git repository
    - Cookbook
      - Small fixes and typos
    - Tutorial
      - Various typo fixes.
      - RT #57989: typo
      - RT #61486: correct instructions for MySQL
      - RT #62095: prevent XSS
      - RT #62095: persistent message on /login
      - RT #63057: typo
      - RT #64087: typos
      - RT #64126: Use precise name of licence
      - RT #64126: typos
      - RT #67820: fix relationship decleration
      - Do not recommend FastMmap
    - DevelopmentProcess
      - RT #62610: typo

5.8005 27 Oct 2010
    - Tutorial:
        - Add DATABASE CONFIG SWITCHING USING MULTIPLE CONFIG FILES section
        - Critical bugfix on index page.
   2011-08-14 18:06:13 by OBATA Akio | Files touched by this commit (268)
Log message:
Revision bump after updating perl5 to 5.14.1.
   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2010-03-10 11:54:34 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating www/p5-Catalyst-Manual from 5.8003 to 5.8004

Upstream changes:
5.8004 17 Feb 2010
    - Tutorial:
        - Add foreign key support for SQLite
            (huge thanks to Caelum for that and other good edits!)
        - Add "Quick Start" to Intro (Chapter 1)
        - Switch to use of "-r" to auto-restart the dev svr
        - Update for latest available Debian package versions
        - Switch to individual files for example code vs. tarballs
        - Switch to 'done_testing' and shorter 'prove' args for testing chapter
        - Misc typo fixes
    - Other:
        - Minor Cookbook edits
   2010-01-16 22:52:03 by Jens Rehsack | Files touched by this commit (2) | Package updated
Log message:
Updating www/p5-Catalyst-Manual from 5.8001 to 5.8003

pkgsrc changes:
  - Adjusting module type - use "Module::Install::Bundled" directly

Upstream changes:
5.8003 28 Dec 2009
    - Variety of typo fixes
    - Fix incorrectness re :Global and :Local
    - Update DevelopmentProcess.pod

5.8002 15 Nov 2009
    - Update tutorial to match latest prepacked versions in Debian 5
    - Add FormHandler branch (with thanks to gshank!)
    - Misc cleanup/freshing up of tutorial.
    - Fix indenting issue (with thanks to Kiffin Gish)
    - Integrate tome fix branch (with thanks to tome!)
    - Add a "negative" test to confirm that test02 does not have an \ 
admin create link
    - Integrate sqlite3 clarification and link by wolfman2000 from \ 
tutorial_role_updates branch
    - Fix Pod typos in ::Internals (RT#51488)
    - Fix Pod typos in the Cookbook (RT#51466)
    - Fix a Test::Pod failure and make Debian happier.
    - Typo fixes from garu
    - Misc minor and/or typo fixes
   2009-10-24 16:42:41 by Jens Rehsack | Files touched by this commit (2) | Package updated
Log message:
Updating www/p5-Catalyst-Manual from 5.8000 to 5.8001

pkgsrc changes:
  - keep bundled Module::Install

Upstream changes:
5.8001 06 Oct 2009
        - Tutorial
            - Fix RT #46760
            - Fix RT #46618
            - Fix cat-install script URL
            - Fix typos
            - Replace reference to deprecated CatalystX::ListFramework::Builder
              with Catalyst::Plugin::AutoCRUD
        - Other
            - Lots of updates thanks to t0m
            - Update development process / core team docs
            - Cookbook fixes WRT authorization
            - Better description of application setup process
            - Fix some links
            - Normalise spacing

Next | Query returned 40 messages, browsing 21 to 30 | Previous