Skip to content

Commit

Permalink
Release libinfinity 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aburgm committed Jan 5, 2009
1 parent 12e6ffc commit 0e637bd
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 203 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2008-01-04 Armin Burgmeier <[email protected]>

* === Released 0.2.0 ===

* NEWS: Update for release.

2009-01-04 Armin Burgmeier <[email protected]>

* libinfinity/common/inf-tcp-connection.c
Expand Down
28 changes: 28 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
libinfinity 0.2.0:

* infinoted records sessions to ~/.infinoted-records
* Added proper modification tracking, and an autosave feature for
infinoted.
* Implemented InfStandaloneIo on Windows, making infinoted run on
Windows
* Refactored connection manager, introducing InfCommunication API for
high-level network handling. This breaks protocol compatibility with
libinfinity 0.1.x.

libinfinity 0.1.2:

* Fixed required dependencies in pkg-config files
* Improved error message when the remote host does not send XMPP
* Fixed a crash when compiling with -O2 or above
* Fixed a few memory leaks
* Fixed build with cairo 1.4 (#393)

libinfinity 0.1.1:

* Made libinfinity properly relocatable on Windows
* Fixed the documentation build when avahi is disabled (#386,
Gregory Haynes)
* Fixed a segfault when showing the file list (#388, Georg)
* Fixed pasting a lot amount of text (#387, Benjamin Herr)
* Fixed connection to server with much history (#389, Matthias Prinz)

libinfinity 0.1.0:

* Initial release of libinfinity
Expand Down
1 change: 0 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ libinftextgtk:
2. Requirements

libinfinity requires:
- libuuid (not on Windows)
- glib-2.0 >= 2.16
- gobject-2.0 >= 2.16
- libxml-2.0
Expand Down
3 changes: 1 addition & 2 deletions po/POTFILES.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
infinoted/infinoted-autosave.c
infinoted/infinoted-note-plugin.c
infinoted/infinoted-options.c
infinoted/infinoted-run.c
Expand All @@ -14,10 +15,8 @@ libinfinity/adopted/inf-adopted-state-vector.c
libinfinity/client/infc-browser.c
libinfinity/client/infc-request-manager.c
libinfinity/client/infc-session-proxy.c
libinfinity/common/inf-connection-manager.c
libinfinity/common/inf-discovery-avahi.c
libinfinity/common/inf-error.c
libinfinity/common/inf-method-manager.c
libinfinity/common/inf-session.c
libinfinity/common/inf-tcp-connection.c
libinfinity/common/inf-user.c
Expand Down
Loading

0 comments on commit 0e637bd

Please sign in to comment.