File: Changes

package info (click to toggle)
libversion-util-perl 0.732-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 156 kB
  • sloc: perl: 263; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 676 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
0.732   2022-09-22  Released-By: PERLANCAR; Urgency: medium

        - [ux] Wrap exception thrown by version->parse() so that user can
          see the invalid version number that causes the exception, without
          having to do a stack trace.


0.731   2018-06-10  Released-By: PERLANCAR

	- Add functions: min_version, max_version.


0.730   2018-01-09  Released-By: PERLANCAR

	- Relax version regex pattern.


0.72    2016-03-02  Released-By: PERLANCAR

	- Add functions: add_version(), subtract_version().


0.71    2014-04-17  Released-By: SHARYANTO

        - First release. Extracted from SHARYANTO-Utils (renamed module from
          SHARYANTO::Version::Util).