Changelog must be in chronological order

This commit is contained in:
Bob Mottram 2014-03-06 21:12:26 +00:00
parent 6bfc563f75
commit f0c76f003a
3 changed files with 4 additions and 5 deletions

4
debian/changelog vendored
View File

@ -59,7 +59,7 @@ pybitmessage (0.4.2-1) saucy; urgency=low
* Add feature in settings menu to give up resending a message after a
specified period of time
-- Bob Mottram (4096 bits) <bob@robotics.uk.to> Sat, 29 June 2013 11:23:00 +0100
-- Bob Mottram (4096 bits) <bob@robotics.uk.to> Thu, 6 March 2014 20:23:00 +0100
pybitmessage (0.4.1-1) raring; urgency=low
@ -72,7 +72,7 @@ pybitmessage (0.4.1-1) raring; urgency=low
* Change _verifyAddress function to support v4 addresses
-- Bob Mottram (4096 bits) <bob@robotics.uk.to> Sat, 29 June 2013 11:23:00 +0100
-- Bob Mottram (4096 bits) <bob@robotics.uk.to> Sun, 29 September 2013 09:54:00 +0100
pybitmessage (0.4.0-1) raring; urgency=low

1
debian/rules vendored
View File

@ -37,7 +37,6 @@ binary-indep: build install
dh_md5sums
dh_builddeb
dh_python2
binary-arch: build install
binary: binary-indep binary-arch

View File

@ -69,7 +69,7 @@ make install -B DESTDIR=%{buildroot} PREFIX=/usr
%attr(644,root,root) /usr/share/icons/hicolor/24x24/apps/%{name}.png
%changelog
* Sat Jun 29 2013 Bob Mottram (4096 bits) <bob@robotics.uk.to> - 0.4.2-1
* Thu Mar 6 2014 Bob Mottram (4096 bits) <bob@robotics.uk.to> - 0.4.2-1
- Exclude debian directory from orig.tar.gz
- Added Norwegian, Chinese, and Arabic translations
- sock.sendall function isn't atomic.
@ -107,7 +107,7 @@ make install -B DESTDIR=%{buildroot} PREFIX=/usr
- Add feature in settings menu to give up resending a message after a
specified period of time
* Sat Jun 29 2013 Bob Mottram (4096 bits) <bob@robotics.uk.to> - 0.4.1-1
* Sun Sep 29 2013 Bob Mottram (4096 bits) <bob@robotics.uk.to> - 0.4.1-1
- Fixed whitelist bug
- Fixed chan bug
Added addressversion field to pubkeys table