[pkg-otr-team] [irssi-plugin-otr] tag 4.0.0-beta1 created (now 4f422c8)

Holger Levsen holger at moszumanska.debian.org
Mon Mar 3 21:55:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

holger pushed a change to tag 4.0.0-beta1
in repository irssi-plugin-otr.

        at  4f422c8   (commit)
This tag includes the following new commits:

       new  d426db7   Initial revision
       new  80ad845   	* otr-plugin.h: 	* otr-plugin.c (otrg_plugin_proto_supports_otr): New function to 	check whether a given protocol supports OTR.  Right now, 	everything except IRC is assumed to support it.
       new  62bb6da   	* otr-plugin.c: 	* gtk-dialog.c: Replace the OTR button in the button box if the 	user changes the button style (which causes gaim to remove all 	the buttons, and only replace its own).
       new  7a2f13b   Alter the labels on menuitems rather than creating and destroying them.
       new  15b2c30   * Fri Jun 17 2005 Tom "spot" Callaway <tcallawa at redhat.com> - reworked for Fedora Extras
       new  89e49d9   	* README: 	* Makefile.mingw: 	* packaging/fedora/gaim-otr.spec: 	* packaging/windows/gaim-otr.nsi: 	* configure.ac: Change version to 3.0.0
       new  bea6a7e   	* otr-plugin.c (confirm_fingerprint_cb): Match the changing 	libotr API.
       new  b502e7a   	* otr-plugin.c: Disconnect all contexts when gaim is about to 	quit.
       new  90a50ff   	* Conform to the new libotr API.
       new  d9849c7   Change the gaim-otr version to 3.0.0 beta 1
       new  9497e49   No spaces in the version name
       new  af215b6   	* packaging/fedora/gaim-otr.spec: Patches from Paul
       new  1e79c73   Missing ChangeLog message
       new  c4f9bd7   	* dialogs.h: 	* dialogs.c: 	* gtk-dialog.c: 	* otr-plugin.c: Track libotr API change: protocol_version is now 	part of the ConnContext, and not passed separately to the 	gone_secure() and still_secure() plugins.
       new  3b28f83   Reinstate sending of TLV_DISCONNECT at gaim quit time, but only for v2 sessions (which can handle it).
       new  1d3edd3   	* gtk-dialog.c: Better icons
       new  4b222c3   Changed the unverified icon
       new  c3ebdc9   	* gtk-dialog.c: Make the text of dialog boxes selectable
       new  d288820   	* INSTALL: Add instruction for doing autoreconf from CVS 	version, if your libotr.m4 is in a nonstandard place.
       new  c89bbfc   	* gtk-dialog.c: 	* otr-plugin.c: Compile against either gaim-1.x or gaim-2.x, 	based on a patch from Dustin Howett <alaricx at gmail.com>.
       new  928079d   	* otr-plugin.c: Track the gaim-2 API changes.
       new  317be11   	* otr-plugin.c: Use g_fopen() to open the otr files, so that on 	Windows, the UTF8 filename encoding is respected.
       new  a1a250a   Patch for cross-compiling to get g_fopen right.
       new  4fcc431   	* Makefile.mingw: Build under newer mingw cross-compilation 	environment.
       new  c0964cb   	* Makefile.am: 	* configure.ac: 	* dialogs.c: 	* dialogs.h: 	* gtk-dialog.c: 	* gtk-dialog.h: 	* gtk-ui.c: 	* gtk-ui.h: 	* otr-plugin.c: 	* otr-plugin.h: 	* ui.c: 	* ui.h: Porting to Pidgin 2.0.0 thanks to Reza Jelveh 	<reza.jelveh at tuhh.de>.
       new  f0c6b8e   Merged Version_3_Dev branch
       new  98c6916   	* nl.po: Initial submission from Paul Wouters 	<paul at xelerance.com>
       new  53982fb   	* nl.po: Touch up formatting
       new  1165925   Patch from Paul
       new  6418a70   	* gtk-dialog.c: 	* otr-plugin.c: ISO C cleanups (no mixing declarations with code)
       new  c0a223a   Spec file patch and minor translation patch from Paul
       new  391d851   	* gtk-dialog.c: The SMP secret window should grab focus, but 	only if the user requested to authenticate buddy (and not if it 	popped up because the remote side asked for it)
       new  2818c08   	* nl.po: Minor patches from Paul
       new  608989f   *** empty log message ***
       new  522275c   *** empty log message ***
       new  fe5a0d4   Touched up Makefile.static
       new  5b7253b   	* Makefile.mingw: Statically link libintl and libiconv
       new  8e1747c   Initial Spanish translation file from Paul
       new  c9de791   Got translator's name for credit line
       new  fa73925   fr.po from Joel
       new  e576f4b   Just use the intl.dll that comes with win32 pidgin.
       new  f653970   Minor patches to fr.po from Joel
       new  e7103cf   Noted translations in NEWS file
       new  594500b   	* configure.ac: Fix PKG_CHECK_MODULES so that it gives a 	sensible error if the packages aren't found
       new  066e60b   	* Makefile.mingw: 	* po/Makefile.mingw: Cleaned up Makefile.mingw files, removed 	"install" target, added "zip" target
       new  1510163   	* packaging/windows/pidgin-otr.nsi: Install and uninstall the 	translation files
       new  f803c8e   	* sk.po: Initial submission from Milan Plzik <emempi at gmail.com>
       new  e9cbf66   updated README files for SMP, fragmentation
       new  318f755   Released 3.1.0
       new  70ef4a7   	* tooltipmenu.[ch]: New classes to allow tooltips on menus.
       new  0a83e75   Added misplaced Hungarian translation from Mate Ory <orymate at gmail.com>
       new  aaadb14   	* gtk-dialog.c: Added "What's this?" item to OTR menu
       new  dec8c10   Removed unnecessary _() around undisplayed dummy labels
       new  9369012   Try out moving the OTR button to the toolbar
       new  4d1c1df   	* gtk-ui.c: 	* gtk-dialog.c: Try moving the OTR button to the toolbar, based 	on an idea from Pontus Andersson at 	http://blog.pesa.se/2007/09/25/goodbye-big-bloated-otr-button/
       new  b0d6ad2   	* gtk-dialog.c: The new toolbar OTR button now uses the standard 	OTR menu
       new  a1533bf   	* gtk-ui.c: Specify that the OTR button shows up in the toolbar 	now.
       new  2bf7b10   	* gtk-dialog.c: Added a context-sensitive Help button to the 	Authenticate Buddy dialog.
       new  8cd9728   	* gtk-dialog.c: Revamp of Authenticate Buddy dialog, based on a 	mockup by hcat at gmx.net
       new  d3cb396   	* gtk-dialog.c: A small change to aid in i18n from Őry Máté 	<orymate at gmail.com>
       new  062b2b3   	* po/de.po: Updated German translation from Michael Meier 	<mail at code.mmsources.de>
       new  bd871c8   	* dialogs.h: Remove unused FINGERPRINT_HELPURL.
       new  31ec34e   	* gtk-dialog.c: Don't try to destroy the submenu when we've 	already destroyed the menu.  Linux doesn't complain about this, 	but Windows does.
       new  3db7d53   	* gtk-dialog.c: Make the menu item say "Reauthenticate buddy" 	when the buddy is already authenticated.
       new  b112bbc   	* otr-plugin.c: Except on WIN32, set the umask to 0077 before 	creating the otr.* files in the purple directory so that they 	end up mode 0600.  Based on a patch from Caspar Clemens Mierau 	<damokles at ubuntu.com>.
       new  bc7064c   Forgot a ChangeLog entry
       new  3d86d7a   	* Makefile.static: Forgot to add tooltipmenu.o to 	Makefile.static.  Fixed.
       new  2451859   	* dialogs.c: 	* dialogs.h: 	* gtk-dialog.c: 	* otr-plugin.c: Use the new SMP event callback instead of 	handling the SMP state machine ourselves.
       new  4b7e591   ifdef'd-out test stub for extra symkey support
       new  83a033b   	* gtk-conv.c: Don't delete the OTR menus if a non-foreground 	conversation window is closed.
       new  cb7519b   	* otr-plugin.c: Use /dev/urandom to generate keys instead of 	/dev/random.  [Really: on non-Win32, call 	gcry_control(GCRYCTL_ENABLE_QUICK_RANDOM, 0); before OTRL_INIT;.]
       new  7be342a   	* otr-plugin.c: 	* dialogs.h: 	* dialogs.c: 	* gtk-dialog.c: Add a force_create parameter to 	display_otr_message.
       new  60564ca   	* po/it.po: Italian translation from Vincenzo Reale 	<smart2128 at baslug.org>.
       new  af9bc8f   2009-03-18
       new  5325e4b   	* po/fr.po: Spelling correction from intrigeri 	<intrigeri at boum.org>
       new  8c6c883   	* po/fr.po: Complete French translation from Solveig 	<perso at solveig.org>
       new  747064a   	* po/fr.po: Fixed \n errors
       new  27d4ea7   	* gtk-dialog.c (add_to_vbox_verify_fingerprint): Make 	the fingerprints in the manual authentication dialog 	selectable (but not selected by default).
       new  1a7b6e2   	* po/vi.po: Vietnamese translation from Lyndon Johnson 	<lyndon.johnson58 at gmail.com>
       new  c276bfa   2012-04-30
       new  ef440e0   Minor edit of a comment
       new  f32a2fd   	* otr-plugin.c: In otrg_plugin_conv_to_selected_instag, 	ensure conv is not NULL before dereferencing.
       new  a6d6d57   	* gtk-dialog.c: 	* otr-plugin.c: Avoiding storing values in g_hash_tables. 	Doing this improperly created issues in 64-bit 	environments.
       new  d0efc5c   	* otr-plugin.c: Found small issue with last commit.
       new  1b773d4   	* otr-plugin.c: Added annoying warning copies to prepare 	for win32 build.
       new  7c11701   	* Makefile.mingw: Fixing reference to renamed file.
       new  8695d4f   Updating changelog
       new  4ddc196   	Makefile.mingw: 	packaging/windows/pidgin-otr.nsi: A couple small tweaks 	and updates to Windows packaging
       new  ab3dc37   Updated FSF address
       new  8caae1f   	gtk-dialog.c: 	otr-plugin.c: Some cleanup.
       new  f1c91a8   Add help files to git repo
       new  9619e42   Fixes from code review.
       new  3ad2d98   More changes from codereview.
       new  0ab7f76   Updates from code review round 2.
       new  2f6bf16   Adding multiple sessions help files (no nav menu).
       new  933287d   Adding help files navigation.
       new  0741458   switch_active on select_meta.
       new  f8b52cf   Fixed memory leak.
       new  ba17688   Changing how the lang check is done in helpnav.php.
       new  988f108   Preparing for 4.0.0-beta1 release.
       new  d811dc6   Merge branch 'helpfiles'
       new  4f422c8   Merge branch 'codereview'

The 102 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-otr/packages/irssi-plugin-otr.git



More information about the Pkg-otr-team mailing list