Skip to content

Commit

Permalink
Preparing for release of 1.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinox committed Oct 31, 2010
1 parent 915f863 commit d27676e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
30 changes: 29 additions & 1 deletion doc/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
ChangeLog for Nicotine Plus

1.2.16 (16th February 2010)
1.2.16 (31th October 2010)

Behaviour
* Updated most country flags (#599)
* All messages should now be properly timestamped in the log (#602)
* Saving user pictures now appends a timestamp so pictures aren't overwritten

Features
* Foobar support for NowPlaying (#644)

Bugs
* Division-by-zero errors broke transfers (#561)
* Some packets were packed incorrectly (#570)
* Recursive downloads didn't work (#571)
* Search results were improperly formatted (#594)
* Copying folder URLS didn't work (#574)
* Mid sentence tab completion destroyed input (#562)
* Portmapping with MiniUPnPc (the binary) didn't work (#593)
* Deprecated raise statements using strings (#613)
* Transparency wasn't saved properly (#615)
* Shares didn't work properly with out-of-ASCII characters (#623, #345)
* Fileshare counter increased on refreshing a filelist (#617)
* Program failed to start with a corrupt transfer file (#628)
* Network loop crashed on invalid DistribSearch packets
* Private rooms often didn't show up in the room list (#641)
* nicotine.desktop was missing P2P and Network sub categories (#660)


1.2.15 (16th February 2010)

Behaviour
* Changed the description for our .exe files so it shows up as Nicotine+ in
Expand Down
2 changes: 1 addition & 1 deletion pynicotine/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

from __future__ import division

version = "1.2.16svn"
version = "1.2.16"
latesturl = "http://nicotine-plus.sourceforge.net/LATEST"

import string
Expand Down

0 comments on commit d27676e

Please sign in to comment.