This repository was archived by the owner on Aug 4, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +15
-3
lines changed
Expand file tree Collapse file tree 5 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "librepsheet"
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = 3.2 .0
41+ PROJECT_NUMBER = 4.0 .0
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 1+ 2015-04-07 Aaron Bedra <aaron@aaronbedra.com>
2+
3+ * 4.0.0: Unifies keyspace (Breaking changes)
4+
152014-12-08 Aaron Bedra <aaron@aaronbedra.com>
26
37 * 3.2.0: Fixes to CIDR support
Original file line number Diff line number Diff line change 11AC_PREREQ ( 2.61 )
2- AC_INIT ( [ librepsheet] , [ 3.2 .0] , [ aaron@aaronbedra.com] )
2+ AC_INIT ( [ librepsheet] , [ 4.0 .0] , [ aaron@aaronbedra.com] )
33AC_CONFIG_HEADERS ( [ config.h] )
44
55AM_INIT_AUTOMAKE ( [ -Wall foreign subdir-objects] )
Original file line number Diff line number Diff line change 1+ librepsheet (4.0.0-1) unstable-security; urgency=medium
2+
3+ * Unifies keyspace (Breaking changes)
4+
5+ -- Aaron Bedra <aaron@aaronbedra.com> Tue, 07 Apr 2015 20:31:42 -0500
6+
17librepsheet (3.2.0-1) unstable-security; urgency=low
28
39 * CIDR support fixes
Original file line number Diff line number Diff line change 11Name: repsheet
2- Version: 3.2 .0
2+ Version: 4.0 .0
33Release: 1
44Summary: Core library
55License: ASL 2.0
@@ -72,6 +72,8 @@ rm -rf $RPM_BUILD_ROOT
7272%doc LICENSE
7373
7474%changelog
75+ * Tue Apr 07 2015 Aaron Bedra <aaron@aaronbedra.com> - 4.0.0-1
76+ - Unifies Keyspace (Breaking changes)
7577* Mon Dec 08 2014 Aaron Bedra <aaron@aaronbedra.com> - 3.2.0-1
7678- Fixes CIDR support
7779* Thu Oct 09 2014 Aaron Bedra <aaron@aaronbedra.com> - 3.1.0-1
You can’t perform that action at this time.
0 commit comments