I'm not sure how many people here care, but pkgsrc has been udpated, so
4.0.0 will be in the quarterly branch that's cut 10/1ish, and thus
binary pacakges will be available for a number of platforms.

Thanks to Ian for helping me through debugging the gcc/SSP issue.

--- Begin Message ---
Topics:
   CVS commit: pkgsrc/chat/libotr
   CVS commit: pkgsrc/chat/pidgin-otr

--- End Message ---
--- Begin Message ---
Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Sep  6 00:23:19 UTC 2012

Modified Files:
        pkgsrc/chat/libotr: Makefile PLIST buildlink3.mk distinfo

Log Message:
Update to 4.0.0.

Note that while the protocol is compatible, the API is not, and hence
there will be a pidgin-otr update within minutes.

There is an apparent gcc 4.1.3 -O2/SSP bug, which is avoided by
disabling SSP in libotr (which libotr finds and turns on).  This is
temporary pending more fine-grained control and/or a fix.

Update to libotr 4.0.0.  Note that libotr 4.x is API-incompatible with
libotr 3.x; upstream thinks this is ok, so pkgsrc won't try to work
around it.

24 Aug 2012:
- Release 4.0.0
- Support v3 of the OTR protocol
- The main new feature: sensibly handle the case where a user is logged
  in multiple times to the same IM account
- API changes:
  - instance tags, to support multiple simultaneous logins
  - support for asynchronous private key generation
  - the ability to provide an "extra" symmetric key to applications
    (with forward secrecy)
  - applications can supply a formation conversion callback if they do
    not natively use XHTML-style UTF8 markup
  - error messages formerly provided by libotr are now handled using
    callbacks to the application, for better i18n support
  - otrl_message_sending now handles message fragmentation internally


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/chat/libotr/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/chat/libotr/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/chat/libotr/buildlink3.mk
cvs rdiff -u -r1.8 -r1.9 pkgsrc/chat/libotr/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



--- End Message ---
--- Begin Message ---
Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Sep  6 00:24:47 UTC 2012

Modified Files:
        pkgsrc/chat/pidgin-otr: Makefile distinfo

Log Message:
Update to 4.0.0.

24 Aug 2012:

- Release 4.0.0

21 Jun 2012:

- Fixed an issue that happened when enabling the OTR plugin while a
  conversation is open.
- Release 4.0.0-beta2

7 Jun 2012:

- The plugin now supports multiple OTR conversations with the same
  buddy who is logged in at multiple locations. In this case, a new
  OTR menu will appear, which allows you to select which session an
  outgoing message is indended for. Note that concurrent SMP
  authentications with the same buddy who is logged in multiple times
  is not yet supported (starting a second authentication will end the
  first).
- During a private conversation with a buddy, an incoming unencrypted
  message will now trigger the regular incoming message notifications.
  In Pidgin this includes showing the message in the top-right
  notification area, if it is normally configured to do so.
- New Italian, Swedish, Polish and Vietnamese translations. Updates to
  the French translation.
- When a private conversation begins, the plugin will indicate whether
  Pidgin is configured to log the conversation.
- By default, OTR conversations will not be logged by Pidgin.
- Fingerprints in the manual authentication dialog are now selectable
- The plugin will no longer delete the OTR menus if a non-foreground
  conversation window is closed.
- Except on WIN32, the plugin will now set the umask to 0077 before
  creating the otr.* files in the purple directory so that they end up
  mode 0600.
- The menu item now says "Reauthenticate buddy" when the buddy is
  already authenticated.
- Release 4.0.0-beta1


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/chat/pidgin-otr/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/chat/pidgin-otr/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



--- End Message ---
_______________________________________________
OTR-dev mailing list
[email protected]
http://lists.cypherpunks.ca/mailman/listinfo/otr-dev

Reply via email to