File: NEWS

package info (click to toggle)
libaspect-perl 1.04-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 704 kB
  • sloc: perl: 6,846; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 653 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
libaspect-perl (0.45-1) unstable; urgency=low

  From upstream Changes:

  Renamed the new API for join point contexts from Aspect::Context
  to Aspect::Point.

 -- gregor herrmann <gregoa@debian.org>  Mon, 17 May 2010 17:46:32 +0200

libaspect-perl (0.37-1) unstable; urgency=low

  THIS RELEASE CONTAINS API CHANGES THAT MAY BREAK EXISTING CODE

  To retain compatibility with previous releases, you should change
  all of your after() calls to after_returning() calls. The after()
  advice now traps BOTH originary return values and exceptions, as
  per the AspectJ implementation

 -- Jonathan Yu <jawnsy@cpan.org>  Sat, 16 Jan 2010 01:44:34 -0500